Closed troglobit closed 2 years ago
As mentioned in #302, we need to investigate the possibility of skipping devtmpfs when unmounting for a reboot/shutdown. If that works we can add a hook point after unmount_regular().
devtmpfs
unmount_regular()
Turns out this was already handled as an exception. Verified by running a script to ls -l /dev just before Finit calls reboot() in sig.c:do_shutdown()
ls -l /dev
reboot()
sig.c:do_shutdown()
As mentioned in #302, we need to investigate the possibility of skipping
devtmpfs
when unmounting for a reboot/shutdown. If that works we can add a hook point afterunmount_regular()
.