change back to AlmaLinux

This commit is contained in:
Charles 2024-10-15 15:21:27 -04:00
parent 5e6ee8f55c
commit 0d7b5a5a79
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM ghcr.io/charles8191/rocky-bootc-monthly/9 FROM quay.io/almalinuxorg/almalinux-bootc:9
ARG DNF_EXCLUSIONS="PackageKit,PackageKit-command-not-found,kmod-kvdo,rootfiles,vdo" ARG DNF_EXCLUSIONS="PackageKit,PackageKit-command-not-found,kmod-kvdo,rootfiles,vdo"
RUN dnf -y -x ${DNF_EXCLUSIONS} install alsa-sof-firmware RUN dnf -y -x ${DNF_EXCLUSIONS} install alsa-sof-firmware
RUN dnf -y -x ${DNF_EXCLUSIONS} install eog RUN dnf -y -x ${DNF_EXCLUSIONS} install eog

View File

@ -1,6 +1,6 @@
# Obsidian for Rocky Linux # Obsidian for AlmaLinux
Obsidian is a Rocky Linux bootc-based system with GNOME. It is designed for Rocky Linux and others to easily extend it or even just rebrand it, which is why this project doesn't change branding or settings, and is licensed under the 0BSD. Obsidian is an AlmaLinux bootc-based system with GNOME. It is designed for AlmaLinux and others to easily extend it or even just rebrand it, which is why this project doesn't change branding or settings, and is licensed under the 0BSD.
## Notes ## Notes

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
curl -Lo /upstream.iso http://dl.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-9-latest-x86_64-boot.iso curl -Lo /upstream.iso https://repo.almalinux.org/development/almalinux/9/bootc/isos/x86_64/AlmaLinux-9-latest-x86_64-boot.iso
rm -vf /output/upstream.iso || true rm -vf /output/upstream.iso || true
mkksiso --ks /ks.ks /upstream.iso /output/9.iso mkksiso --ks /ks.ks /upstream.iso /output/9.iso