diff options
author | Tom Gundersen <teg@jklm.no> | 2011-08-24 20:45:15 +0200 |
---|---|---|
committer | Tom Gundersen <teg@jklm.no> | 2011-08-25 18:54:12 +0200 |
commit | 7cccf54fcb9fab459590b8b6fd5c51f2088e3b2e (patch) | |
tree | 3e663b65fd69b20ca50d44f7cd9dde9c39f67df9 /rc.shutdown | |
parent | 8271087636e09ff40c10a8911250fd37af467bc0 (diff) |
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 <teg@jklm.no>
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-x | rc.shutdown | 1 |
1 files changed, 0 insertions, 1 deletions
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 |