aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xRHEL7-efi.sh2
-rwxr-xr-xRHEL8-efi.sh2
-rwxr-xr-xRHEL8-wsl.sh2
3 files changed, 3 insertions, 3 deletions
diff --git a/RHEL7-efi.sh b/RHEL7-efi.sh
index 416b890..90b708a 100755
--- a/RHEL7-efi.sh
+++ b/RHEL7-efi.sh
@@ -2,7 +2,7 @@
vers="$1"
name="rhel-${vers}-efi"
-repo="/mort/mirror/rhel/repo/el7/spunk-RHEL-${vers}-Server.repo"
+repo="/mort/mirror/rhel/repo/el7/mirror-RHEL-${vers}-Server.repo"
rpms="grub2-efi shim -dracut-config-rescue dracut-config-generic"
arch="$(uname -m)"
diff --git a/RHEL8-efi.sh b/RHEL8-efi.sh
index f75d9c5..2ab628c 100755
--- a/RHEL8-efi.sh
+++ b/RHEL8-efi.sh
@@ -2,7 +2,7 @@
vers="$1"
name="rhel-${vers}-efi"
-repo="/mort/mirror/rhel/repo/el8/spunk-RHEL-${vers}-BaseOS.repo"
+repo="/mort/mirror/rhel/repo/el8/mirror-RHEL-${vers}-BaseOS.repo"
rpms="grub2-efi grub2-pc shim -grubby -dracut-config-rescue dracut-config-generic"
arch="$(uname -m)"
diff --git a/RHEL8-wsl.sh b/RHEL8-wsl.sh
index 27369c3..8a8df30 100755
--- a/RHEL8-wsl.sh
+++ b/RHEL8-wsl.sh
@@ -2,7 +2,7 @@
vers="$1"
name="rhel-${vers}-wsl"
-repo="/mort/mirror/rhel/repo/el8/spunk-RHEL-${vers}-BaseOS.repo"
+repo="/mort/mirror/rhel/repo/el8/mirror-RHEL-${vers}-BaseOS.repo"
rpms="-kernel* -microcode_ctl"
tar="${IMAGEFISH_DESTDIR-.}/${name}.tar"