Bug 864356

Summary: dracut-cmdline[885]: Warning: Option 'KEYTABLE' is deprecated, use 'KEYMAP' instead.
Product: [Fedora] Fedora Reporter: dominique <chepioq>
Component: dracutAssignee: dracut-maint
Status: CLOSED DUPLICATE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 18CC: chepioq, dracut-maint, harald, jonathan
Target Milestone: ---   
Target Release: ---   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-10-09 15:45:54 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:

Description dominique 2012-10-09 08:45:04 UTC
I have installed F18 by update an F17 with F18 repo,and each update to a new kernel I have this warning on boot :

dracut-cmdline[885]: Warning: Option 'KEYTABLE' is deprecated, use 'KEYMAP' instead.
dracut-cmdline[885]: Warning: Option 'SYSFONT' is deprecated, use 'FONT' instead.

I can solve problem by run this command :
mv /boot/initramfs-$(uname -r).img /boot/initramfs-$(uname -r)-bak.img
dracut /boot/initramfs-$(uname -r).img $(uname -r)  

and after do a :
grub2-mkconfig -o /boot/grub2/grub.cfg

But it's not a good solution for me...

Where is the problem ?

Comment 1 Harald Hoyer 2012-10-09 15:45:54 UTC

*** This bug has been marked as a duplicate of bug 859298 ***