From a7c07b16ee763149abbb306c375539d4e7e699f2 Mon Sep 17 00:00:00 2001 From: Jeff Moe Date: Wed, 10 Feb 2021 14:05:28 -0700 Subject: [PATCH] update urls to new paths --- bin/eqx-create-device | 2 +- ipxe/ipxe-install-debian-10 | 2 +- ipxe/ipxe-m3.large.x86 | 2 +- preseed/preseed-c3.small.x86.cfg | 2 +- preseed/preseed-m3.large.x86.cfg | 6 +----- preseed/preseed.cfg | 2 +- 6 files changed, 6 insertions(+), 10 deletions(-) diff --git a/bin/eqx-create-device b/bin/eqx-create-device index 9a7fc5b..d5d2d54 100755 --- a/bin/eqx-create-device +++ b/bin/eqx-create-device @@ -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" diff --git a/ipxe/ipxe-install-debian-10 b/ipxe/ipxe-install-debian-10 index 8c136fe..0ebe86c 100644 --- a/ipxe/ipxe-install-debian-10 +++ b/ipxe/ipxe-install-debian-10 @@ -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 diff --git a/ipxe/ipxe-m3.large.x86 b/ipxe/ipxe-m3.large.x86 index 8c136fe..0ebe86c 100644 --- a/ipxe/ipxe-m3.large.x86 +++ b/ipxe/ipxe-m3.large.x86 @@ -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 diff --git a/preseed/preseed-c3.small.x86.cfg b/preseed/preseed-c3.small.x86.cfg index acf8bb5..0887c4a 100644 --- a/preseed/preseed-c3.small.x86.cfg +++ b/preseed/preseed-c3.small.x86.cfg @@ -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 diff --git a/preseed/preseed-m3.large.x86.cfg b/preseed/preseed-m3.large.x86.cfg index e045ece..6828fd6 100644 --- a/preseed/preseed-m3.large.x86.cfg +++ b/preseed/preseed-m3.large.x86.cfg @@ -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 diff --git a/preseed/preseed.cfg b/preseed/preseed.cfg index 4a1982f..1f3848a 100644 --- a/preseed/preseed.cfg +++ b/preseed/preseed.cfg @@ -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