Created
May 21, 2012 14:46
-
-
Save bondario/2762717 to your computer and use it in GitHub Desktop.
gentoo livecd pxe boot
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--- init.orig 2012-05-21 16:14:35.000000000 +0400 | |
+++ init 2012-05-21 18:14:43.000000000 +0400 | |
@@ -368,10 +368,10 @@ | |
[ ! -e "${NEW_ROOT}/dev/tty1" ] && mknod "${NEW_ROOT}/dev/tty1" c 4 1 | |
fi | |
- if [ "${REAL_ROOT}" != "/dev/nfs" ] && [ "${LOOPTYPE}" != "sgimips" ] | |
- then | |
- bootstrapCD | |
- fi | |
+# if [ "${REAL_ROOT}" != "/dev/nfs" ] && [ "${LOOPTYPE}" != "sgimips" ] | |
+# then | |
+# bootstrapCD | |
+# fi | |
if [ "${REAL_ROOT}" = '' ] | |
then | |
@@ -456,7 +456,7 @@ | |
else | |
bad_msg "Block device ${REAL_ROOT} is not a valid root device..." | |
REAL_ROOT="" | |
- got_good_root=0 | |
+ got_good_root=1 | |
fi | |
done | |
@@ -520,7 +520,7 @@ | |
[ -z "${LOOP}" ] && find_loop | |
[ -z "${LOOPTYPE}" ] && find_looptype | |
- cache_cd_contents | |
+ #cache_cd_contents | |
# If encrypted, find key and mount, otherwise mount as usual | |
if [ -n "${CRYPT_ROOT}" ] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment