В Mon, 11 Feb 2013 14:59:48 +0100 Ulf Zibis <[email protected]> пишет:
> Hi all, > > when I have in grub.cfg: > set hello=world > save_env hello > then boot and change again grub.cfg: > set hello= > save_env hello > and boot again, variable hello doesn't disappear from /boot/grub/grubenv > Also following doesn't help: > unset hello > save_env hello > For all practical purposes, empty variable is the same as non-existing variable. grub2 does not distinguish between these two cases during variable expansion. You can remove variable using grub-editenv command from withing operating system. _______________________________________________ Help-grub mailing list [email protected] https://lists.gnu.org/mailman/listinfo/help-grub
