Get Gparted livesystem from HTTP backend
This commit is contained in:
parent
7fe0e05738
commit
856ac7a591
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue