Commit 3aeef06f authored by Anton Midyukov's avatar Anton Midyukov

grub, syslinux: add 'nosplash' parameter to mediacheck

parent c20a77b9
menuentry $"Check this media for defects" --id 'mediachk' {
echo $"Loading Linux vmlinuz$KFLAVOUR ..."
linux$linux_suffix /boot/vmlinuz$KFLAVOUR live @initrd_bootargs@ @stagename@=mediacheck lowmem mediacheck=1 showopts @bootargs@ $EFI_BOOTARGS
linux$linux_suffix /boot/vmlinuz$KFLAVOUR live @initrd_bootargs@ @stagename@=mediacheck lowmem mediacheck=1 nosplash showopts @bootargs@ $EFI_BOOTARGS
echo $"Loading initial ramdisk ..."
initrd$linux_suffix /boot/@initrd@$KFLAVOUR.@initrd_ext@
}
label mediachk
menu label ^Check this media for defects
kernel /boot/vmlinuz
append initrd=/boot/@initrd@ live @initrd_bootargs@ mediacheck=1 stagename=mediacheck showopts lowmem @bootargs@
append initrd=/boot/@initrd@ live @initrd_bootargs@ mediacheck=1 stagename=mediacheck nosplash showopts lowmem @bootargs@
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment