diff options
author | Raphaël Hertzog <hertzog@debian.org> | 2016-12-13 18:37:41 +0100 |
---|---|---|
committer | Raphaël Hertzog <hertzog@debian.org> | 2016-12-14 12:33:07 +0100 |
commit | 50b6a2952394783c286cfa3ee0a1c09ced67e936 (patch) | |
tree | 613de5921ffd13d3a4860eae633b05604e31d514 /share | |
parent | 92dfdd2a3fe562d95541038dcd87aa703514cd71 (diff) | |
download | vyos-live-build-50b6a2952394783c286cfa3ee0a1c09ced67e936.tar.gz vyos-live-build-50b6a2952394783c286cfa3ee0a1c09ced67e936.zip |
Cleanup binary_loopback_cfg and offer more freedom in overriding the default grub-pc configuration.
Diffstat (limited to 'share')
-rw-r--r-- | share/bootloaders/grub-pc/grub.cfg | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/share/bootloaders/grub-pc/grub.cfg b/share/bootloaders/grub-pc/grub.cfg index 1a3456b41..a80937507 100644 --- a/share/bootloaders/grub-pc/grub.cfg +++ b/share/bootloaders/grub-pc/grub.cfg @@ -27,14 +27,32 @@ terminal_output gfxterm insmod play play 960 440 1 0 4 440 1 +# Live boot LINUX_LIVE +# You can add more entries like this +# menuentry "Alternate live boot" { +# linux KERNEL_LIVE APPEND_LIVE custom options here +# initrd INITRD_LIVE +# } +# menuentry "Alternate graphical installer" { +# linux KERNEL_GI APPEND_GI custom options here +# initrd INITRD_GI +# } +# menuentry "Alternate textual installer" { +# linux KERNEL_DI APPEND_DI custom options here +# initrd INITRD_DI +# } + +# Installer (if any) LINUX_INSTALL submenu 'Advanced options...' { +# More installer entries (if any) LINUX_ADVANCED_INSTALL +# Memtest (if any) MEMTEST } |