From fa829308e0df4ddf091366226a406deb6519aab8 Mon Sep 17 00:00:00 2001 From: iRaven4522 Date: Sun, 25 Aug 2024 22:03:38 -0500 Subject: [PATCH] Clonezilla get from HTTP svr --- menu.ipxe | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/menu.ipxe b/menu.ipxe index 9fefbb6..8d49d7d 100644 --- a/menu.ipxe +++ b/menu.ipxe @@ -111,7 +111,7 @@ chain ${tftp-path}\memdisk\memdisk1 iso raw boot :clonezilla -kernel ${tftp-path}\clonezilla\vmlinuz boot=live username=user union=overlay config components quiet noswap edd=on nomodeset nodmraid locales= keyboard-layouts= ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_batch=no net.ifnames=0 nosplash noprompt fetch=${tftp-path}/clonezilla/filesystem.squashfs +kernel ${tftp-path}\clonezilla\vmlinuz boot=live username=user union=overlay config components quiet noswap edd=on nomodeset nodmraid locales= keyboard-layouts= ocs_live_run="ocs-live-general" ocs_live_extra_param="" ocs_live_batch=no net.ifnames=0 nosplash noprompt fetch=${http-path}/isosrc/clonezilla.squashfs initrd ${tftp-path}\clonezilla\initrd.img ### Testing Menu