head -1 /etc/rc.conf.local ipfilter_enable="NO" # Start ipf firewall
cd /mypool/compressed sudo git clone -b releng/13.2 --depth 1 https://git.freebsd.org/src.git src_13_2_RELENG-2023-06-23 cd /usr sudo mv src src.old sudo ln -s /mypool/compressed/src_13_2_RELENG-2023-06-23 src
[root@gefjun /usr/src]# cat /root/kernel_install.txt rm -rf /usr/obj/* make -j7 buildworld && make -j7 buildkernel KERNCONF=TITUS make installkernel KERNCONF=TITUS INSTKERNNAME=TITUS20240807 (mergemaster -p) etcupdate -p make installworld (mergemaster -Fi) etcupdate -B make -DBATCH_DELETE_OLD_FILES delete-old make -DBATCH_DELETE_OLD_FILES delete-old-libs
head -1 /boot/loader.conf kernel=TITUS20240807
make installworld DESTDIR=/path-to/jail yes | make delete-old DESTDIR=/path-to/jail yes | make delete-old-libs DESTDIR=/path-to/jail (mergemaster -Fi -D /path-to/jail) etcupdate -B -D /path-to/jail