From 856ac7a5919273c404d6b82d783d402d86b2d951 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gardais=20J=C3=A9r=C3=A9my?= Date: Wed, 11 May 2022 15:34:44 +0200 Subject: [PATCH] Get Gparted livesystem from HTTP backend --- config/diag/menu.cfg | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/config/diag/menu.cfg b/config/diag/menu.cfg index 0cb01fc..bdb5499 100644 --- a/config/diag/menu.cfg +++ b/config/diag/menu.cfg @@ -10,11 +10,11 @@ label sysresccd label gpartedliveamd64 menu label Partiton Manager amd64 (^Gparted) kernel installer/gparted/amd64/vmlinuz - append initrd=installer/gparted/amd64/initrd.img boot=live config components union=overlay username=user noswap noeject ip= vga=788 fetch=tftp://129.20.203.27/installer/gparted/amd64/filesystem.squashfs + append initrd=installer/gparted/amd64/initrd.img boot=live config components union=overlay username=user noswap noeject vga=788 fetch=http://store.ipr.univ-rennes1.fr/InstallProgs/gparted/amd64/filesystem.squashfs label gpartedlivei686 menu label Partiton Manager i686 (^Gparted) kernel installer/gparted/i686/vmlinuz - append initrd=installer/gparted/i686/initrd.img boot=live config components union=overlay username=user noswap noeject ip= vga=788 fetch=tftp://129.20.203.27/installer/gparted/i686/filesystem.squashfs + append initrd=installer/gparted/i686/initrd.img boot=live config components union=overlay username=user noswap noeject vga=788 fetch=http://store.ipr.univ-rennes1.fr/InstallProgs/gparted/i686/filesystem.squashfs label separator menu label ------ label mainmenu