ostree-config/kickstarts/rockylinux-9-x86_64-minimal-devel.ks
Dylan Redding a69173d7ff
r9-devel initial commit
Signed-off-by: Dylan Redding <dzr0001@gmail.com>
2023-06-09 23:45:49 +00:00

6 lines
340 B
Plaintext

ostreesetup --nogpg --osname=rockylinux --remote=rockylinux --url=https://dl.rockylinux.org/pub/sig/9/ostree/x86_64/standard/ --ref=rockylinux/9/x86_64/minimal/devel
%post --erroronfail
rm -f /etc/ostree/remotes.d/rockylinux.conf
ostree remote add --no-gpg-verify rockylinux https://dl.rockylinux.org/pub/sig/9/ostree/x86_64/standard/
%end