summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--files/UEFI/EFI/BOOT/grub.cfg8
1 files changed, 4 insertions, 4 deletions
diff --git a/files/UEFI/EFI/BOOT/grub.cfg b/files/UEFI/EFI/BOOT/grub.cfg
index 2db0d8f..923b648 100644
--- a/files/UEFI/EFI/BOOT/grub.cfg
+++ b/files/UEFI/EFI/BOOT/grub.cfg
@@ -27,21 +27,21 @@ set timeout=10
search --no-floppy --set=root -l 'VOLUME_LABEL'
menuentry 'Boot Mageia 6 (Cauldron) Live' {
- linux /boot/vmlinuz root=mgalive:LABEL=VOLUME_LABEL splash quiet noiswmd rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 xdriver=free
+ linux /boot/vmlinuz root=mgalive:LABEL=VOLUME_LABEL splash quiet noiswmd audit=0 rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 xdriver=free
initrd /boot/cdrom/initrd.gz
}
menuentry ' + use non-free video drivers (slower to boot)' {
- linux /boot/vmlinuz root=mgalive:LABEL=VOLUME_LABEL splash quiet noiswmd rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 nokmsboot
+ linux /boot/vmlinuz root=mgalive:LABEL=VOLUME_LABEL splash quiet noiswmd audit=0 rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 nokmsboot
initrd /boot/cdrom/initrd.gz
}
menuentry 'Install Mageia 6 (Cauldron) Live' {
- linux /boot/vmlinuz root=mgalive:LABEL=VOLUME_LABEL splash quiet noiswmd rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 xdriver=free install
+ linux /boot/vmlinuz root=mgalive:LABEL=VOLUME_LABEL splash quiet noiswmd audit=0 rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 xdriver=free install
initrd /boot/cdrom/initrd.gz
}
menuentry ' + use non-free video drivers (slower to boot)' {
- linux /boot/vmlinuz root=mgalive:LABEL=VOLUME_LABEL splash quiet noiswmd rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 nokmsboot install
+ linux /boot/vmlinuz root=mgalive:LABEL=VOLUME_LABEL splash quiet noiswmd audit=0 rd.luks=0 rd.lvm=0 rd.md=0 rd.dm=0 nokmsboot install
initrd /boot/cdrom/initrd.gz
}