Fix rsync failure on UEFI: exclude /boot directory itself from main sync

This commit is contained in:
2026-02-10 14:37:35 +01:00
parent 0e6d3cd83c
commit 3da9d659a0

View File

@@ -150,7 +150,7 @@ def install_minimal_os(mount_root, releasever="43"):
"/var/cache/dnf/*",
"/etc/fstab",
"/etc/hostname",
"/boot/*", # We handle boot separately
"/boot", # We handle boot separately (including the dir itself)
# Avoid copying the installer data itself if it's in home
"domek_na_skale",
]