Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 297349 Details for
Bug 396467
Install gentoo via PXE (integrated squashfs.image + init patch)
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
init script patch to load squashfs.image
init.patch (text/plain), 1.19 KB, created by
Ax Warhawk
on 2011-12-29 23:09:16 UTC
(
hide
)
Description:
init script patch to load squashfs.image
Filename:
MIME Type:
Creator:
Ax Warhawk
Created:
2011-12-29 23:09:16 UTC
Size:
1.19 KB
patch
obsolete
>--- init.old 2011-12-30 00:05:31.000000000 +0100 >+++ init.new 2011-12-30 00:03:04.000000000 +0100 >@@ -389,11 +389,6 @@ > [ ! -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}" = '' ] > then > echo -n -e "${WARN}>>${NORMAL}${BOLD} No bootable medium found. Waiting for new devices" >@@ -477,7 +472,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 > >@@ -541,8 +536,6 @@ > [ -z "${LOOP}" ] && find_loop > [ -z "${LOOPTYPE}" ] && find_looptype > >- cache_cd_contents >- > # If encrypted, find key and mount, otherwise mount as usual > if [ -n "${CRYPT_ROOT}" ] > then >@@ -577,7 +570,7 @@ > elif [ "${LOOPTYPE}" = 'squashfs' ] > then > good_msg 'Mounting squashfs filesystem' >- mount -t squashfs -o loop,ro "${NEW_ROOT}/mnt/cdrom/${LOOPEXT}${LOOP}" "${NEW_ROOT}/mnt/livecd" >+ mount -t squashfs -o loop,ro "/mnt/cdrom/${LOOPEXT}${LOOP}" "${NEW_ROOT}/mnt/livecd" > test_success 'Mount filesystem' > FS_LOCATION='mnt/livecd' > elif [ "${LOOPTYPE}" = 'gcloop' ]
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 396467
: 297349 |
540984
|
540986