clean up inittab

Signed-off-by: Michel-FK <michel.stempin@funkey-project.com>
This commit is contained in:
Michel-FK 2020-11-10 16:03:50 +01:00
parent 23d4cb06ae
commit ee29b4a1aa
2 changed files with 3 additions and 3 deletions

View File

@ -40,6 +40,5 @@ null::sysinit:/bin/ln -sf /proc/self/fd/2 /dev/stderr
# Stuff to do before rebooting # Stuff to do before rebooting
::shutdown:/etc/init.d/rcK ::shutdown:/etc/init.d/rcK
::shutdown:/sbin/swapoff -a ::shutdown:/sbin/swapoff -a
#::shutdown:/bin/umount -a -r
::shutdown:/bin/umount -r / ::shutdown:/bin/umount -r /
::shutdown:/bin/umount -r /mnt ::shutdown:/bin/umount -r /mnt

View File

@ -38,4 +38,5 @@ null::sysinit:/bin/ln -sf /proc/self/fd/2 /dev/stderr
# Stuff to do before rebooting # Stuff to do before rebooting
::shutdown:/etc/init.d/rcK ::shutdown:/etc/init.d/rcK
::shutdown:/bin/umount -a -r ::shutdown:/bin/umount -r /
::shutdown:/bin/umount -r /mnt