feature request: add or document ability to write to /etc/default/grub from grub service

  • Open
  • quality assurance status badge
Details
One participant
  • Nathan Dehnel
Owner
unassigned
Submitted by
Nathan Dehnel
Severity
wishlist

Debbugs page

Nathan Dehnel wrote 2 years ago
(name . bug-guix)(address . bug-guix@gnu.org)
CAEEhgEtMFACL4995Q=ukyVPPaxujbqY0=JQg4srWL08ztbTq8Q@mail.gmail.com
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
?
Your comment

Commenting via the web interface is currently disabled.

To comment on this conversation send an email to 63937@debbugs.gnu.org

To respond to this issue using the mumi CLI, first switch to it
mumi current 63937
Then, you may apply the latest patchset in this issue (with sign off)
mumi am -- -s
Or, compose a reply to this issue
mumi compose
Or, send patches to this issue
mumi send-email *.patch
You may also tag this issue. See list of standard tags. For example, to set the confirmed and easy tags
mumi command -t +confirmed -t +easy
Or, remove the moreinfo tag and set the help tag
mumi command -t -moreinfo -t +help