Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 632260 Details for
Bug 717102
sys-kernel/genkernel-4.0.6: minor syntax error prevents the OS from booting
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
syntax error fix
0001-defaults-initrd.scripts-minor-syntax-fix-in-bootstra.patch (text/plain), 950 bytes, created by
Mihai Donțu
on 2020-04-11 15:33:51 UTC
(
hide
)
Description:
syntax error fix
Filename:
MIME Type:
Creator:
Mihai Donțu
Created:
2020-04-11 15:33:51 UTC
Size:
950 bytes
patch
obsolete
>From 76b987b29b81c46afb6eee1fba5b7b09aca8079d Mon Sep 17 00:00:00 2001 >From: =?UTF-8?q?Mihai=20Don=C8=9Bu?= <mihai.dontu@gmail.com> >Date: Sat, 11 Apr 2020 18:16:55 +0300 >Subject: [PATCH] defaults/initrd.scripts: minor syntax fix in bootstrapCD() >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Signed-off-by: Mihai DonÈu <mihai.dontu@gmail.com> >--- > defaults/initrd.scripts | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/defaults/initrd.scripts b/defaults/initrd.scripts >index b5da21a..d4b159a 100644 >--- a/defaults/initrd.scripts >+++ b/defaults/initrd.scripts >@@ -334,7 +334,7 @@ bootstrapCD() { > else > bad_msg "Unable to verify isoroot_b2sums due to missing b2sums" > bad_msg "Please use 'genkernel --b2sums' to generate initramfs" >- if [ -z "${checkfile" ] >+ if [ -z "${checkfile}" ] > then > bad_msg "Press any key to skip ..." > read -n1 -s >-- >2.26.0 >
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 717102
: 632260