From cc9c11525e3a09d16b939d7288405b8dae4ab03e Mon Sep 17 00:00:00 2001 From: Tomas M Date: Sun, 23 Sep 2012 02:00:02 -0500 Subject: [PATCH] exec --- initramfs/cleanup | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/initramfs/cleanup b/initramfs/cleanup index b5530cd..1599083 100644 --- a/initramfs/cleanup +++ b/initramfs/cleanup @@ -6,14 +6,14 @@ # Simply add the following as the last command executed by init on your distro # instead of the actual poweroff or shutdown command: # -# /mnt/live/lib/cleanup --start poweroff +# exec /mnt/live/lib/cleanup --start poweroff # or -# /mnt/live/lib/cleanup --start shutdown +# exec /mnt/live/lib/cleanup --start shutdown # # on Slackware, add this to rc.0: -# /mnt/live/lib/cleanup --start /sbin/$command +# exec /mnt/live/lib/cleanup --start /sbin/$command # -# It may be needed to call this script with --kill from your shutdown scripts +# It may be needed to call this script also with --killall5 from your shutdown scripts # instead of calling regular killall5, to prevent fuse filesystems from being killed # # Author: Tomas M