Fix REAL_INIT for bug #160635.

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@482 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Chris Gianelloni 18 years ago
parent 01a16e0aa2
commit 48440a0dcc

@ -2,6 +2,9 @@
# Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2 # Copyright 2006-2007 Gentoo Foundation; Distributed under the GPL v2
# $Header: $ # $Header: $
12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> generic/linuxrc:
Fix REAL_INIT for bug #160635.
12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh, 12 Feb 2007; Chris Gianelloni <wolf31o2@gentoo.org> gen_cmdline.sh,
gen_compile.sh, genkernel: gen_compile.sh, genkernel:
Added patch from Fabio Erculiani <lxnay@lxnaydesign.net> to fix unionfs Added patch from Fabio Erculiani <lxnay@lxnaydesign.net> to fix unionfs

@ -731,7 +731,7 @@ then
umount /proc || echo '*: Failed to unmount the initrd /proc!' umount /proc || echo '*: Failed to unmount the initrd /proc!'
echo -n '.' echo -n '.'
exec switch_root -c "/dev/console" "${CHROOT}" /sbin/init ${REAL_INIT} exec switch_root -c "/dev/console" "${CHROOT}" ${REAL_INIT:-/sbin/init} ${INIT_OPTS}
fi fi
splash 'verbose' splash 'verbose'

Loading…
Cancel
Save