Created attachment 618444 [details] dracut SYSFONT Description of problem: After the new kernel 3.6 rc7, dracut now show "dracut-cmdline[60] Warning: Option 'SYSFONT' is deprecated, use 'FONT' instead." on boot. Version-Release number of selected component (if applicable): F18 Alpha up to date at 28 sep 2012 How reproducible: Always Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info: Attach Screenshot
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
(In reply to comment #1) > 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 Sorry, i no understand you, is a fixable bug by Fedora or Red Hat or you tell me how i can check the possible fix?, if yes true, tell me how and where edit what files, so, I test it and report again on the same bug report, for confirm if is fixed or not. Thanks
anaconda should be fixed to use the new parameters to write to grub.conf
dracut-024-1.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/dracut-024-1.fc18
Package dracut-024-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 dracut-024-1.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-16223/dracut-024-1.fc18 then log in and leave karma (feedback).
dracut-024-5.git20121019.fc18 has been submitted as an update for Fedora 18. https://admin.fedoraproject.org/updates/dracut-024-5.git20121019.fc18
Package dracut-024-5.git20121019.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 dracut-024-5.git20121019.fc18' as soon as you are able to. Please go to the following url: https://admin.fedoraproject.org/updates/FEDORA-2012-16448/dracut-024-5.git20121019.fc18 then log in and leave karma (feedback).
Okay, so should vconsole.font=<fontname>, ... now be on the command line for the kernel in /etc/default/grub?
(In reply to comment #1) > 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 So where can we use these names? Where should they be specified if they are wanted?
yes, on the kernel command line. see "man vconsole.conf" and "man dracut.cmdline"
dracut-024-5.git20121019.fc18 has been pushed to the Fedora 18 stable repository. If problems still persist, please make note of it in this bug report.
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 #12) > 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. Yeah, dracut is right! anaconda or grubby should have fixed your kernel command line. Or just do it yourself by editing /etc/grub.cfg
how editing /etc/grub.cfg?
(In reply to oliver from comment #14) > how editing /etc/grub.cfg? # sudo gedit /etc/grub*.c*