]> git.proxmox.com Git - mirror_lxc.git/blobdiff - templates/lxc-oracle.in
Merge pull request #2055 from marcosps/cgfsng_debug
[mirror_lxc.git] / templates / lxc-oracle.in
index eeb7e74489a1a3a94380b84d3376e3f87b5da39b..afb690210903537651eb5da2769fb25ecc0ce207 100644 (file)
@@ -484,7 +484,7 @@ container_config_create()
 lxc.arch = $arch
 lxc.uts.name = $name
 EOF
-    grep -q "^lxc.rootfs" $cfg_dir/config 2>/dev/null || echo "lxc.rootfs = $container_rootfs" >> $cfg_dir/config
+    grep -q "^lxc.rootfs.path" $cfg_dir/config 2>/dev/null || echo "lxc.rootfs.path = $container_rootfs" >> $cfg_dir/config
 
     if [ $container_release_major != "4" ]; then
         echo "lxc.cap.drop = sys_resource" >>$cfg_dir/config