| From | Subject | Date |
|---|---|---|
| Sean Bruno | Small /etc/src.conf
Anyone have a src.conf + make.conf that I can steal to build a small
installation of BSD? I've been trying to shrink the installation so I
can cram an ISO of BSD across the network into a remote installation
thing in an HP box.
Sean
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
| Oct 23, 1:40 pm 2010 |
| Bruce Cran | Re: Small /etc/src.conf
On Sat, 23 Oct 2010 13:40:01 -0700
The following might be useful on a small system to speed up build
times and reduce the ISO size on a UFS only system where IPFW is used
for firewalling:
In /etc/src.conf:
MODULES_OVERRIDE=md ipfw libalias
WITHOUT_GPIB=yes
WITHOUT_INFO=yes
WITHOUT_ATM=yes
WITHOUT_BLUETOOTH=yes
WITHOUT_GAMES=yes
WITHOUT_IPFILTER=yes
WITHOUT_IPX=yes
WITHOUT_NCP=yes
WITHOUT_NDIS=yes
WITHOUT_PF=yes
WITHOUT_PPP=yes
WITHOUT_PROFILE=yes
WITHOUT_WIRELESS=yes # No ...
| Oct 23, 3:03 pm 2010 |
| Rob Farmer | Re: Small /etc/src.conf
Have you checked this:
http://phk.freebsd.dk/misc/build_options/
I'm not sure exactly what you're looking for, but in my experience (I
care more about build time than size though, and still want a fairly
functional system) these are the most important variables to set:
NO_MODULES (stick everything in the kernel - tons of stuff is built
twice, like ufs support)
WITHOUT_PROFILE
WITHOUT_LIB32
WITHOUT_CLANG
WITHOUT_KERBEROS
WITHOUT_CDDL
Some of the options involving src/share like ...
| Oct 23, 2:21 pm 2010 |
| Sean Bruno | Re: Small /etc/src.conf
Thanks for the clue, I've come up with some stuff now that got me down
to ~100MB, but I think I can go ...
| Oct 23, 3:35 pm 2010 |
| previous day | today | next day |
|---|---|---|
| October 22, 2010 | October 23, 2010 | October 24, 2010 |
