umount /mnt (instead of /mount) in inittab

This commit is contained in:
Vincent-FK 2020-11-10 15:04:02 +01:00
parent 8b1877e666
commit a89ca61355
1 changed files with 1 additions and 1 deletions

View File

@ -42,4 +42,4 @@ null::sysinit:/bin/ln -sf /proc/self/fd/2 /dev/stderr
::shutdown:/sbin/swapoff -a
#::shutdown:/bin/umount -a -r
::shutdown:/bin/umount -r /
::shutdown:/bin/umount -r /mount
::shutdown:/bin/umount -r /mnt