summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xpxeboot.write2
1 files changed, 1 insertions, 1 deletions
diff --git a/pxeboot.write b/pxeboot.write
index 38fa4846..c2148081 100755
--- a/pxeboot.write
+++ b/pxeboot.write
@@ -367,7 +367,7 @@ class PXEBoot(morphlib.writeexts.WriteExtension):
as tempdir:
nfsroot = urlparse.urlunsplit((url.scheme, url.netloc, tempdir,
url.query, url.fragment))
- cliapp.runcmd(['rsync', '-asXSPH', '--delete', rootfs, nfsroot],
+ cliapp.runcmd(['rsync', '-asSPH', '--delete', rootfs, nfsroot],
stdin=None, stdout=open(os.devnull, 'w'),
stderr=None)
yield os.path.join(os.path.basename(tempdir),