-
Notifications
You must be signed in to change notification settings - Fork 7
Open
Description
I have a custom.cfg for custom menu entries, which also calls other custom cfgs, which have their own menu entries.
For example, in custom.cfg I have the following, which calls liveiso.cfg and gpu-switcher.cfg:
menuentry 'Live ISOs' --class iso {
insmod part_gpt
insmod btrfs
search --no-floppy --fs-uuid --set=root XXXXXX-XXXXXXXXX-XXXXXXXXXXXXXXX
configfile /@/boot/grub/liveiso.cfg
}
menuentry 'GPU Switcher' --class nvidia {
insmod part_gpt
insmod btrfs
search --no-floppy --fs-uuid --set=root XXXXXX-XXXXXXXXX-XXXXXXXXXXXXXXX
configfile /@/boot/grub/gpu-switcher.cfg
}
There is also one for btrfs snapshots that's generated on its own (although that's not custom.)
Anyway, if I may, I'd like to request other .cfg file menu entries show up in the grub-reboot-picker as well, please.
Metadata
Metadata
Assignees
Labels
No labels
