Nobara-Project / nobara-images

20 stars 2 forks source link

Fedora 39 openh264 and Librepo error. #2

Closed Dunard closed 8 months ago

Dunard commented 8 months ago

4343105d-277f-4d5a-936a-451a420d8373

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.

GloriousEggroll commented 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.