How big a flashrom for a minimal freebsd install?
Erik Nørgaard
norgaard at locolomo.org
Fri Jul 28 18:26:26 UTC 2006
Chris T. wrote:
> I"m toying with the idea of setting up a mini-itx server so I can move
> the dns and firewall daemons off of the fileserver so I can turn it
> off. I'm thinking I want to get a flashrom ide adaptor so that I can
> swap setups on the thing by swapping cards. I don't see myself using
> 4GB flash cards for this. I'd rather get smaller cheaper cards. How
> big is a minimal freebsd install?
If you
# cd /usr/src
# make buildworld
# make buildkernel
# make DESTDIR=/some/empty/dir installworld
# make DESTDIR=/some/empty/dir distribution
# make DESTDIR=/some/empty/dir installkernel
Then you'll see that
# du -d 1 /some/empty/dir
adds up to less than 200MB. This can be reduced further if you in your
make.conf remove NIS, LPR, GAMES and other stuff you won't need.
1GB should be enough for everything, but remember that log files may eat
up a lot of space.
And btw, doing the above you have a fully functional base system
installed into /some/empty/dir
Cheers, Erik
--
Ph: +34.666334818 web: http://www.locolomo.org
X.509 Certificate: http://www.locolomo.org/crt/8D03551FFCE04F0C.crt
Key ID: 69:79:B8:2C:E3:8F:E7:BE:5D:C3:C3:B1:74:62:B8:3F:9F:1F:69:B9
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/x-pkcs7-signature
Size: 4128 bytes
Desc: S/MIME Cryptographic Signature
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20060728/e498972d/smime.bin
More information about the freebsd-questions
mailing list