Re: Updating 1.6.1_STABLE
agley_at_nyleta.localdomain
Date: 10/19/03
- Next message: Martin Schmitz: "Re: Updating 1.6.1_STABLE"
- Previous message: Huub: "Re: PCMCIA-device"
- In reply to: 1buck4me: "Updating 1.6.1_STABLE"
- Next in thread: Martin Schmitz: "Re: Updating 1.6.1_STABLE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: 19 Oct 2003 20:49:19 +1000
"1buck4me" <info@1buck4me.com> writes:
> Hello All,
>
> I am trying to update my 1.6.1_STABLE install with the latest security
> patches. I followed the instructions from
> http://starling.us/gus_netbsd/gus_netbsd_upgrade_cvs.html and after:
> 1) cvs -d $CVSROOT update -rnetbsd-1-6
> 2) ./build.sh tools kernel=GENERIC
> my build fails (sorry, I dont have the error message any more) and I was
> wondering if I am following the wrong steps?
>
> Thanks
G'day,
I am following 1.6.1_STABLE also. If you have already checked out
the source into /usr/src you only need to go into /usr/src and say
cvs update -dP
With stable we still go the old way, build a new kernel first and
reboot with it.
cd /usr/src/sys/arch/i386/conf
config GENERIC
cd /usr/src/sys/arch/i386/compile/GENERIC
make depend all
mv /netbsd /netbsd.old
mv /usr/src/sys/arch/i386/compile/GENERIC/netbsd /
shutdown -r now
If that works then you should
mkdir /usr/obj
cd /usr/src
setenv DESTDIR /usr/builds/first
./build.sh -D /usr/builds/first -d
If that completes then you can
./build.sh -D /usr/builds/first install=/
This works for me anyway but takes about 10 hrs all up on a 400MHz
Celeron with 128 MB ram.
It may change some things in /etc if this is your first time.
HTH John Duncan
- Next message: Martin Schmitz: "Re: Updating 1.6.1_STABLE"
- Previous message: Huub: "Re: PCMCIA-device"
- In reply to: 1buck4me: "Updating 1.6.1_STABLE"
- Next in thread: Martin Schmitz: "Re: Updating 1.6.1_STABLE"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|