WARNING: THIS SITE IS A MIRROR OF GITHUB.COM / IT CANNOT LOGIN OR REGISTER ACCOUNTS / THE CONTENTS ARE PROVIDED AS-IS / THIS SITE ASSUMES NO RESPONSIBILITY FOR ANY DISPLAYED CONTENT OR LINKS / IF YOU FOUND SOMETHING MAY NOT GOOD FOR EVERYONE, CONTACT ADMIN AT ilovescratch@foxmail.com
Skip to content

Feature Request: Include custom .cfg menu entries #4

@Natetronn

Description

@Natetronn

I have a custom.cfg for custom menu entries, which also calls other custom cfgs, which have their own menu entries.

grub-custom-cfgs

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions