summaryrefslogtreecommitdiffstats
path: root/EFI/BOOT/grub.cfg
diff options
context:
space:
mode:
author Eric Hameleers <alien@slackware.com>2015-12-24 18:14:00 +0100
committer Eric Hameleers <alien@slackware.com>2015-12-24 18:14:00 +0100
commit6ba105175195ed6d8575b82c5193b0d34f1ac8ee (patch)
treedfef8af6434d663bdd089ddb5528c1407fc450d6 /EFI/BOOT/grub.cfg
parentb9bfd78b1956e1c5e0bae3ee183d10b5744a12d7 (diff)
downloadliveslak-6ba105175195ed6d8575b82c5193b0d34f1ac8ee.tar.gz
liveslak-6ba105175195ed6d8575b82c5193b0d34f1ac8ee.tar.xz
Add a themed GRUB2 menu for UEFI boot, these are the actual files used.
Diffstat (limited to 'EFI/BOOT/grub.cfg')
-rw-r--r--EFI/BOOT/grub.cfg92
1 files changed, 1 insertions, 91 deletions
diff --git a/EFI/BOOT/grub.cfg b/EFI/BOOT/grub.cfg
index 43dbe72..658721b 100644
--- a/EFI/BOOT/grub.cfg
+++ b/EFI/BOOT/grub.cfg
@@ -1,91 +1 @@
-set default="0"
-set timeout="30"
-set hidden_timeout_quiet=false
-
-menuentry "Detect/isolinux any installed operating system" {
- configfile "/EFI/BOOT/osdetect.cfg"
-}
-
-menuentry "Slackware64 14.2 live in English (USA)" {
- echo "Loading kernel and initrd. Please wait..."
- linux /boot/generic load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 kbd=us tz=US/Pacific locale=en_US.utf8
- initrd /boot/initrd.img
-}
-
-menuentry "Slackware64 14.2 live in Dutch" {
- echo "Loading kernel and initrd. Please wait..."
- linux /boot/generic load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 kbd=nl tz=Europe/Amsterdam locale=nl_NL.utf8
- initrd /boot/initrd.img
-}
-
-menuentry "Slackware64 14.2 live in French" {
- echo "Loading kernel and initrd. Please wait..."
- linux /boot/generic load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 kbd=fr tz=Europe/Paris locale=fr_FR.utf8
- initrd /boot/initrd.img
-}
-
-menuentry "Slackware64 14.2 live in German" {
- echo "Loading kernel and initrd. Please wait..."
- linux /boot/generic load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 kbd=de tz=Europe/Berlin locale=de_DE.utf8
- initrd /boot/initrd.img
-}
-
-menuentry "Slackware64 14.2 live in Greek" {
- echo "Loading kernel and initrd. Please wait..."
- linux /boot/generic load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 kbd=us tz=Europe/Athens locale=el_GR.utf8
- initrd /boot/initrd.img
-}
-
-menuentry "Slackware64 14.2 live in Norwegian" {
- echo "Loading kernel and initrd. Please wait..."
- linux /boot/generic load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 kbd=no-latin1 tz=Europe/Oslo locale=nb_NO.utf8
- initrd /boot/initrd.img
-}
-
-menuentry "Slackware64 14.2 live in Polish" {
- echo "Loading kernel and initrd. Please wait..."
- linux /boot/generic load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 kbd=pl tz=Europe/Warsaw locale=pl_PL.utf8
- initrd /boot/initrd.img
-}
-
-menuentry "Slackware64 14.2 live in Portuguese (Brazil)" {
- echo "Loading kernel and initrd. Please wait..."
- linux /boot/generic load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 kbd=br-abnt2 tz=America/Sao_Paulo locale=pt_BR.utf8
- initrd /boot/initrd.img
-}
-
-menuentry "Slackware64 14.2 live in Portuguese (Portugal)" {
- echo "Loading kernel and initrd. Please wait..."
- linux /boot/generic load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 kbd=pt-latin1 tz=Europe/Lisbon locale=pt_PT.utf8
- initrd /boot/initrd.img
-}
-
-menuentry "Slackware64 14.2 live in Russian" {
- echo "Loading kernel and initrd. Please wait..."
- linux /boot/generic load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 kbd=ruwin_cplk-UTF-8 tz=Europe/Moscow locale=ru_RU.utf8
- initrd /boot/initrd.img
-}
-
-menuentry "Slackware64 14.2 live in Spanish (Latin America)" {
- echo "Loading kernel and initrd. Please wait..."
- linux /boot/generic load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 kbd=la-latin1 tz=America/Costa_Rica locale=es_CR.utf8
- initrd /boot/initrd.img
-}
-
-menuentry "Slackware64 14.2 live in Swedish" {
- echo "Loading kernel and initrd. Please wait..."
- linux /boot/generic load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 kbd=sv-latin1 tz=Europe/Stockholm locale=sv_SE.utf8
- initrd /boot/initrd.img
-}
-
-menuentry "Slackware64 14.2 live in Turkish" {
- echo "Loading kernel and initrd. Please wait..."
- linux /boot/generic load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 kbd=trq tz=Europe/Istanbul locale=tr_TR.utf8
- initrd /boot/initrd.img
-}
-
-menuentry "Slackware64 14.2 live in Ukrainian" {
- echo "Loading kernel and initrd. Please wait..."
- linux /boot/generic load_ramdisk=1 prompt_ramdisk=0 rw printk.time=0 kbd=ua tz=Europe/Kiev locale=uk_UA.utf8
- initrd /boot/initrd.img
-}
+source ($root)/EFI/BOOT/menu/grub.cfg