]> git.proxmox.com Git - mirror_lxc.git/blobdiff - templates/lxc-archlinux.in
confile: lxc.rootfs --> lxc.rootfs.path
[mirror_lxc.git] / templates / lxc-archlinux.in
index 46c422083e92fb8ac7d034255c69f6c85933bc8a..defea748a977cf01e9d3ce268ee4a83b84f59d01 100644 (file)
@@ -151,8 +151,8 @@ copy_configuration() {
     echo "lxc.uts.name = ${name}" >> "${config}"
     grep -q "^lxc.arch" "${config}" 2>/dev/null \
         || echo "lxc.arch = ${arch}" >> "${config}"
-    grep -q "^lxc.rootfs" "${config}" 2>/dev/null \
-        || echo "lxc.rootfs = ${rootfs_path}" >> "${config}"
+    grep -q "^lxc.rootfs.path" "${config}" 2>/dev/null \
+        || echo "lxc.rootfs.path = ${rootfs_path}" >> "${config}"
     [ -e "${shared_config}" ] \
         && echo "lxc.include = ${shared_config}" >> "${config}"
     if [ $? -ne 0 ]; then