Go to:
Gentoo Home
Documentation
Forums
Lists
Bugs
Planet
Store
Wiki
Get Gentoo!
Gentoo's Bugzilla – Attachment 220379 Details for
Bug 268468
fbsplash doesn't switch to verbose mode in initramfs
Home
|
New
–
[Ex]
|
Browse
|
Search
|
Privacy Policy
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Additional splash calls added to chooseKeymap
fix-chooseKeymap.patch (text/plain), 752 bytes, created by
June Tate-Gans
on 2010-02-19 17:59:44 UTC
(
hide
)
Description:
Additional splash calls added to chooseKeymap
Filename:
MIME Type:
Creator:
June Tate-Gans
Created:
2010-02-19 17:59:44 UTC
Size:
752 bytes
patch
obsolete
>--- initrd.scripts.orig 2010-02-19 10:56:21.000000000 -0700 >+++ initrd.scripts 2010-02-19 10:58:07.000000000 -0700 >@@ -490,6 +490,7 @@ > good_msg "Loading keymaps" > if [ -z "${keymap}" ] > then >+ splash 'verbose' > /dev/null & > cat /lib/keymaps/keymapList > read -t 10 -p '<< Load keymap (Enter for default): ' keymap > case ${keymap} in >@@ -550,10 +551,12 @@ > mkdir -p /etc/sysconfig > # echo "XKEYBOARD=${xkeymap}" > /etc/sysconfig/keyboard > echo "XKEYBOARD=${keymap}" > /etc/sysconfig/keyboard >+ splash set_msg "Set keymap to ${keymap}" > elif [ -z "${keymap}" ] > then > echo > good_msg "Keeping default keymap" >+ splash set_msg "Keeping default keymap" > else > bad_msg "Sorry, but keymap ''${keymap}'' is invalid!" > unset keymap
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 268468
:
220377
| 220379 |
261851