From 2750a6a4c19c3b68852f0cb78884e0a9676f1269 Mon Sep 17 00:00:00 2001 From: Tomas M Date: Sat, 8 Sep 2012 14:26:02 -0500 Subject: [PATCH] cleanup script --- initramfs/cleanup | 7 ------- 1 file changed, 7 deletions(-) diff --git a/initramfs/cleanup b/initramfs/cleanup index bb112e9..20e1366 100644 --- a/initramfs/cleanup +++ b/initramfs/cleanup @@ -23,7 +23,6 @@ if [ "$1" = "--start" ]; then pivot_root . memory/union echo "$2" > /lib/command chroot /memory/union /sbin/telinit u - exit fi if [ "$1" = "--init" ]; then @@ -45,9 +44,3 @@ if [ "$1" = "--init" ]; then $(cat /lib/command 2>/dev/null) reboot fi - - -# if we are here, we were called by something else -# than shutdown procedures, so execute the real init - -exec /sbin/init.old