From 7cccf54fcb9fab459590b8b6fd5c51f2088e3b2e Mon Sep 17 00:00:00 2001 From: Tom Gundersen Date: Wed, 24 Aug 2011 20:45:15 +0200 Subject: shutdown: rely on init being installed by the initrd init is now included in mkinitcpio's busybox, so we don't need to copy it. This might break compat with dracut, but it can be worked around very simply in case anyone wants to use dracut with Arch, so we don't care. Signed-off-by: Tom Gundersen --- rc.shutdown | 1 - 1 file changed, 1 deletion(-) (limited to 'rc.shutdown') diff --git a/rc.shutdown b/rc.shutdown index 22f6bcc..db8f50b 100755 --- a/rc.shutdown +++ b/rc.shutdown @@ -106,7 +106,6 @@ if [[ -x /run/initramfs/shutdown ]]; then pivot_root . oldroot #reexec init - cp /oldroot/sbin/init /sbin /oldroot/sbin/init u # run /shutdown in the new root -- cgit v1.2.3