Commit fbcd700b authored by Anton Midyukov's avatar Anton Midyukov

grub, syslinux: show option lowmem in 85mediacheck.cfg

parent 2d52443e
menuentry $"Check this media for defects" --id 'mediachk' {
echo $"Loading Linux vmlinuz$KFLAVOUR ..."
linux$linux_suffix /boot/vmlinuz$KFLAVOUR live @initrd_bootargs@ @stagename@=mediacheck quiet lowmem mediacheck=1 showopts @bootargs@ $EFI_BOOTARGS
linux$linux_suffix /boot/vmlinuz$KFLAVOUR live @initrd_bootargs@ @stagename@=mediacheck lowmem mediacheck=1 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 quiet lowmem @initrd_bootargs@ mediacheck=1 stagename=mediacheck showopts @bootargs@
append initrd=/boot/@initrd@ live @initrd_bootargs@ mediacheck=1 stagename=mediacheck 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