small refactor

This commit is contained in:
Neil Hanlon 2023-11-21 12:34:00 -05:00
parent 3c4c613a1a
commit df2e5dd356
Signed by untrusted user: neil
GPG Key ID: 705BC21EC3C70F34
8 changed files with 0 additions and 36 deletions

View File

@ -1,9 +0,0 @@
==============
rocky-minimal
==============
Create a minimal image based on Rocky.
This element sets the ``DISTRO_NAME`` var to 'rocky'. The release of
rocky to be installed can be controlled through the ``DIB_RELEASE``
variable, which defaults the latest supported release.

View File

@ -1 +0,0 @@
yum-minimal

View File

@ -1 +0,0 @@
operating-system

View File

@ -1,3 +0,0 @@
export DISTRO_NAME=rocky
export DIB_RELEASE=${DIB_RELEASE:-9}
export EFI_BOOT_DIR="EFI/rocky"

View File

@ -1,2 +0,0 @@
export YUM=dnf
export DNF_VAR_contentdir=stg/rocky

View File

@ -1 +0,0 @@
Verify we can build a rocky-minimal image.

View File

@ -1,2 +0,0 @@
block-device-gpt
vm

View File

@ -1,17 +0,0 @@
[baseos]
name=Rocky Linux $releasever - BaseOS - STG
baseurl=http://dl.rockylinux.org/stg/rocky/$releasever/BaseOS/$basearch/os/
gpgcheck=1
enabled=1
countme=1
metadata_expire=6h
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9
[appstream]
name=Rocky Linux $releasever - AppStream
baseurl=http://dl.rockylinux.org/stg/rocky/$releasever/AppStream/$basearch/os/
gpgcheck=1
enabled=1
countme=1
metadata_expire=6h
gpgkey=file:///etc/pki/rpm-gpg/RPM-GPG-KEY-Rocky-9