diff options
Diffstat (limited to 'files/UEFI/GNOME/loader')
7 files changed, 26 insertions, 0 deletions
diff --git a/files/UEFI/GNOME/loader/entries/01-mga-boot.conf b/files/UEFI/GNOME/loader/entries/01-mga-boot.conf new file mode 100644 index 0000000..60f2e47 --- /dev/null +++ b/files/UEFI/GNOME/loader/entries/01-mga-boot.conf @@ -0,0 +1,4 @@ +title Boot Mageia 4 Live +linux /boot/vmlinuz +initrd /boot/cdrom/initrd.gz +options root=mgalive:LABEL=Mageia-4-GNOME-LiveDVD splash quiet rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 vga=788 diff --git a/files/UEFI/GNOME/loader/entries/02-mga-install.conf b/files/UEFI/GNOME/loader/entries/02-mga-install.conf new file mode 100644 index 0000000..1abcc7b --- /dev/null +++ b/files/UEFI/GNOME/loader/entries/02-mga-install.conf @@ -0,0 +1,4 @@ +title Install Mageia 4 Live +linux /boot/vmlinuz +initrd /boot/cdrom/initrd.gz +options root=mgalive:LABEL=Mageia-4-GNOME-LiveDVD splash quiet rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 vga=788 install diff --git a/files/UEFI/GNOME/loader/entries/03-mga-boot-safe.conf b/files/UEFI/GNOME/loader/entries/03-mga-boot-safe.conf new file mode 100644 index 0000000..e3bae9c --- /dev/null +++ b/files/UEFI/GNOME/loader/entries/03-mga-boot-safe.conf @@ -0,0 +1,4 @@ +title Boot Mageia 4 Live (Safe mode) +linux /boot/vmlinuz +initrd /boot/cdrom/initrd.gz +options root=mgalive:LABEL=Mageia-4-GNOME-LiveDVD rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 xdriver=vesa diff --git a/files/UEFI/GNOME/loader/entries/04-mga-usb-boot.conf b/files/UEFI/GNOME/loader/entries/04-mga-usb-boot.conf new file mode 100644 index 0000000..f70c488 --- /dev/null +++ b/files/UEFI/GNOME/loader/entries/04-mga-usb-boot.conf @@ -0,0 +1,4 @@ +title Boot Mageia 4 Live (USB FAT32) +linux /boot/vmlinuz +initrd /boot/cdrom/initrd.gz +options root=mgalive:LABEL=MGA4LIVE UEFI splash quiet rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 vga=788 diff --git a/files/UEFI/GNOME/loader/entries/05-mga-usb-install.conf b/files/UEFI/GNOME/loader/entries/05-mga-usb-install.conf new file mode 100644 index 0000000..afd6fce --- /dev/null +++ b/files/UEFI/GNOME/loader/entries/05-mga-usb-install.conf @@ -0,0 +1,4 @@ +title Install Mageia 4 Live (USB FAT32) +linux /boot/vmlinuz +initrd /boot/cdrom/initrd.gz +options root=mgalive:LABEL=MGA4LIVE UEFI splash quiet rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 vga=788 install diff --git a/files/UEFI/GNOME/loader/entries/06-mga-usb-boot-safe.conf b/files/UEFI/GNOME/loader/entries/06-mga-usb-boot-safe.conf new file mode 100644 index 0000000..fe45c18 --- /dev/null +++ b/files/UEFI/GNOME/loader/entries/06-mga-usb-boot-safe.conf @@ -0,0 +1,4 @@ +title Boot Mageia 4 Live (USB FAT32, Safe mode) +linux /boot/vmlinuz +initrd /boot/cdrom/initrd.gz +options root=mgalive:LABEL=MGA4LIVE UEFI rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 xdriver=vesa diff --git a/files/UEFI/GNOME/loader/loader.conf b/files/UEFI/GNOME/loader/loader.conf new file mode 100644 index 0000000..da28360 --- /dev/null +++ b/files/UEFI/GNOME/loader/loader.conf @@ -0,0 +1,2 @@ +timeout 10 +default 01-mga-boot |