From dd16d3e122aed9b83b99a47d50aedece93c6ce2c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Sun, 3 Jul 2016 10:34:27 -0300 Subject: Adds grub templates --- templates/custom.cfg | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 templates/custom.cfg (limited to 'templates/custom.cfg') 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} +} -- cgit v1.2.3