diff options
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 } |