Skip to content
Commit 0733cc11 authored by Konstantinos Smanis's avatar Konstantinos Smanis
Browse files

Provide GRUB2 support in KDM.

Allows for rebooting once in one of the entries of GRUB2 and then
automatically reverts to the default one.

Makes use of grub-reboot and therefore requires 'GRUB_DEFAULT=saved'
to be set in /etc/default/grub (so that /boot/grub/grub.cfg contains
'set default="${saved_entry}"'). If not set, no reboot list appears.

Performs proper GRUB un-escaping, as described in GRUB's manual:
http://www.gnu.org/software/grub/manual/grub.html#Shell_002dlike-scripting

REVIEW: 101152
parent b739e395
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment