Revert "linuxrc: do not look for ${REAL_INIT} inside the mounted partition"

This reverts commit 3bb6c62bd9.
master
Fabio Erculiani 12 years ago
parent 86967ea400
commit c0bfc7b123

@ -443,7 +443,14 @@ do
# else not a good root and start over.
if [ "$?" = '0' ]
then
break
if [ -d ${NEW_ROOT}/dev -a -x "${NEW_ROOT}${REAL_INIT:-/sbin/init}" ] || [ "${REAL_ROOT}" = "/dev/nfs" ]
then
break
else
bad_msg "The filesystem mounted at ${REAL_ROOT} does not appear to be a valid /, try again"
got_good_root=0
REAL_ROOT=''
fi
else
bad_msg "Could not mount specified ROOT, try again"
got_good_root=0

Loading…
Cancel
Save