Date: Thu, 05 Feb 2004 13:40:18 +0200 From: Nelis Lamprecht <nelis@8ball.co.za> To: Nicolas <nicolas.gafgo@bredband.net> Cc: freebsd-questions@freebsd.org Subject: Re: Newbie trying to build a new world Message-ID: <1075981217.274.249.camel@enigma.8ball.co.za> In-Reply-To: <1075981126.274.247.camel@enigma.8ball.co.za> References: <200402051215.16073.nicolas.gafgo@bredband.net> <1075981126.274.247.camel@enigma.8ball.co.za>
next in thread | previous in thread | raw e-mail | index | archive | help
--=-lA1crB6r+JKQU6PeMK1f Content-Type: text/plain Content-Transfer-Encoding: quoted-printable whoops, I misread your error, scratch my message...sorry. On Thu, 2004-02-05 at 13:38, Nelis Lamprecht wrote: > On Thu, 2004-02-05 at 13:15, Nicolas wrote: > > Hello. > > I am a newbie trying to build a new kernel. I have been following the h= andbook=20 > > step by step but I still do something wrong. I copied GENERIC and did s= ome=20 > > changes and called my new kernel MOAK. I put it into /root/kernels and = typed: > > ln -s /root/kernels/MOAK >=20 > if that's all you typed then it's incorrect. Try: >=20 > ln -s /root/kernels/MOAK /usr/src/sys/i386/conf/MOAK >=20 > which basically just creates a shortcut to the original file residing in > /root/kernels. >=20 > > I cvsuped src all and ports all. > > Then and did: make -j4 buildworld. > > No problem.=20 >=20 > good. >=20 > > Then I rebooted and went into single user mode and typed:=20 > > make buildkernel KERNCONF=3DMOAK. >=20 > that's fine, though the only time you really should boot into single > user mode is when you doing a install world. Doesn't hurt though. >=20 > > =20 > > Then I get this output: > > config: /usr/src/sys/i386/conf/MOAK:274: syntax error > > Error code 1 > > stop in /usr/src > > error code 1 > > Stop in /usr/src >=20 > see above. >=20 > > Is there something wrong in MOAK (see attachment)??? > > Hope that somebody can offer me some help.=20 > > Many thanks Nicolas >=20 > you may also want to read /usr/src/UPDATING >=20 > Regards, --=20 Nelis Lamprecht PGP: http://www.8ball.co.za/pgp/nelis.key "Unix IS user friendly.. It's just selective about who its friends are." --=-lA1crB6r+JKQU6PeMK1f Content-Type: application/pgp-signature; name=signature.asc Content-Description: This is a digitally signed message part -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.3 (FreeBSD) iD8DBQBAIiuhQfIMKiRMCrERAjBBAKDDNgefYag3jAmJLXk0bJq4Fm5/2wCeNCto tHhh4zsR50dqzOl5f3OxYy8= =d58b -----END PGP SIGNATURE----- --=-lA1crB6r+JKQU6PeMK1f--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1075981217.274.249.camel>