Date: Sun, 19 May 2002 21:57:33 -0400 From: parv <parv@pair.com> To: Chip Wiegand <chip@wiegand.org> Cc: FreeBSD Stable <freebsd-stable@freebsd.org> Subject: Re: makeworld worked - my first attempt at this revisited Message-ID: <20020520015732.GA4183@moo.holy.cow> In-Reply-To: <1021840002.14040.47.camel@chip3.wiegand.org> References: <1021840002.14040.47.camel@chip3.wiegand.org>
next in thread | previous in thread | raw e-mail | index | archive | help
in message <1021840002.14040.47.camel@chip3.wiegand.org>, wrote Chip Wiegand thusly... > > In a nutshell, these are the steps I followed - > # less /usr/src/UPDATING > # cd /usr/obj/ > # chflags -R noschg * > # rm -rf usr (this didn't exist to begin with) > # ls -la (it was empty before I even started) > # cd /usr/src > # make cleandir && make cleandir > # make buildworld > # make buildkernel KERNCONF=GENERIC > # make installkernel KERNCONF=GENERIC > # reboot > # boot -s > # fsck -p > # mount -t ufs -a you do understand that there is no need to mount all the ufs's, only filesystems need to installworld? if you have only the required partitions as ufs's, then, of course, there is no difference. > # swapon -a say, why would one want to do fsck and/or swapon? just to be safe? > # cd /usr/src > # make installworld > # mergemaster -v you may also want to look into "-i" option (to install uninstalled files w/o being asked). - parv -- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20020520015732.GA4183>