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

5 lines
293 B
INI
Raw Normal View History

2019-10-30 20:36:22 +03:00
menuentry 'Rescue with sessions support' --id 'rescue_session' {
linux$linux_suffix /EFI/BOOT/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 /EFI/BOOT/full.cz
}