diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2016-12-02 22:41:55 +0100 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2016-12-02 23:04:13 +0100 |
commit | f7bb86fd584b0e495ff4c675a60e505af9977036 (patch) | |
tree | e039ddeca7b816933fac33fab3e6c8d160b2561c /share | |
parent | 9c974b26bf532ba76f6d66423310f6d95b1ff1f7 (diff) | |
download | vyos-live-build-f7bb86fd584b0e495ff4c675a60e505af9977036.tar.gz vyos-live-build-f7bb86fd584b0e495ff4c675a60e505af9977036.zip |
Clean up grub configuration code
* Use only long kernel names.
* Put advanced options in a submenu.
* Use distro-agnostic labels.
* Don't generate entries with kernel version when we have a single
version.
Diffstat (limited to 'share')
-rw-r--r-- | share/bootloaders/grub-pc/grub.cfg | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/share/bootloaders/grub-pc/grub.cfg b/share/bootloaders/grub-pc/grub.cfg index 1aa0c4aa5..1a3456b41 100644 --- a/share/bootloaders/grub-pc/grub.cfg +++ b/share/bootloaders/grub-pc/grub.cfg @@ -31,4 +31,10 @@ LINUX_LIVE LINUX_INSTALL +submenu 'Advanced options...' { + +LINUX_ADVANCED_INSTALL + MEMTEST + +} |