(name . bug-guix)(address . bug-guix@gnu.org)
I want to implement grub fallback on boot failure for a remote machine
so I need to write this to /etc/default/grub
export GRUB_FALLBACK="1 2...{number of entries}"
GRUB_DEFAULT=saved
GRUB_SAVEDEFAULT=true
Thanks