From owner-freebsd-stable Sun May 19 23:31:57 2002 Delivered-To: freebsd-stable@freebsd.org Received: from pioneernet.net (mail.pioneernet.net [207.115.64.224]) by hub.freebsd.org (Postfix) with ESMTP id 497D237B40C for ; Sun, 19 May 2002 23:31:52 -0700 (PDT) Received: from chip3.wiegand.org [66.114.152.128] by pioneernet.net with ESMTP (SMTPD32-6.06) id AFB31137006E; Sun, 19 May 2002 21:46:43 -0700 Subject: Re: makeworld worked - my first attempt at this revisited From: Chip Wiegand To: f-stable In-Reply-To: <20020520015732.GA4183@moo.holy.cow> References: <1021840002.14040.47.camel@chip3.wiegand.org> <20020520015732.GA4183@moo.holy.cow> Content-Type: text/plain Content-Transfer-Encoding: 7bit X-Mailer: Ximian Evolution 1.0.3 Date: 19 May 2002 21:49:58 -0700 Message-Id: <1021870199.14040.60.camel@chip3.wiegand.org> Mime-Version: 1.0 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 On Sun, 2002-05-19 at 19:57, parv wrote: > 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. Didn't know that. I was just following someone else's tutorial. This was my first time doing this. > > # swapon -a > > say, why would one want to do fsck and/or swapon? just to be safe? Again, I'm new at this. > > # 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 I'll keep that in mind for the next time, which won't be too long from now. -- Chip To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message