distro_fedora: Set logs as internal

This commit is contained in:
timoxa0 2024-11-03 17:45:17 +05:00
parent 374c389c84
commit b065f74863

View file

@ -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" &&