On Solaris and variants, it makes a zfs clone of the current /
filesystem and installs the new kernel there. When rebooting you get the new /
.
In my case I have a /scripts
directory, so if I ever should go back to a previous kernel, then my /scripts
would also get rolled back, which to me should be independent of with kernel I am on.
Question
How can I avoid loosing the changes made to the filesystem from the time the kernel upgrade is finished till the host is rebooted?
Is there a procedure I am not aware of, as even if you are very fast to reboot after the kernel upgrade, log entries could easily have been made, which you would never see.