sequences or steps of make installworld

Joan Picanyol i Puig lists-freebsd-stable at biaix.org
Sat Jun 14 17:28:39 PDT 2003


* pirat <pirat at access.inet.co.th> [20030615 00:49]:
> but i still need to know the real steps of making world.
This is what I use:

(02:22:53 <~>) 0 $ cat ~/conf/update 
cd /usr/src
less UPDATING
#less /etc/make.conf
sudo usr.sbin/mergemaster/mergemaster.sh -p
chflags -R noschg /usr/obj/*
rm -rf /usr/obj/*
script /tmp/buildworld time make buildworld
script /tmp/buildkernel time make buildkernel KERNCONF=GRUMMIT
sudo mount -uw / 
sudo mount -uw /fs/base/mount
sudo script /tmp/installkernel make installkernel KERNCONF=GRUMMIT
#reboot
#sudo mount -uw /fs/base/mount
#sudo shutdown now
sudo script /tmp/installworld make installworld
sudo cp -Rp /etc /etc.old
sudo mergemaster

qvb
-- 
pica


More information about the freebsd-stable mailing list