From 11ecc4883c01700d3142cec813363f7016f06ecd Mon Sep 17 00:00:00 2001 From: Michael Neves Date: Thu, 8 Nov 2012 18:08:17 +0100 Subject: missing ld-linux fix --- data/stage3.1/init | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'data/stage3.1/init') diff --git a/data/stage3.1/init b/data/stage3.1/init index d25d205d..33d5b7b3 100755 --- a/data/stage3.1/init +++ b/data/stage3.1/init @@ -40,4 +40,5 @@ done #/bin/sh unset BOOT_IMAGE initrd # new style of pivoting (switch_root or run-init) -exec /sbin/switch_root -c dev/console /mnt /usr/lib/systemd/systemd +exec /sbin/switch_root -c /dev/console /mnt /usr/lib/systemd/systemd +setsid sh -c 'exec sh /dev/tty1 2>&1' -- cgit v1.2.3-55-g7522