]> git.pld-linux.org Git - packages/lxc.git/blobdiff - lxc-pld.in.sh
- separated -static, added static bcond (lxc.init.static binary, not related to stati...
[packages/lxc.git] / lxc-pld.in.sh
index d8d30aba6101e19b0cb669ec84335d5ec8c97c5a..ca4a6de013c19decfd423a2eec8290e5a18a23ec 100755 (executable)
@@ -225,9 +225,12 @@ copy_configuration()
        mkdir -p $config_path
        grep -q "^lxc.rootfs" $config_path/config 2>/dev/null || echo "lxc.rootfs = $rootfs_path" >> $config_path/config
        cat <<EOF >> $config_path/config
+# Most of below settings should be taken as defaults  from
+# lxc.include = /usr/share/lxc/config/common.conf
 lxc.utsname = $utsname
 lxc.tty = 4
 lxc.pts = 1024
+# Consider if below line is right for systemd container
 lxc.mount = $config_path/fstab
 lxc.cap.drop = sys_module mac_admin mac_override sys_time
 
This page took 0.692068 seconds and 4 git commands to generate.