From f0c3fae9829d4fbacf8671862b8ccc68c11aa408 Mon Sep 17 00:00:00 2001 From: Dobrica Pavlinusic Date: Sun, 28 Nov 2010 20:35:17 +0000 Subject: [PATCH] added http_proxy for katalog --- lib/PXElator/config.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/PXElator/config.pm b/lib/PXElator/config.pm index 5cf688a..5050fb9 100644 --- a/lib/PXElator/config.pm +++ b/lib/PXElator/config.pm @@ -126,7 +126,7 @@ sub katalog { default katalog label katalog kernel iso/live/vmlinuz-2.6.30-backports.1-486 - append initrd=iso/live/initrd.img-2.6.30-backports.1-486 fetch=$fetch boot=live quiet nosudo splash video=vesa:ywrap,mtrr vga=788 nopersistent username=webc hostname=$hostname union=aufs homepage=$homepage locale=hr noprompt + append initrd=iso/live/initrd.img-2.6.30-backports.1-486 fetch=$fetch boot=live quiet nosudo splash video=vesa:ywrap,mtrr vga=788 nopersistent username=webc hostname=$hostname union=aufs homepage=$homepage locale=hr noprompt http_proxy=http://10.60.4.9:8123 }); -- 2.20.1