]> git.ipfire.org Git - thirdparty/grub.git/commit
grub-reboot: Warn when "for the next boot only" promise cannot be kept
authordann frazier <dann.frazier@canonical.com>
Fri, 17 Aug 2018 23:33:44 +0000 (17:33 -0600)
committerDaniel Kiper <daniel.kiper@oracle.com>
Thu, 13 Sep 2018 09:01:10 +0000 (11:01 +0200)
commit478e54b7380f7fe53bd9a664f1496b72ce1ea9e6
tree666fefc63619e6d9c9e99be80fa8df0b11e97b94
parentd2374cfb71ce56bfd13bc208c72644fb6aa5ddd1
grub-reboot: Warn when "for the next boot only" promise cannot be kept

The "for the next boot only" property of grub-reboot is dependent upon
GRUB being able to clear the next_entry variable in the environment
block. However, GRUB cannot write to devices using the diskfilter
and lvm abstractions.

Ref: https://lists.gnu.org/archive/html/grub-devel/2009-12/msg00276.html
Ref: https://bugs.launchpad.net/bugs/788298

Signed-off-by: dann frazier <dann.frazier@canonical.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
util/grub-reboot.in