diff --git a/lib/init/rc.shutdown b/lib/init/rc.shutdown index 6929497..e6d3da5 100755 --- a/lib/init/rc.shutdown +++ b/lib/init/rc.shutdown @@ -36,11 +36,7 @@ log "Unmounting filesystems and disabling swap..."; { swapoff -a # Lazily unmount the filesystem prior to the regular - # umount command to fix issues with Bedrock Linux. - # - # Busybx umount '-a' doesn't take children into account - # the addition of the command containing '-l' works - # around this issue. + # umount command to fix rare but possible errors. umount -a -l umount -a