From owner-freebsd-questions@FreeBSD.ORG Thu Feb 5 03:40:47 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 63FB516A4CE for ; Thu, 5 Feb 2004 03:40:47 -0800 (PST) Received: from mail.8ball.co.za (8ball.co.za [192.96.48.123]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2B03443D5E for ; Thu, 5 Feb 2004 03:40:20 -0800 (PST) (envelope-from nelis@8ball.co.za) Received: (qmail 12748 invoked by uid 89); 5 Feb 2004 11:40:18 -0000 Received: from unknown (HELO ?192.168.10.3?) (192.168.10.3) by 192.168.10.1 with SMTP; 5 Feb 2004 11:40:18 -0000 From: Nelis Lamprecht To: Nicolas 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> Content-Type: multipart/signed; micalg=pgp-sha1; protocol="application/pgp-signature"; boundary="=-lA1crB6r+JKQU6PeMK1f" Message-Id: <1075981217.274.249.camel@enigma.8ball.co.za> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.4.5 Date: Thu, 05 Feb 2004 13:40:18 +0200 cc: freebsd-questions@freebsd.org Subject: Re: Newbie trying to build a new world X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: nelis@8ball.co.za List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 05 Feb 2004 11:40:47 -0000 --=-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--