no more umount in shutdown_funkey (which caused issues with sd card writing of instant action files)), back in inittab

This commit is contained in:
Vincent-FK 2021-01-18 21:42:58 +01:00
parent 98c64da4cd
commit 17dd23cc6c
2 changed files with 4 additions and 7 deletions

View File

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

View File

@ -16,8 +16,5 @@ start_audio_amp 0 >/dev/null 2>&1
# Force Read Only
ro
# Force unmount writeable partition
umount -r /mnt
# Poweroff
poweroff