aboutsummaryrefslogtreecommitdiff
path: root/rc.shutdown
diff options
context:
space:
mode:
Diffstat (limited to 'rc.shutdown')
-rwxr-xr-xrc.shutdown2
1 files changed, 1 insertions, 1 deletions
diff --git a/rc.shutdown b/rc.shutdown
index d569dd2..87b91b5 100755
--- a/rc.shutdown
+++ b/rc.shutdown
@@ -102,7 +102,7 @@ if [[ -x /run/initramfs/shutdown ]]; then
pivot_root . oldroot
# reexec init
- /oldroot/sbin/init u
+ /oldroot/usr/bin/init u
# run /shutdown in the new root
exec chroot . /shutdown $action </dev/console >/dev/console 2>&1