From b065f748636334def7d9751c7e59a01c6d89e6c2 Mon Sep 17 00:00:00 2001 From: timoxa0 Date: Sun, 3 Nov 2024 17:45:17 +0500 Subject: [PATCH] distro_fedora: Set logs as internal --- common.d/common.fedora.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" &&