change to rocky

This commit is contained in:
Charles 2024-10-14 15:54:42 -04:00
parent f4d6d9abd8
commit 480d08519b
3 changed files with 4 additions and 4 deletions

View File

@ -1,4 +1,4 @@
FROM quay.io/almalinuxorg/almalinux-bootc:9 FROM ghcr.io/charles8191/rocky-bootc-monthly/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 AlmaLinux # Obsidian for Rocky Linux
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. 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.
## Notes ## Notes

View File

@ -1,5 +1,5 @@
#!/bin/bash #!/bin/bash
curl -Lo /upstream.iso https://repo.almalinux.org/development/almalinux/9/bootc/isos/x86_64/AlmaLinux-9-latest-x86_64-boot.iso curl -Lo /upstream.iso http://dl.rockylinux.org/pub/rocky/9/isos/x86_64/Rocky-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