Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Jul 2001 20:54:29 +0400 (MSD)
From:      Alexey Zakirov <frank@agava.com>
Cc:        <freebsd-isp@FreeBSD.ORG>
Subject:   Re: jail
Message-ID:  <Pine.BSF.4.32.0107172052310.78380-100000@hellbell.domain>
In-Reply-To: <002b01c10edb$7cefedd0$0d00a8c0@alexus>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 17 Jul 2001, alexus wrote:

> make buildworld
>
> isn't this will upgrade my 4.3R to 5.0C?

it just build a new system (not install it).

So I'm use a following script to update my jails:

make hierarchy DESTDIR=$INSTALLATION_PATH
make install DESTDIR=$INSTALLATION_PATH
cd $INSTALLATION_PATH
rm -rf boot dev lkm mnt modules proc root sys
cat $WORK/delete.lst | xargs chflags 0
cat $WORK/delete.lst | xargs rm -rf
cat $WORK/noworld.lst | xargs chflags 0
cat $WORK/noworld.lst | xargs chmod o-rwx
cat  $WORK/nosuid.lst | xargs chflags 0
cat  $WORK/nosuid.lst | xargs chmod ug-s


*** WBR, Alexey Zakirov (frank@agava.com)


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-isp" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.32.0107172052310.78380-100000>