From d5bd40119a7264a3f5a01c5eb1754ecd7b6e43a8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Birger=20J=2E=20Nord=C3=B8lum?= Date: Thu, 18 May 2017 14:00:51 +0200 Subject: [PATCH] parrotsec: changed url and version to stable --- src/parrotsec.ipxe | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/parrotsec.ipxe b/src/parrotsec.ipxe index d501d6a7..c175f937 100644 --- a/src/parrotsec.ipxe +++ b/src/parrotsec.ipxe @@ -9,12 +9,12 @@ goto ${menu} set os Parrot Security menu ${os} Installers item --gap Official Releases -item 3.3 ${space} ${os} 3.3 Netinstall +item stable ${space} ${os} Stable Netinstall choose parrotsec_version || goto parrotsec_exit goto parrotsec_boot :parrotsec_boot -set parrotsec_initrd http://cloudflare.archive.parrotsec.org/parrot/pool/iso/netinstall/parrot-netinst-${parrotsec_version}-amd64.iso +set parrotsec_initrd https://mirrordirector.archive.parrotsec.org/parrot/dists/${parrotsec_version}/main/installer-${arch_a}/current/images/netboot/mini.iso kernel ${memdisk} iso raw initrd ${parrotsec_initrd} boot