83rescue_fm.cfg 440 Bytes
Newer Older
1
menuentry $"Forensic mode (leave disks alone)" --id 'rescue_forensic' {
2
  savedefault
3
  echo $"Loading Linux vmlinuz$KFLAVOUR ..."
4
  linux$linux_suffix /boot/vmlinuz fastboot live @initrd_bootargs@ @stagename@=rescue ramdisk_size=@rescue_size@ nosplash showopts @rescue_bootargs@ $EFI_BOOTARGS max_loop=16 forensic hash=@rescue_hash@ lowmem
5
  echo $"Loading initial ramdisk ..."
6
  initrd$linux_suffix /boot/@initrd@$KFLAVOUR.@initrd_ext@
Alexey Shabalin's avatar
Alexey Shabalin committed
7
}