


GRUB2 Editor
System Software by artemisfowl2007 115 comments
Very an cool and usefull kcm module.
It seems to work fine except :
- every key value in /etc/defaulkt/grub is saved single quoted, I don't think this is necessary and it prevents grub-mkconfig from evaluating values. eg. on debian, GRUB_DISTRIBUTOR is default to Quote:`lsb_release -i -s 2> /dev/null || echo Debian`, and evaluated as Quote:Debian GNU/Linux, with Linux 2.6.32-5-amd64 by grub-mkconfig. When quoted, menuentries are Quote:`lsb_release -i -s 2> /dev/null || echo Debian` which is less sexy...
- When applying changes, kcm_grub2 launch grub-mkconfig but UI does not show any activity, it would be usefull to invalidate buttons or at least to show a busy cursor.
Thanks and hope this will help. - Mar 08 2011
It seems to work fine except :
- every key value in /etc/defaulkt/grub is saved single quoted, I don't think this is necessary and it prevents grub-mkconfig from evaluating values. eg. on debian, GRUB_DISTRIBUTOR is default to Quote:`lsb_release -i -s 2> /dev/null || echo Debian`, and evaluated as Quote:Debian GNU/Linux, with Linux 2.6.32-5-amd64 by grub-mkconfig. When quoted, menuentries are Quote:`lsb_release -i -s 2> /dev/null || echo Debian` which is less sexy...
- When applying changes, kcm_grub2 launch grub-mkconfig but UI does not show any activity, it would be usefull to invalidate buttons or at least to show a busy cursor.
Thanks and hope this will help. - Mar 08 2011