|
Bugzilla – Full Text Bug Listing |
| Summary: | kiwi: grub keyboard settings ignored in running system | ||
|---|---|---|---|
| Product: | [openSUSE] openSUSE 11.2 | Reporter: | Bernhard Wiedemann <novellbmw> |
| Component: | Bootloader | Assignee: | Marcus Schaefer <ms> |
| Status: | RESOLVED FIXED | QA Contact: | Jiri Srain <jsrain> |
| Severity: | Enhancement | ||
| Priority: | P3 - Medium | CC: | snwint |
| Version: | RC 1 | ||
| Target Milestone: | --- | ||
| Hardware: | i686 | ||
| OS: | Other | ||
| Whiteboard: | |||
| Found By: | --- | Services Priority: | |
| Business Priority: | Blocker: | --- | |
| Marketing QA Status: | --- | IT Deployment: | --- |
|
Description
Bernhard Wiedemann
2009-10-17 14:21:45 UTC
I noticed that the F2 and F4 keys in grub did change the bootloader's language and keyboard settings. If that is the only intended effect per specification, the above should be seen as invalid or "feature request" with the aim to avoid confusion with isolinux/syslinux on installation media both influencing the system language additionally to the bootloader language. Hm, good point. For a normal installed system the idea is to change only the setting for the bootloader. But I don't know what exactly happens with the keyboard setting on a Live CD. Anyway, since openSUSE 11.2 it is possible to get the settings passed via kernel command line (set addopt.keytable & addopt.lang in gfxboot.cfg [see also bug 539398]). Assigning to Live CD expert. * gfxboot.cfg has sections, in which section do I have to set addopt.keytable=1 addopt.lang=1 can I simply do an echo "..." >> cfgfile ? * How do I adapt the configuration when using the branding packages gfxboot --config-file ... --change-config addopt.keytable=1 ? * and last question the branding packages provides a gfxboot.cfg for the isolinux case only what about the grub bootloader configuration can that be changed too ? Thanks > * gfxboot.cfg has sections, in which section do I have to set > > addopt.keytable=1 > addopt.lang=1 > Depends. There are three relevant sections in 11.2: install, boot, live which are used for normal install, installed system and live-cd. > can I simply do an echo "..." >> cfgfile ? No, that won't work. > * and last question the branding packages provides a gfxboot.cfg for > the isolinux case only what about the grub bootloader configuration > can that be changed too ? There is also a gfxboot.cfg for grub; it is packed into the 'message' file. > * How do I adapt the configuration when using the branding packages > > gfxboot --config-file ... --change-config addopt.keytable=1 For an unpacked config file e.g.: gfxboot --config-file foobar --change-config live::addopt.keytable=1 if it's in an archive like /boot/message: gfxboot --archive /boot/message --change-config boot::addopt.keytable=1 thanks fixed this in kiwi but needs testing with 11.2 RC1, M8 has still a gfxboot bug which prevents me currently from testing. Therefore leaving the bug open to check in my next cycle works with >= RC1 |