Skip to content
This repository has been archived by the owner on Apr 26, 2024. It is now read-only.

Commit

Permalink
docs: update
Browse files Browse the repository at this point in the history
  • Loading branch information
dylanaraps committed Mar 17, 2020
1 parent 03e5a99 commit 7847578
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions lib/init/rc.shutdown
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 7847578

Please sign in to comment.