master
Artem Dolgiy 2024-11-23 23:06:03 +03:00
parent 9abdd62506
commit ad18f8ffaa
1 changed files with 5 additions and 5 deletions

View File

@ -38,11 +38,11 @@ exec tail -n +3 $0
# Clonezilla # Clonezilla
menuentry "Backup/Restore HDD with Clonelilla" { menuentry "Backup/Restore HDD with Clonelilla" {
set root=(hd2,gpt2) set root=(hd2,gpt2)
set isofile="/iso/clonezilla.iso" set isofile="/iso/clonezilla.iso"
loopback loop $isofile loopback loop $isofile
linux (loop)/live/vmlinuz boot=live union=overlay username=user config components quiet noswap nolocales edd=on nomodeset ocs_live_run=\"ocs-live-general\" ocs_live_extra_param=\"\" keyboard-layouts= ocs_live_batch=\"no\" locales= vga=788 ip=frommedia nosplash toram=live,syslinux,EFI findiso=$isofile linux (loop)/live/vmlinuz boot=live union=overlay username=user config components quiet noswap nolocales edd=on nomodeset ocs_live_run=\"ocs-live-general\" ocs_live_extra_param=\"\" keyboard-layouts= ocs_live_batch=\"no\" locales= vga=788 ip=frommedia nosplash toram=live,syslinux,EFI findiso=$isofile
initrd (loop)/live/initrd.img initrd (loop)/live/initrd.img
} }
``` ```