fixed bug in scan delay so that it will work with both udev and devfs

git-svn-id: svn+ssh://svn.gentoo.org/var/svnroot/genkernel/trunk@189 67a159dc-881f-0410-a524-ba9dfbe2cb84
cleanup-cruft
Eric Edgar 20 years ago
parent a8c96fa4cb
commit 5f847e97f2

@ -211,13 +211,14 @@ then
then
mount -t devfs devfs /newroot/dev
devfsd /newroot/dev -np
fi
fi
if [ -n "${SDELAY}" ]; then
sleep ${SDELAY}
else
sleep 1
fi
fi
fi
bootstrapCD() {
if [ "${CDROOT_DEV}" = '' ]

Loading…
Cancel
Save