summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOlivier Blin <oblin@mandriva.com>2009-05-26 14:27:18 +0000
committerOlivier Blin <oblin@mandriva.com>2009-05-26 14:27:18 +0000
commit0ecab5ea8bf07cebe818214856b4ff521e883bce (patch)
treed5744bd9044b49a7e22f1e73076b218e7e2a4020
parent01b20858bf83ca833ad1137f87c4ed824aa207d4 (diff)
downloaddraklive-0ecab5ea8bf07cebe818214856b4ff521e883bce.tar
draklive-0ecab5ea8bf07cebe818214856b4ff521e883bce.tar.gz
draklive-0ecab5ea8bf07cebe818214856b4ff521e883bce.tar.bz2
draklive-0ecab5ea8bf07cebe818214856b4ff521e883bce.tar.xz
draklive-0ecab5ea8bf07cebe818214856b4ff521e883bce.zip
make chroot rsync silent
-rwxr-xr-xdraklive2
1 files changed, 1 insertions, 1 deletions
diff --git a/draklive b/draklive
index a7f5edd..cd29d10 100755
--- a/draklive
+++ b/draklive
@@ -878,7 +878,7 @@ sub record_harddisk_master {
my $source = $live->get_system_root;
my $total = directory_usage($source);
local $/ = "\r";
- my $r = run_foreach(update_progress_rsync($live, $total), 'rsync', '-avP', $source . '/', $live->{mnt});
+ my $r = run_foreach(update_progress_rsync($live, $total), 'rsync', '-a', $source . '/', $live->{mnt});
if (!$r) {
run_('umount', $live->{mnt});
maybe_umount_device($device);