Sysinstall does not install GENERIC kernel

roudoudou roudoud0u at free.fr
Sun Apr 8 13:31:50 UTC 2007


Le Fri, 6 Apr 2007 15:28:40 +0400,
"Belov, Sergey" <sbelov at mera.ru> a écrit :

> I found a strange problem while making automatic install disk from
> official iso 6.2-RELEASE.
> 
> I've made a custom install.cfg:
> 
> ##########################################
> # This is the installation configuration file
> 
> # Turn on extra debugging.
> debug=yes
> nonInteractive=yes
> 
> # My host specific data
> hostname=testmachine
> domainname=test.com
> nameserver=192.168.50.10
> 
> # Which installation device to use
> mediaSetCDROM
> 
> # Select which distributions we want.
> #dists=base bin catpages info manpages ports prof
> dists=base catpages info manpages proflibs kernel
> distSetCustom
>(...)
hi,
hit the same bug too with FreeBSD-6.1. To workaround this, i've just
added the distribution set "GENERIC" to dists (this value wasn't
mentionned on the sysinstall manpage by the way :-( )
So try with this:
dists=base GENERIC catpages info manpages proflibs kernel
distSetCustom


HTH


More information about the freebsd-questions mailing list