Hello forum, good afternoon.
I want to minimize the number of reboots required during the upgrade process by src.
I'm running Stable and the current upgrade process that I do it is this:
Is there a way to upgrade the system with only one reboot?
Some like mounting a BE, upgrade it inside of a chroot/jail and only reboot when the whole process is done and it is time to test it.
Is something like this possible?
Ps.: I tried pkgbase and I didn't liked.
I want to minimize the number of reboots required during the upgrade process by src.
I'm running Stable and the current upgrade process that I do it is this:
Code:
doas git -C /usr/src pull
cd /usr/src
doas make clean
doas make -j8 buildworld buildkernel
doas make installkernel
doas shutdown -r now
doas etcupdate -p
cd /usr/src
doas make installworld
doas etcupdate -B
doas make check-old
doas make delete-old
doas make check-old-libs
doas make delete-old-libs
doas shutdown -r now
Is there a way to upgrade the system with only one reboot?
Some like mounting a BE, upgrade it inside of a chroot/jail and only reboot when the whole process is done and it is time to test it.
Is something like this possible?
Ps.: I tried pkgbase and I didn't liked.