distro_fedora: Set logs as internal
This commit is contained in:
parent
374c389c84
commit
b065f74863
|
@ -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" &&
|
||||
|
|
Loading…
Reference in a new issue