From b67df736b3443c0b0841c8da7f15ad5643ce8ca3 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sat, 4 Jan 2014 20:39:28 +0100 Subject: add mga3 final build configs --- files/UEFI/EFI/boot/bootx64.efi | Bin 0 -> 84120 bytes files/UEFI/loader/entries/01-mga-boot.conf | 4 ++++ files/UEFI/loader/entries/02-mga-install.conf | 4 ++++ files/UEFI/loader/entries/03-mga-boot-safe.conf | 4 ++++ files/UEFI/loader/loader.conf | 2 ++ 5 files changed, 14 insertions(+) create mode 100644 files/UEFI/EFI/boot/bootx64.efi create mode 100644 files/UEFI/loader/entries/01-mga-boot.conf create mode 100644 files/UEFI/loader/entries/02-mga-install.conf create mode 100644 files/UEFI/loader/entries/03-mga-boot-safe.conf create mode 100644 files/UEFI/loader/loader.conf (limited to 'files/UEFI') diff --git a/files/UEFI/EFI/boot/bootx64.efi b/files/UEFI/EFI/boot/bootx64.efi new file mode 100644 index 0000000..ccedcab Binary files /dev/null and b/files/UEFI/EFI/boot/bootx64.efi differ diff --git a/files/UEFI/loader/entries/01-mga-boot.conf b/files/UEFI/loader/entries/01-mga-boot.conf new file mode 100644 index 0000000..19d5058 --- /dev/null +++ b/files/UEFI/loader/entries/01-mga-boot.conf @@ -0,0 +1,4 @@ +title Boot Mageia 3 Live +linux /boot/vmlinuz +initrd /boot/cdrom/initrd.gz +options root=mgalive:LABEL=MGA3LIVE UEFI splash quiet rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 vga=788 diff --git a/files/UEFI/loader/entries/02-mga-install.conf b/files/UEFI/loader/entries/02-mga-install.conf new file mode 100644 index 0000000..9341727 --- /dev/null +++ b/files/UEFI/loader/entries/02-mga-install.conf @@ -0,0 +1,4 @@ +title Install Mageia 3 Live +linux /boot/vmlinuz +initrd /boot/cdrom/initrd.gz +options root=mgalive:LABEL=MGA3LIVE UEFI splash quiet rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 vga=788 install diff --git a/files/UEFI/loader/entries/03-mga-boot-safe.conf b/files/UEFI/loader/entries/03-mga-boot-safe.conf new file mode 100644 index 0000000..ef8030e --- /dev/null +++ b/files/UEFI/loader/entries/03-mga-boot-safe.conf @@ -0,0 +1,4 @@ +title Boot Mageia 3 Live (Safe mode) +linux /boot/vmlinuz +initrd /boot/cdrom/initrd.gz +options root=mgalive:LABEL=MGA3LIVE UEFI rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 xdriver=vesa diff --git a/files/UEFI/loader/loader.conf b/files/UEFI/loader/loader.conf new file mode 100644 index 0000000..da28360 --- /dev/null +++ b/files/UEFI/loader/loader.conf @@ -0,0 +1,2 @@ +timeout 10 +default 01-mga-boot -- cgit v1.2.1