diff options
Diffstat (limited to 'init.d/halt.sh.in')
-rw-r--r-- | init.d/halt.sh.in | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/init.d/halt.sh.in b/init.d/halt.sh.in index 492b5139..ab73d8df 100644 --- a/init.d/halt.sh.in +++ b/init.d/halt.sh.in @@ -7,15 +7,6 @@ [ -r @SYSCONFDIR@/conf.d/localmount ] && . @SYSCONFDIR@/conf.d/localmount [ -r @SYSCONFDIR@/rc.conf ] && . @SYSCONFDIR@/rc.conf -# Support LiveCD foo -if [ -r /sbin/livecd-functions.sh ]; then - . /sbin/livecd-functions.sh - livecd_read_commandline -fi - -stop_addon devfs -stop_addon udev - # Really kill things off before unmounting if [ -x /sbin/killall5 ]; then killall5 -15 |