Skip site navigation (1)Skip section navigation (2)
Date:      19 May 2002 21:49:58 -0700
From:      Chip Wiegand <chip@wiegand.org>
To:        f-stable <freebsd-stable@freebsd.org>
Subject:   Re: makeworld worked - my first attempt at this revisited
Message-ID:  <1021870199.14040.60.camel@chip3.wiegand.org>
In-Reply-To: <20020520015732.GA4183@moo.holy.cow>
References:  <1021840002.14040.47.camel@chip3.wiegand.org>  <20020520015732.GA4183@moo.holy.cow>

next in thread | previous in thread | raw e-mail | index | archive | help
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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1021870199.14040.60.camel>