From 1a7671a56936fb15a8c71750a85fdd62216c5bc5 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Sun, 31 Aug 2014 14:28:16 +0200 Subject: Mga 4.1 configs --- files/UEFI/GNOME/boot/efiboot.img | Bin 18874368 -> 18874368 bytes files/UEFI/GNOME/loader/entries/01-mga-boot.conf | 4 ++-- .../UEFI/GNOME/loader/entries/02-mga-install.conf | 4 ++-- .../GNOME/loader/entries/03-mga-boot-safe.conf | 4 ++-- .../UEFI/GNOME/loader/entries/04-mga-usb-boot.conf | 2 +- .../GNOME/loader/entries/05-mga-usb-install.conf | 2 +- .../GNOME/loader/entries/06-mga-usb-boot-safe.conf | 2 +- files/UEFI/KDE4/boot/efiboot.img | Bin 18874368 -> 18874368 bytes files/UEFI/KDE4/loader/entries/01-mga-boot.conf | 4 ++-- files/UEFI/KDE4/loader/entries/02-mga-install.conf | 4 ++-- .../UEFI/KDE4/loader/entries/03-mga-boot-safe.conf | 4 ++-- .../UEFI/KDE4/loader/entries/04-mga-usb-boot.conf | 2 +- .../KDE4/loader/entries/05-mga-usb-install.conf | 2 +- .../KDE4/loader/entries/06-mga-usb-boot-safe.conf | 2 +- 14 files changed, 18 insertions(+), 18 deletions(-) (limited to 'files/UEFI') diff --git a/files/UEFI/GNOME/boot/efiboot.img b/files/UEFI/GNOME/boot/efiboot.img index b513d98..491c373 100644 Binary files a/files/UEFI/GNOME/boot/efiboot.img and b/files/UEFI/GNOME/boot/efiboot.img differ diff --git a/files/UEFI/GNOME/loader/entries/01-mga-boot.conf b/files/UEFI/GNOME/loader/entries/01-mga-boot.conf index 26fcb20..0ac1597 100644 --- a/files/UEFI/GNOME/loader/entries/01-mga-boot.conf +++ b/files/UEFI/GNOME/loader/entries/01-mga-boot.conf @@ -1,4 +1,4 @@ -title Boot Mageia 4 Live +title Boot Mageia 4.1 Live linux /boot/vmlinuz initrd /boot/cdrom/initrd.gz -options root=mgalive:LABEL=Mageia-4-GNOME-LiveDVD quiet rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 +options root=mgalive:LABEL=Mageia-4.1-GNOME-LiveDVD quiet rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 diff --git a/files/UEFI/GNOME/loader/entries/02-mga-install.conf b/files/UEFI/GNOME/loader/entries/02-mga-install.conf index f107d32..4e3e0fc 100644 --- a/files/UEFI/GNOME/loader/entries/02-mga-install.conf +++ b/files/UEFI/GNOME/loader/entries/02-mga-install.conf @@ -1,4 +1,4 @@ -title Install Mageia 4 Live +title Install Mageia 4.1 Live linux /boot/vmlinuz initrd /boot/cdrom/initrd.gz -options root=mgalive:LABEL=Mageia-4-GNOME-LiveDVD quiet rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 install +options root=mgalive:LABEL=Mageia-4.1-GNOME-LiveDVD quiet rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 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 index d99424a..a6e029b 100644 --- a/files/UEFI/GNOME/loader/entries/03-mga-boot-safe.conf +++ b/files/UEFI/GNOME/loader/entries/03-mga-boot-safe.conf @@ -1,4 +1,4 @@ -title Boot Mageia 4 Live (Safe mode) +title Boot Mageia 4.1 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 nokmsboot xdriver=vesa +options root=mgalive:LABEL=Mageia-4.1-GNOME-LiveDVD rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 nokmsboot 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 index 3f661fc..86c444f 100644 --- a/files/UEFI/GNOME/loader/entries/04-mga-usb-boot.conf +++ b/files/UEFI/GNOME/loader/entries/04-mga-usb-boot.conf @@ -1,4 +1,4 @@ -title Boot Mageia 4 Live (from usb) +title Boot Mageia 4.1 Live (from usb) linux /boot/vmlinuz initrd /boot/cdrom/initrd.gz options root=mgalive:LABEL=MGALIVE UEFI quiet rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 diff --git a/files/UEFI/GNOME/loader/entries/05-mga-usb-install.conf b/files/UEFI/GNOME/loader/entries/05-mga-usb-install.conf index 825bf6f..e079a97 100644 --- a/files/UEFI/GNOME/loader/entries/05-mga-usb-install.conf +++ b/files/UEFI/GNOME/loader/entries/05-mga-usb-install.conf @@ -1,4 +1,4 @@ -title Install Mageia 4 Live (from usb) +title Install Mageia 4.1 Live (from usb) linux /boot/vmlinuz initrd /boot/cdrom/initrd.gz options root=mgalive:LABEL=MGALIVE UEFI quiet rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 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 index 28b2cda..04239e7 100644 --- a/files/UEFI/GNOME/loader/entries/06-mga-usb-boot-safe.conf +++ b/files/UEFI/GNOME/loader/entries/06-mga-usb-boot-safe.conf @@ -1,4 +1,4 @@ -title Boot Mageia 4 Live (Safe mode, from usb) +title Boot Mageia 4.1 Live (Safe mode, from usb) linux /boot/vmlinuz initrd /boot/cdrom/initrd.gz options root=mgalive:LABEL=MGALIVE UEFI rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 nokmsboot xdriver=vesa diff --git a/files/UEFI/KDE4/boot/efiboot.img b/files/UEFI/KDE4/boot/efiboot.img index 5a4e7e4..a36adf1 100644 Binary files a/files/UEFI/KDE4/boot/efiboot.img and b/files/UEFI/KDE4/boot/efiboot.img differ diff --git a/files/UEFI/KDE4/loader/entries/01-mga-boot.conf b/files/UEFI/KDE4/loader/entries/01-mga-boot.conf index 9fda6b7..a799fd1 100644 --- a/files/UEFI/KDE4/loader/entries/01-mga-boot.conf +++ b/files/UEFI/KDE4/loader/entries/01-mga-boot.conf @@ -1,4 +1,4 @@ -title Boot Mageia 4 Live +title Boot Mageia 4.1 Live linux /boot/vmlinuz initrd /boot/cdrom/initrd.gz -options root=mgalive:LABEL=Mageia-4-KDE4-LiveDVD quiet rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 +options root=mgalive:LABEL=Mageia-4.1-KDE4-LiveDVD quiet rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 diff --git a/files/UEFI/KDE4/loader/entries/02-mga-install.conf b/files/UEFI/KDE4/loader/entries/02-mga-install.conf index f340e6b..65d529f 100644 --- a/files/UEFI/KDE4/loader/entries/02-mga-install.conf +++ b/files/UEFI/KDE4/loader/entries/02-mga-install.conf @@ -1,4 +1,4 @@ -title Install Mageia 4 Live +title Install Mageia 4.1 Live linux /boot/vmlinuz initrd /boot/cdrom/initrd.gz -options root=mgalive:LABEL=Mageia-4-KDE4-LiveDVD quiet rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 install +options root=mgalive:LABEL=Mageia-4.1-KDE4-LiveDVD quiet rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 install diff --git a/files/UEFI/KDE4/loader/entries/03-mga-boot-safe.conf b/files/UEFI/KDE4/loader/entries/03-mga-boot-safe.conf index 158d1b7..e253f95 100644 --- a/files/UEFI/KDE4/loader/entries/03-mga-boot-safe.conf +++ b/files/UEFI/KDE4/loader/entries/03-mga-boot-safe.conf @@ -1,4 +1,4 @@ -title Boot Mageia 4 Live (Safe mode) +title Boot Mageia 4.1 Live (Safe mode) linux /boot/vmlinuz initrd /boot/cdrom/initrd.gz -options root=mgalive:LABEL=Mageia-4-KDE4-LiveDVD rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 nokmsboot xdriver=vesa +options root=mgalive:LABEL=Mageia-4.1-KDE4-LiveDVD rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 nokmsboot xdriver=vesa diff --git a/files/UEFI/KDE4/loader/entries/04-mga-usb-boot.conf b/files/UEFI/KDE4/loader/entries/04-mga-usb-boot.conf index 3f661fc..86c444f 100644 --- a/files/UEFI/KDE4/loader/entries/04-mga-usb-boot.conf +++ b/files/UEFI/KDE4/loader/entries/04-mga-usb-boot.conf @@ -1,4 +1,4 @@ -title Boot Mageia 4 Live (from usb) +title Boot Mageia 4.1 Live (from usb) linux /boot/vmlinuz initrd /boot/cdrom/initrd.gz options root=mgalive:LABEL=MGALIVE UEFI quiet rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 diff --git a/files/UEFI/KDE4/loader/entries/05-mga-usb-install.conf b/files/UEFI/KDE4/loader/entries/05-mga-usb-install.conf index 825bf6f..e079a97 100644 --- a/files/UEFI/KDE4/loader/entries/05-mga-usb-install.conf +++ b/files/UEFI/KDE4/loader/entries/05-mga-usb-install.conf @@ -1,4 +1,4 @@ -title Install Mageia 4 Live (from usb) +title Install Mageia 4.1 Live (from usb) linux /boot/vmlinuz initrd /boot/cdrom/initrd.gz options root=mgalive:LABEL=MGALIVE UEFI quiet rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 install diff --git a/files/UEFI/KDE4/loader/entries/06-mga-usb-boot-safe.conf b/files/UEFI/KDE4/loader/entries/06-mga-usb-boot-safe.conf index 28b2cda..04239e7 100644 --- a/files/UEFI/KDE4/loader/entries/06-mga-usb-boot-safe.conf +++ b/files/UEFI/KDE4/loader/entries/06-mga-usb-boot-safe.conf @@ -1,4 +1,4 @@ -title Boot Mageia 4 Live (Safe mode, from usb) +title Boot Mageia 4.1 Live (Safe mode, from usb) linux /boot/vmlinuz initrd /boot/cdrom/initrd.gz options root=mgalive:LABEL=MGALIVE UEFI rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 nokmsboot xdriver=vesa -- cgit v1.2.1