From 82d93ccb6759f4600c59d2b84abfdb80baa871a3 Mon Sep 17 00:00:00 2001 From: Greg Hellings Date: Thu, 10 Aug 2023 14:13:43 -0500 Subject: [PATCH] Removing stale CentOS files --- http/centos-stream | 1 - http/centos-upstream | 1 - http/centos/8stream/x86_64.ks | 18 ------------------ http/centos/9stream-x86_64.ks | 17 ----------------- 4 files changed, 37 deletions(-) delete mode 160000 http/centos-stream delete mode 160000 http/centos-upstream delete mode 100644 http/centos/8stream/x86_64.ks delete mode 100644 http/centos/9stream-x86_64.ks diff --git a/http/centos-stream b/http/centos-stream deleted file mode 160000 index 37e7649..0000000 --- a/http/centos-stream +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 37e76497feb717e6533f18b64cc2955199610acf diff --git a/http/centos-upstream b/http/centos-upstream deleted file mode 160000 index f3ff06d..0000000 --- a/http/centos-upstream +++ /dev/null @@ -1 +0,0 @@ -Subproject commit f3ff06dd3057c39cab61075fb053848b39ae2646 diff --git a/http/centos/8stream/x86_64.ks b/http/centos/8stream/x86_64.ks deleted file mode 100644 index 69e9a49..0000000 --- a/http/centos/8stream/x86_64.ks +++ /dev/null @@ -1,18 +0,0 @@ -%include /tmp/packer_ks/centos-stream/CentOS-8-Stream-x86_64-Vagrant.ks - -url --mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=x86_64&repo=BaseOS&infra=stock -repo --name=AppStream --mirrorlist=http://mirrorlist.centos.org/?release=8-stream&arch=x86_64&repo=AppStream&infra=stock -network --bootproto=dhcp --activate -reboot - -%pre --interpreter /bin/bash --log /tmp/greg -set -ex -# This allows us to support virtualbox -mkdir /tmp/sr1 -mount /dev/sr1 /tmp/sr1 -cp -r /tmp/sr1/http /tmp/packer_ks - -if [ ! -e /dev/vda ]; then - sed -i -e 's/drives=vda/drives=sda/' -e 's/ondisk=vda/ondisk=sda/' /tmp/packer_ks/centos-stream/* -fi -%end diff --git a/http/centos/9stream-x86_64.ks b/http/centos/9stream-x86_64.ks deleted file mode 100644 index a39ddf9..0000000 --- a/http/centos/9stream-x86_64.ks +++ /dev/null @@ -1,17 +0,0 @@ -%include /tmp/packer_ks/centos-stream/CentOS-9-Stream-x86_64-Vagrant.ks - -url --metalink=https://mirrors.centos.org/metalink?arch=x86_64&repo=centos-baseos-9-stream -repo --name=AppStream --metalink=https://mirrors.centos.org/metalink?arch=x86_64&repo=centos-appstream-9-stream -reboot - -%pre --interpreter /bin/bash --log /tmp/greg -set -ex -# This allows us to support virtualbox -mkdir /tmp/sr1 -mount /dev/sr1 /tmp/sr1 -cp -r /tmp/sr1/http /tmp/packer_ks - -if [ ! -e /dev/vda ]; then - sed -i -e 's/drives=vda/drives=sda/' -e 's/ondisk=vda/ondisk=sda/' /tmp/packer_ks/centos-stream/* -fi -%end