summaryrefslogtreecommitdiffstats
path: root/initramfs/stage3-stuff/init
diff options
context:
space:
mode:
authorOliver Tappe2008-08-30 17:56:52 +0200
committerOliver Tappe2008-08-30 17:56:52 +0200
commit33670f07350896e5073657623e4b701f8ff1728b (patch)
tree55d5318b12c51a8d00b2900c0c5c2b27f1c5a398 /initramfs/stage3-stuff/init
parent* rebuilt uclibc-rootfs from freshly compiled gentoo-uclibc build environment (diff)
downloadcore-33670f07350896e5073657623e4b701f8ff1728b.tar.gz
core-33670f07350896e5073657623e4b701f8ff1728b.tar.xz
core-33670f07350896e5073657623e4b701f8ff1728b.zip
* adjusted to new fact that switch_root now lives in /sbin instead of /bin
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2155 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/stage3-stuff/init')
-rwxr-xr-xinitramfs/stage3-stuff/init2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/stage3-stuff/init b/initramfs/stage3-stuff/init
index 88820b86..d6e33107 100755
--- a/initramfs/stage3-stuff/init
+++ b/initramfs/stage3-stuff/init
@@ -926,4 +926,4 @@ unset BOOT_IMAGE KCMDLINE KERNEL MODPRV NWMODULES OLDPWD UDEVD_EVENT_TIMEOUT \
runinithook '99-handing-over'
# new style of pivoting (switch_root or run-init)
-exec /bin/switch_root -c dev/console /mnt /sbin/init || error "$init_runinit"
+exec /sbin/switch_root -c dev/console /mnt /sbin/init || error "$init_runinit"