You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
400 B
9 lines
400 B
menuentry $"LiveCD (no hard disk needed)" --id 'live' {
|
|
savedefault
|
|
echo $"Loading Linux vmlinuz$KFLAVOUR ..."
|
|
linux$linux_suffix /boot/vmlinuz$KFLAVOUR fastboot live @initrd_bootargs@ @stagename@=live ramdisk_size=@live_size@ showopts lowmem vga=@bootvga@ @bootargs@ $EFI_BOOTARGS lang=$lang
|
|
echo $"Loading initial ramdisk ..."
|
|
initrd$linux_suffix /boot/@initrd@$KFLAVOUR.@initrd_ext@
|
|
}
|
|
|
|
|
|
|