Bug 859298
| Summary: | dracut-cmdline[60] Warning: Option 'KEYTABLE' is deprecated, use 'KEYMAP' instead [Fedora 18 KDE LiveCD Alpha] | ||||||
|---|---|---|---|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | xset1980 | ||||
| Component: | anaconda | Assignee: | Brian Lane <bcl> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> | ||||
| Severity: | unspecified | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 18 | CC: | adam.stokes, anaconda-maint-list, bcl, bruno, chepioq, dhuff, dracut-maint, fedora, g.kaviyarasu, harald, info, Jasper.Hartline, jonathan, katzj, marcus.moeller, michael.monreal, notting, sarasa, sun-xs, takacsk2004, vanmeeuwen+fedora, xset1980 | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | Unspecified | ||||||
| OS: | Unspecified | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | anaconda-18.11-1 | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-12-19 18:26:14 UTC | Type: | Bug | ||||
| Regression: | --- | Mount Type: | --- | ||||
| Documentation: | --- | CRM: | |||||
| Verified Versions: | Category: | --- | |||||
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |||||
| Cloudforms Team: | --- | Target Upstream Version: | |||||
| Embargoed: | |||||||
| Attachments: |
|
||||||
(In reply to comment #0) > Created attachment 615264 [details] > screenshot > > Description of problem: > > > On the boot process, F18 Alpha LiveCD KDE show the message: > > dracut-cmdline[60] Warning: Option 'KEYTABLE' is deprecated, use 'KEYMAP' > instead The kernel command line should use the new syntax then. livecd-tools and spins don't appear to be setting this. Any idea where it comes from? (In reply to comment #2) > livecd-tools and spins don't appear to be setting this. Any idea where it > comes from? No idea, is a LiveCD of Fedora 18 KDE Alpha, fresh install on a Vbox machine. md5sum: 4ef01dc6ecd8254de615cf1bd8a44879 Fedora-18-Alpha-i686-Live-KDE.iso @brian @herald, if you need to perform some test, tell me, I am at your disposal and my vbox machine too Any progress with this bug? I can't see any KEYTABLE string on /etc/default/grub or /etc/grub.d/* files Is this with booting the LiveCD, or after _installing_ from the LiveCD and booting without the LiveCD? If it is after installing, reassign to anaconda. (In reply to comment #7) > Is this with booting the LiveCD, or after _installing_ from the LiveCD and > booting without the LiveCD? > > If it is after installing, reassign to anaconda. After installing, booting Fedora 18 Alpha from the HDD, when the system is installed and up to date. Sorry, the error message was wrong. SYSFONT -> vconsole.font FONT -> vconsole.font KEYTABLE -> vconsole.keymap KEYMAP -> vconsole.keymap FONT_MAP -> vconsole.font.map CONTRANS -> vconsole.font.map FONT_UNIMAP -> vconsole.font.unimap UNIMAP -> vconsole.font.unimap UNICODE -> vconsole.font.unicode EXT_KEYMAP -> vconsole.keymap.ext anaconda-18.11-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/anaconda-18.11-1.fc18 Package anaconda-18.11-1.fc18: * should fix your issue, * was pushed to the Fedora 18 testing repository, * should be available at your local mirror within two days. Update it with: # su -c 'yum update --enablerepo=updates-testing anaconda-18.11-1.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-15207/anaconda-18.11-1.fc18 then log in and leave karma (feedback). anaconda-18.12-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/anaconda-18.12-1.fc18 *** Bug 864356 has been marked as a duplicate of this bug. *** Reopening, something seems wrong here.
vconsole.* are kernel commandline parameters.
KEY* are /etc/sysconfig/i18n paraemters.
According to the vconsole.conf man page, options are:
OPTIONS
The following options are understood:
KEYMAP=, KEYMAP_TOGGLE=
Configures the key mapping table for the keyboard. KEYMAP=
defaults to us if not set. The KEYMAP_TOGGLE= can be used to
configured a second toggle keymap and is by default unset.
FONT=, FONT_MAP=, FONT_UNIMAP=
Configures the console font, the console map and the unicode font
map.
The current code is writing vconsole.* to /etc/sysconfig/i18n (invalid), and KEYMAP to /etc/vconsole.conf (looks right).
I believe it should be writing KEYMAP to both. Sending patch.
*** Bug 888949 has been marked as a duplicate of this bug. *** fedora17 upgrade fedora18 restart system upgrade (fedora) show the message dracut-cmdline[60] warning kernel command line option "KEYTABLE" is deprecated .use 'vconsle.keymap' instead. dracut-cmdline[60] warning kernel command line option "SYSFONT" is deprecated .use 'vconsle.font' instead. (In reply to comment #16) > fedora17 upgrade fedora18 restart > system upgrade (fedora) > show the message > > dracut-cmdline[60] warning kernel command line option "KEYTABLE" is > deprecated .use 'vconsle.keymap' instead. > dracut-cmdline[60] warning kernel command line option "SYSFONT" is > deprecated .use 'vconsle.font' instead. (In reply to comment #16) > fedora17 upgrade fedora18 restart > system upgrade (fedora) > show the message > > dracut-cmdline[60] warning kernel command line option "KEYTABLE" is > deprecated .use 'vconsole.keymap' instead. > dracut-cmdline[60] warning kernel command line option "SYSFONT" is > deprecated .use 'vconsole.font' instead. I modified the line "GRUB_CMDLINE_LINUX" in /etc/default/grub according to the warnings and after that I ran "grub2-mkconfig -o /boot/grub2/grub.cfg". These options can be also set in /etc/vconsole.conf. Apparently /etc/default/grub is not updated or created as grub.rpmnew at the upgrade of grub2-tools, which owns it. See also: http://forums.fedoraforum.org/showthread.php?t=287518 Is bug 858963 a duplicate of this one ? *** Bug 858963 has been marked as a duplicate of this bug. *** |
Created attachment 615264 [details] screenshot Description of problem: On the boot process, F18 Alpha LiveCD KDE show the message: dracut-cmdline[60] Warning: Option 'KEYTABLE' is deprecated, use 'KEYMAP' instead Version-Release number of selected component (if applicable): Fedora 18 KDE LiveCD Alpha up to date, kernel 3.6 rc6 How reproducible: Always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: Attach screenshot