В Sun, 22 Jun 2014 06:24:55 -0700 Tony Alfrey <tonyalfrey@earthlink.net> пишет:
In the /boot/grub2/grub.cfg file is a section where one can add custom entries w/o messing up the existing entries. So I will try to add one of the simple multi-boot examples from here:
If you want to add custom content to grub2 configuration, you can edit /boot/grub2/custom.cfg. This file is directly sourced during boot, so changes are effective immediately. Alternative is to edit /etc/grub.d/40_custom, but then you need to re-run grub2-mkconfig. Finally you could edit grub.cfg between lines ### BEGIN /etc/grub.d/90_persistent ### ... ### END /etc/grub.d/90_persistent ### grub-mkconfig tries to preserve them when re-generating grub.cfg. -- To unsubscribe, e-mail: opensuse+unsubscribe@opensuse.org To contact the owner, e-mail: opensuse+owner@opensuse.org