summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorDaniel Baumann <mail@daniel-baumann.ch>2015-04-29 07:52:56 +0200
committerDaniel Baumann <mail@daniel-baumann.ch>2015-04-29 07:52:56 +0200
commit7e633e77f24b6f5ab9a8b22d7d6cf6521454d638 (patch)
treec4a11950037f0e66cd79e00761302f8cc8acfb76 /templates
parent7f6b1d71f8f6c66a78ba88f19cf12c035476f4ef (diff)
downloadvyos-live-build-7e633e77f24b6f5ab9a8b22d7d6cf6521454d638.tar.gz
vyos-live-build-7e633e77f24b6f5ab9a8b22d7d6cf6521454d638.zip
Moving grub and grub2 templates into shared bootloader config directory.
Diffstat (limited to 'templates')
-rw-r--r--templates/grub/menu.lst9
-rw-r--r--templates/grub/splash.xpm.gzbin32058 -> 0 bytes
-rw-r--r--templates/grub2/grub.cfg12
-rw-r--r--templates/grub2/splash.tgabin50004 -> 0 bytes
4 files changed, 0 insertions, 21 deletions
diff --git a/templates/grub/menu.lst b/templates/grub/menu.lst
deleted file mode 100644
index 3b866e5c7..000000000
--- a/templates/grub/menu.lst
+++ /dev/null
@@ -1,9 +0,0 @@
-default 0
-color cyan/blue white/blue
-splashimage /boot/grub/splash.xpm.gz
-
-LINUX_LIVE
-
-LINUX_INSTALL
-
-MEMTEST
diff --git a/templates/grub/splash.xpm.gz b/templates/grub/splash.xpm.gz
deleted file mode 100644
index f32e228a7..000000000
--- a/templates/grub/splash.xpm.gz
+++ /dev/null
Binary files differ
diff --git a/templates/grub2/grub.cfg b/templates/grub2/grub.cfg
deleted file mode 100644
index 3430b63a0..000000000
--- a/templates/grub2/grub.cfg
+++ /dev/null
@@ -1,12 +0,0 @@
-set default=0
-
-insmod tga
-background_image ($root)/boot/grub/splash.tga
-set color_normal=cyan/blue
-set color_highlight=white/blue
-
-LINUX_LIVE
-
-LINUX_INSTALL
-
-MEMTEST
diff --git a/templates/grub2/splash.tga b/templates/grub2/splash.tga
deleted file mode 100644
index 90b790db6..000000000
--- a/templates/grub2/splash.tga
+++ /dev/null
Binary files differ