.
This commit is contained in:
Binary file not shown.
@ -62,7 +62,7 @@ exit $?
|
||||
# (This uses cu() so press ~+Ctrl-D to exit)
|
||||
|
||||
#on base system:
|
||||
#zfs create -V 32G -o refreservation=none ship/raw/freebsd
|
||||
#zfs create -V 16G -o refreservation=none ship/raw/freebsd
|
||||
#zfs create -V 16G -o refreservation=none ship/raw/freebsd_1
|
||||
#zfs create -V 16G -o refreservation=none ship/raw/freebsd_2
|
||||
#zfs create -V 16G -o refreservation=none ship/raw/freebsd_z1
|
||||
|
@ -48,6 +48,8 @@ update_jail ()
|
||||
}
|
||||
|
||||
iocage fetch -U -r 12.2-RELEASE
|
||||
etcupdate build current-src.bzip2
|
||||
mv current-src.bzip2 /root/FreeBSD/jails/configs/common/
|
||||
|
||||
read -p "update pkgp packages first (y/N)? " RESP
|
||||
if [ ! -z $RESP ] && [ $RESP == "y" ]; then
|
||||
@ -78,7 +80,6 @@ echo "freebsd-update fetch"
|
||||
echo "freebsd-update install"
|
||||
# echo "pkg bootstrap -f ; pkg update ; pkg upgrade"
|
||||
echo "cd /usr/src; svn update; make -j8 buildkernel KERNCONF=diyIT && make -j8 installkernel KERNCONF=diyIT"
|
||||
echo "etcupdate build /root/FreeBSD/jails/configs/common/current-src.bzip2"
|
||||
echo "reboot"
|
||||
echo "pkg-static upgrade -f"
|
||||
#echo "rm -rf /var/tmp/temproot*"
|
||||
|
Reference in New Issue
Block a user