From 7847578da7e999c25de9f37e6350fbce78cc3420 Mon Sep 17 00:00:00 2001 From: Dylan Araps Date: Tue, 17 Mar 2020 11:52:13 +0200 Subject: [PATCH] docs: update --- lib/init/rc.shutdown | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) 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