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

5 lines
299 B
INI
Raw Normal View History

2019-10-30 20:36:22 +03:00
menuentry 'Rescue with sessions support' --id 'rescue_session' {
2020-01-03 12:58:15 +03:00
linux@linux_suffix@ @boot_path@/vmlinuz changedisk fastboot live automatic=method:cdrom,label:ALT* ramdisk_size=@rescue_size@ stagename=rescue splash=0 showopts @rescue_bootargs@ live_rw
initrd@linux_suffix@ @boot_path@/full.cz
2019-10-30 20:36:22 +03:00
}