This commit is contained in:
Sharad Ahlawat
2021-04-18 01:07:42 -07:00
parent 076c974858
commit 3d64b9b33b
47 changed files with 524 additions and 292 deletions

View File

@ -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

View File

@ -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*"