diff options
Diffstat (limited to 'share')
-rw-r--r-- | share/bootloaders/grub/menu.lst | 9 | ||||
-rw-r--r-- | share/bootloaders/grub/splash.xpm.gz | bin | 0 -> 32058 bytes | |||
-rw-r--r-- | share/bootloaders/grub2/grub.cfg | 12 | ||||
-rw-r--r-- | share/bootloaders/grub2/splash.tga | bin | 0 -> 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 Binary files differnew file mode 100644 index 000000000..f32e228a7 --- /dev/null +++ b/share/bootloaders/grub/splash.xpm.gz 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 Binary files differnew file mode 100644 index 000000000..90b790db6 --- /dev/null +++ b/share/bootloaders/grub2/splash.tga |