From owner-freebsd-stable Sun May 19 19:25:23 2002 Delivered-To: freebsd-stable@freebsd.org Received: from falcon.prod.itd.earthlink.net (falcon.mail.pas.earthlink.net [207.217.120.74]) by hub.freebsd.org (Postfix) with ESMTP id 0BFBD37B409 for ; Sun, 19 May 2002 19:25:19 -0700 (PDT) Received: from sdn-ar-008dcwashp276.dialsprint.net ([63.178.90.206] helo=moo.holy.cow) by falcon.prod.itd.earthlink.net with esmtp (Exim 3.33 #2) id 179crI-0002nr-00; Sun, 19 May 2002 19:25:14 -0700 Received: by moo.holy.cow (Postfix, from userid 1001) id 4768E50BB7; Sun, 19 May 2002 21:57:33 -0400 (EDT) Date: Sun, 19 May 2002 21:57:33 -0400 From: parv To: Chip Wiegand Cc: FreeBSD Stable Subject: Re: makeworld worked - my first attempt at this revisited Message-ID: <20020520015732.GA4183@moo.holy.cow> Reply-To: f-stable Mail-Followup-To: Chip Wiegand , FreeBSD Stable References: <1021840002.14040.47.camel@chip3.wiegand.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1021840002.14040.47.camel@chip3.wiegand.org> Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG 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