Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FL-6104: Add Grub menuentry flags support to boot-update #20

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

unixdj
Copy link

@unixdj unixdj commented Jan 1, 2019

https://bugs.funtoo.org/browse/FL-6104

Add Grub menuentry flags support to boot-update

Add support for generating Grub menu entries with flags, such as:

menuentry "The Mighty Funtoo Linux Kernel" --unrestricted {
}

@unixdj
Copy link
Author

unixdj commented Jan 1, 2019

Sample /etc/boot.conf stanza:

"Funtoo Linux genkernel" {
        menuflags --unrestricted
        kernel kernel[-v] -*.sig
        initrd initramfs[-v]
#        params += ...
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant