On Thu, 10 Nov 2011 17:47:15 +0100, AM (Antonio) wrote:

> these readings don't answer the general question:
> 
> what is the correct procedure to modify the configuration file???

It depends on which tools you will use.

  /etc/grub.d/40_custom
   : the config file where to add your own menu entries

  grub2-mkconfig -o /boot/grub2/grub.cfg
   : the command to run to recreate the /boot/grub2/grub.cfg file
   : including automatically finding other OSs with the help of
   : the os-prober tool (if installed)

  /etc/default/grub
   : configuration settings
   : such as GRUB_DEFAULT, see info grub2 section 5.1

-- 
Fedora release 16 (Verne) - Linux 3.1.0-7.fc16.x86_64
loadavg: 0.61 0.62 0.40
-- 
users mailing list
users@lists.fedoraproject.org
To unsubscribe or change subscription options:
https://admin.fedoraproject.org/mailman/listinfo/users
Guidelines: http://fedoraproject.org/wiki/Mailing_list_guidelines

Reply via email to