ks: swap install source to updates repo (base has pcre2/selinux-policy version skew)
This commit is contained in:
parent
10ee8d33e4
commit
b3b5ce0b08
1 changed files with 5 additions and 4 deletions
|
|
@ -8,10 +8,11 @@
|
|||
# base Fedora 43 ships selinux-policy 42.12 with pcre2-10.47-built
|
||||
# file_contexts.bin, which fails chroot %triggerin against host's
|
||||
# libselinux (built against pcre2 10.46). 43.7 in updates is rebuilt.
|
||||
url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-43&arch=x86_64"
|
||||
# Updates cost=500 < base cost=1000 → dnf prefers updates (lower = higher priority).
|
||||
# Pulls selinux-policy 43.7 + pcre2 10.47 (matched pair, no regex mismatch).
|
||||
repo --name=updates --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f43&arch=x86_64" --install --cost=500
|
||||
# Use updates as primary install source — base 42.12 selinux-policy
|
||||
# ships file_contexts.bin compiled with pcre2 10.47 but base ships
|
||||
# pcre2 10.46 (Fedora packaging bug). Updates 43.7 has matched pair.
|
||||
url --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=updates-released-f43&arch=x86_64"
|
||||
repo --name=fedora --mirrorlist="https://mirrors.fedoraproject.org/mirrorlist?repo=fedora-43&arch=x86_64" --install
|
||||
|
||||
# ── Locale / keyboard / time (template — adjust per build) ──
|
||||
keyboard --xlayouts='us'
|
||||
|
|
|
|||
Loading…
Reference in a new issue