On 30.04.2013 19:42, Matthew Miller wrote: > On Tue, Apr 30, 2013 at 01:12:23PM -0400, Matthew Miller wrote: >>>> I'm also keeping >>>> https://fedoraproject.org/wiki/Features/SyslinuxOption#Current_status >>> Obviously the Arch people don't use grubby[1]. ;) >> grubby is rather picky about the formatting of the file. Patches are > ^ > config > I actually thought it would be good to put a warning on[1] the use of the "kernel" entry in the "extlinux.conf" - i.e. the difference between the respective use of the Fedora's grubby and what is stated on the Arch links[1]. poma [1] https://fedoraproject.org/wiki/Features/SyslinuxOption#Documentation
diff --git a/grubby.c b/grubby.c index 6721ae9..f9cae84 100644 --- a/grubby.c +++ b/grubby.c @@ -455,6 +455,7 @@ struct keywordTypes extlinuxKeywords[] = { { "root", LT_ROOT, ' ' }, { "default", LT_DEFAULT, ' ' }, { "kernel", LT_KERNEL, ' ' }, + { "linux", LT_KERNEL, ' ' }, { "initrd", LT_INITRD, ' ', ',' }, { "append", LT_KERNELARGS, ' ' }, { "prompt", LT_UNKNOWN, ' ' },
_______________________________________________ Anaconda-devel-list mailing list Anaconda-devel-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/anaconda-devel-list