]> git.pld-linux.org Git - packages/lxc.git/commitdiff
- Release 1. auto/th/lxc-1.1.5-1
authorMateusz Korniak <matkor@pld-linux.org>
Fri, 19 Feb 2016 14:13:06 +0000 (15:13 +0100)
committerMateusz Korniak <matkor@pld-linux.org>
Fri, 19 Feb 2016 14:13:06 +0000 (15:13 +0100)
- Added TODO (default config)
- Still seems to conflict with PLD vserver kernels.

lxc-pld.in.sh
lxc.spec

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
 
index 108b40d4ebdc8c748a5b3f77be7d1980e51d4546..63c3bc0ad27867ef23de4c1233b6258c4f1b1708 100644 (file)
--- a/lxc.spec
+++ b/lxc.spec
@@ -1,5 +1,10 @@
 # TODO
 # - package apparmor stuff
+# - update (cut down, include /usr/share/lxc/config/common.conf) default pld container config 
+# NOTE:
+# - does not work properly (dead symlink /proc/self) with PLD kernel 4.1.13 
+#   but seems to work on 4.3.3, vserver issue ?
+#   
 
 # Conditional build:
 %bcond_without seccomp         # SecComp syscall filter
@@ -13,7 +18,7 @@ Summary:      Linux Containers userspace tools
 Summary(pl.UTF-8):     Narzędzia do kontenerów linuksowych (LXC)
 Name:          lxc
 Version:       1.1.5
-Release:       0.1
+Release:       1
 License:       LGPL v2.1+
 Group:         Applications/System
 Source0:       https://linuxcontainers.org/downloads/lxc/%{name}-%{version}.tar.gz
This page took 0.02984 seconds and 4 git commands to generate.