Fix rsync failure on UEFI: exclude /boot directory itself from main sync
This commit is contained in:
@@ -150,7 +150,7 @@ def install_minimal_os(mount_root, releasever="43"):
|
|||||||
"/var/cache/dnf/*",
|
"/var/cache/dnf/*",
|
||||||
"/etc/fstab",
|
"/etc/fstab",
|
||||||
"/etc/hostname",
|
"/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
|
# Avoid copying the installer data itself if it's in home
|
||||||
"domek_na_skale",
|
"domek_na_skale",
|
||||||
]
|
]
|
||||||
|
|||||||
Reference in New Issue
Block a user