From 50b6a2952394783c286cfa3ee0a1c09ced67e936 Mon Sep 17 00:00:00 2001
From: Raphaƫl Hertzog <hertzog@debian.org>
Date: Tue, 13 Dec 2016 18:37:41 +0100
Subject: Cleanup binary_loopback_cfg and offer more freedom in overriding the
 default grub-pc configuration.

---
 share/bootloaders/grub-pc/grub.cfg | 18 ++++++++++++++++++
 1 file changed, 18 insertions(+)

(limited to 'share')

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
 
 }
-- 
cgit v1.2.3