]> git.pld-linux.org Git - packages/lxc.git/blobdiff - lxc-pld.in.sh
fix rootfs copy
[packages/lxc.git] / lxc-pld.in.sh
index c4d0680727ae85e648abeda9b6f6ff743560c555..c711027f1b095927cd445549d2ddd8ca8ab2fec6 100755 (executable)
@@ -173,7 +173,7 @@ copy_pld()
 
        # make a local copy of the minipld
        echo -n "Copying rootfs to $rootfs_path ..."
-       cp -a $cache/rootfs/ $rootfs_path || return 1
+       cp -a $cache/rootfs/* $rootfs_path || return 1
        return 0
 }
 
This page took 0.057437 seconds and 4 git commands to generate.