summaryrefslogtreecommitdiff
path: root/share
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 /share
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 'share')
-rw-r--r--share/bootloaders/grub/menu.lst9
-rw-r--r--share/bootloaders/grub/splash.xpm.gzbin0 -> 32058 bytes
-rw-r--r--share/bootloaders/grub2/grub.cfg12
-rw-r--r--share/bootloaders/grub2/splash.tgabin0 -> 50004 bytes
4 files changed, 21 insertions, 0 deletions
diff --git a/share/bootloaders/grub/menu.lst b/share/bootloaders/grub/menu.lst
new file mode 100644
index 000000000..3b866e5c7
--- /dev/null
+++ b/share/bootloaders/grub/menu.lst
@@ -0,0 +1,9 @@
+default 0
+color cyan/blue white/blue
+splashimage /boot/grub/splash.xpm.gz
+
+LINUX_LIVE
+
+LINUX_INSTALL
+
+MEMTEST
diff --git a/share/bootloaders/grub/splash.xpm.gz b/share/bootloaders/grub/splash.xpm.gz
new file mode 100644
index 000000000..f32e228a7
--- /dev/null
+++ b/share/bootloaders/grub/splash.xpm.gz
Binary files differ
diff --git a/share/bootloaders/grub2/grub.cfg b/share/bootloaders/grub2/grub.cfg
new file mode 100644
index 000000000..3430b63a0
--- /dev/null
+++ b/share/bootloaders/grub2/grub.cfg
@@ -0,0 +1,12 @@
+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/share/bootloaders/grub2/splash.tga b/share/bootloaders/grub2/splash.tga
new file mode 100644
index 000000000..90b790db6
--- /dev/null
+++ b/share/bootloaders/grub2/splash.tga
Binary files differ