update urls to new paths

master
Jeff Moe 3 years ago
parent 44e5b4b000
commit a7c07b16ee

@ -16,7 +16,7 @@
#set -x
# Set static variables here
EQXIPXEURL="https://code.forksand.com/forksand/eqx/raw/branch/master/ipxe-install-debian-10"
EQXIPXEURL="https://code.forksand.com/forksand/eqx/raw/branch/master/ipxe/ipxe-install-debian-10"
EQXFACILITY="da11"
EQXFACILITY2="am6"
EQXFACILITY3="sg1"

@ -4,7 +4,7 @@ dhcp
set base-url http://ftp.debian.org/debian/dists/buster/main/installer-amd64/current/images/netboot/debian-installer/amd64/
set preseed-url https://code.forksand.com/forksand/eqx/raw/branch/master/preseed.cfg
set preseed-url https://code.forksand.com/forksand/eqx/raw/branch/master/preseed/preseed.cfg
# XXX Set preseed md5 sum
#set preseed-url-checksum a6bec490964ddb13db456383132a8e62

@ -4,7 +4,7 @@ dhcp
set base-url http://ftp.debian.org/debian/dists/buster/main/installer-amd64/current/images/netboot/debian-installer/amd64/
set preseed-url https://code.forksand.com/forksand/eqx/raw/branch/master/preseed.cfg
set preseed-url https://code.forksand.com/forksand/eqx/raw/branch/master/preseed/preseed.cfg
# XXX Set preseed md5 sum
#set preseed-url-checksum a6bec490964ddb13db456383132a8e62

@ -47,5 +47,5 @@ d-i grub-installer/bootdev string default
d-i debian-installer/add-kernel-opts string console=tty0 console=ttyS1,115200n8 ipv6.disable=1
d-i finish-install/keep-consoles boolean true
d-i finish-install/reboot_in_progress note
#d-i preseed/run string https://code.forksand.com/forksand/eqx/raw/branch/master/preseed-late.sh
#d-i preseed/run string https://code.forksand.com/forksand/eqx/raw/branch/master/preseed/preseed-late.sh

@ -50,9 +50,5 @@ d-i grub-installer/bootdev string /dev/sda
d-i debian-installer/add-kernel-opts string console=tty0 console=ttyS1,115200n8 ipv6.disable=1
d-i finish-install/keep-consoles boolean true
d-i finish-install/reboot_in_progress note
#d-i preseed/run string https://code.forksand.com/forksand/eqx/raw/branch/master/preseed-late.sh
#d-i preseed/run string https://code.forksand.com/forksand/eqx/raw/branch/master/preseed/preseed-late.sh

@ -50,7 +50,7 @@ d-i grub-installer/bootdev string /dev/sda
d-i debian-installer/add-kernel-opts string console=tty0 console=ttyS1,115200n8 ipv6.disable=1
d-i finish-install/keep-consoles boolean true
d-i finish-install/reboot_in_progress note
#d-i preseed/run string https://code.forksand.com/forksand/eqx/raw/branch/master/preseed-late.sh
#d-i preseed/run string https://code.forksand.com/forksand/eqx/raw/branch/master/preseed/preseed-late.sh

Loading…
Cancel
Save