Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 8 Apr 2007 15:02:08 +0200
From:      roudoudou <roudoud0u@free.fr>
To:        freebsd-questions@freebsd.org
Subject:   Re: Sysinstall does not install GENERIC kernel
Message-ID:  <20070408150208.7458a47f@bulbizarre.pokemon.land>
In-Reply-To: <39EC34D18C53EA428BA9A05A01CB2E8C8F4B6E@qmail.merann.ru>
References:  <39EC34D18C53EA428BA9A05A01CB2E8C8F4B6E@qmail.merann.ru>

next in thread | previous in thread | raw e-mail | index | archive | help
Le Fri, 6 Apr 2007 15:28:40 +0400,
"Belov, Sergey" <sbelov@mera.ru> a =E9crit :

> I found a strange problem while making automatic install disk from
> official iso 6.2-RELEASE.
>=20
> I've made a custom install.cfg:
>=20
> ##########################################
> # This is the installation configuration file
>=20
> # Turn on extra debugging.
> debug=3Dyes
> nonInteractive=3Dyes
>=20
> # My host specific data
> hostname=3Dtestmachine
> domainname=3Dtest.com
> nameserver=3D192.168.50.10
>=20
> # Which installation device to use
> mediaSetCDROM
>=20
> # Select which distributions we want.
> #dists=3Dbase bin catpages info manpages ports prof
> dists=3Dbase 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=3Dbase GENERIC catpages info manpages proflibs kernel
distSetCustom


HTH



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20070408150208.7458a47f>