small refactor
This commit is contained in:
parent
3c4c613a1a
commit
df2e5dd356
@ -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.
|
|
@ -1 +0,0 @@
|
|||||||
yum-minimal
|
|
@ -1 +0,0 @@
|
|||||||
operating-system
|
|
@ -1,3 +0,0 @@
|
|||||||
export DISTRO_NAME=rocky
|
|
||||||
export DIB_RELEASE=${DIB_RELEASE:-9}
|
|
||||||
export EFI_BOOT_DIR="EFI/rocky"
|
|
@ -1,2 +0,0 @@
|
|||||||
export YUM=dnf
|
|
||||||
export DNF_VAR_contentdir=stg/rocky
|
|
@ -1 +0,0 @@
|
|||||||
Verify we can build a rocky-minimal image.
|
|
@ -1,2 +0,0 @@
|
|||||||
block-device-gpt
|
|
||||||
vm
|
|
@ -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
|
|
Loading…
Reference in New Issue
Block a user