mkimage-profiles/features.in/grub/cfg.in/82rescue_rw.cfg

7 lines
398 B
INI
Raw Normal View History

2019-10-30 20:36:22 +03:00
menuentry 'Rescue with sessions support' --id 'rescue_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,label:ALT* ramdisk_size=@rescue_size@ stagename=rescue splash=0 showopts @rescue_bootargs@ live_rw
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
}