diff --git a/common.d/common.fedora.sh b/common.d/common.fedora.sh index 334130a..5f26769 100644 --- a/common.d/common.fedora.sh +++ b/common.d/common.fedora.sh @@ -55,13 +55,13 @@ fetch_base_system() return 1 } - log "rSyncing system" + log "rSyncing system" internal rsync -a --info=progress2 --info=name0 "$raw_mnt/root/"* "$rootdir/" || { log "Failed to rsync system" ierror return 1 } - log "Unmounting generic rootfs" + log "Unmounting generic rootfs" internal { umount "$raw_mnt" && rm -d "$raw_mnt" &&