mkimage-profiles/features.in/grub/cfg.in/32live_rw.cfg

7 lines
385 B
INI
Raw Normal View History

2019-10-30 20:36:22 +03:00
menuentry 'LiveCD with sessions support' --id 'session' {
2020-03-18 09:06:06 +03:00
echo "Loading Linux vmlinuz$KFLAVOUR ..."
linux@linux_suffix@ @boot_path@/vmlinuz$KFLAVOUR changedisk fastboot live automatic=method:cdrom ramdisk_size=@live_size@ stagename=live showopts live_rw vga=@bootvga@ @bootargs@ lang=$lang
2020-03-18 09:06:06 +03:00
echo 'Loading initial ramdisk ...'
initrd@linux_suffix@ @boot_path@/full$KFLAVOUR.cz
2019-10-30 20:36:22 +03:00
}