Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 145628 Details for
Bug 212794
genkernel 3.4.10_pre4 doesn't boot livecd or rather liveUSB.
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
both fixes, and better check for disk
genkernel-3.4.10-liveusb-partition.patch (text/plain), 793 bytes, created by
devsk
on 2008-03-09 06:34:32 UTC
(
hide
)
Description:
both fixes, and better check for disk
Filename:
MIME Type:
Creator:
devsk
Created:
2008-03-09 06:34:32 UTC
Size:
793 bytes
patch
obsolete
>--- initrd.scripts.org 2008-03-08 22:33:28.000000000 -0800 >+++ initrd.scripts 2008-03-08 22:31:30.000000000 -0800 >@@ -92,6 +92,12 @@ > # Check for a block device to mount > if [ -b "${x}" ] > then >+ # if disk and it has at least one partition, skip. >+ bsn=`basename "${x}"` >+ if [ -e "/sys/block/${bsn}" -a -b "${x}1" ] >+ then >+ continue >+ fi > good_msg "Attempting to mount media:- ${x}" ${CRYPT_SILENT} > > # if [ "${media}" = "cdrom" ]; then >@@ -281,10 +287,11 @@ > } > > test_success() { >+ retcode=$? > error_string=$1 > error_string="${error_string:-run command}" > # If last command failed send error message and fall back to a shell >- if [ "$?" != '0' ] >+ if [ "$retcode" != '0' ] > then > bad_msg 'Failed to $1; failing back to the shell...' > run_shell
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 Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 212794
:
145626
|
145628
|
145674
|
147046