Closed Dunard closed 8 months ago
the openh264 issue is a fedora repository problem not nobara. openh264 comes directly from them
you dont need the setenforce commands, they were added before we switched to apparmor and this repo was cloned from the original.
How I use the apparmor?
git clone https://github.com/Nobara-Project/nobara-images.git
sudo dnf5 -y install mock pykickstart
sudo usermod -a -G mock $(whoami)
mock -r ./nobara-images/nobara-39-x86_64.cfg --init
mock -r ./nobara-images/nobara-39-x86_64.cfg --install lorax-lmc-novirt vim-minimal pykickstart
sudo setenforce 0 <<< Not needed. apparmor (No idea on how to use this.)
sudo cp ./nobara-images/ISO-ready-flattened-kickstarts/39/*.ks /var/lib/mock/nobara-39-x86_64/root/builddir/
mock -r ./nobara-images/nobara-39-x86_64.cfg --shell --old-chroot --enable-network
livemedia-creator --ks flat-nobara-live-official-39.ks --no-virt --resultdir /var/lmc --project Nobara --make-iso --volid Nobara-39 --iso-only --iso-name Nobara-39-Official-$(date +%F).iso --releasever 39 --macboot
exit
sudo mv /var/lib/mock/nobara-39-x86_64/root/var/lmc/Nobara-39-*.iso ./Downloads
mock -r ./nobara-images/nobara-39-x86_64.cfg --scrub=all
sudo setenforce 1 <<< Not needed. apparmor (No idea on how to use this.)
I have it build but these are the issues on the screenshot.