From 3da9d659a01d493c9282861f9b7aaf56504360fa Mon Sep 17 00:00:00 2001 From: N0VA Date: Tue, 10 Feb 2026 14:37:35 +0100 Subject: [PATCH] Fix rsync failure on UEFI: exclude /boot directory itself from main sync --- iridium_installer/backend/os_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/iridium_installer/backend/os_install.py b/iridium_installer/backend/os_install.py index 1e517df..0f244ad 100644 --- a/iridium_installer/backend/os_install.py +++ b/iridium_installer/backend/os_install.py @@ -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", ]