]> git.proxmox.com Git - mirror_lxc.git/blobdiff - templates/lxc-altlinux.in
Merge pull request #2055 from marcosps/cgfsng_debug
[mirror_lxc.git] / templates / lxc-altlinux.in
index b6de74662fce1b1656f8467dc40e46e2d8a833af..d526fa09619a2041ea9c76223182a4cbed062940 100644 (file)
@@ -221,7 +221,7 @@ copy_altlinux()
     #cp -a $cache/rootfs-$arch $rootfs_path || return 1
     # i prefer rsync (no reason really)
     mkdir -p $rootfs_path
-    rsync -Ha $cache/rootfs/ $rootfs_path/
+    rsync -SHaAX $cache/rootfs/ $rootfs_path/
     return 0
 }