aboutsummaryrefslogtreecommitdiff
path: root/templates/custom.cfg
diff options
context:
space:
mode:
Diffstat (limited to 'templates/custom.cfg')
-rw-r--r--templates/custom.cfg26
1 files changed, 26 insertions, 0 deletions
diff --git a/templates/custom.cfg b/templates/custom.cfg
new file mode 100644
index 0000000..87de184
--- /dev/null
+++ b/templates/custom.cfg
@@ -0,0 +1,26 @@
+#
+# Menu appearance
+#
+set menu_color_normal=white/blue
+set menu_color_highlight=yellow/red
+
+#
+# Example: imagens stored in the USB stick: just put your images under custom/debian/images.
+#
+menuentry 'Example: Darkstar' {
+ set volume=/dev/sda5
+ set version=3.16.0-4-amd64
+ set target=sda5_crypt
+ set rootfs=darkstar--vg-root
+ set distro=debian
+ bootimg ${volume} ${version} ${source} ${target} ${distro}
+}
+
+#
+# Example: Full Disk Encryption: images are loaded from encrypted partition.
+#
+menuentry 'Example: Darkstar FDE' {
+ set volume=darkstar
+ set version=3.16.0-4-amd64
+ bootfde ${volume} ${version}
+}