]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Update lxc-archlinux template.
authorAlexander Vladimirov <alexander.idkfa.vladimirov@gmail.com>
Thu, 7 Feb 2013 08:13:56 +0000 (16:13 +0800)
committerStéphane Graber <stgraber@ubuntu.com>
Fri, 8 Feb 2013 15:55:32 +0000 (10:55 -0500)
Add mknod to lxc.cap.drop since udev is conditioned on CAP_MKNOD capability.
Update base package list.

Signed-off-by: Alexander Vladimirov <alexander.idkfa.vladimirov@gmail.com>
Acked-by: Serge Hallyn <serge.hallyn@ubuntu.com>
templates/lxc-archlinux.in

index 546369baf87fb17340a972ced1095a573440b619..a542366d6dd3cd678f3438df099dd5349f938ec8 100644 (file)
@@ -39,12 +39,11 @@ base_packages=(
     "systemd-sysvcompat"
     "filesystem"
     "coreutils"
-    "module-init-tools"
+    "kmod"
     "procps"
     "psmisc"
     "pacman"
     "bash"
-    "syslog-ng"
     "cronie"
     "iproute2"
     "iputils"
@@ -57,7 +56,6 @@ base_packages=(
     "gawk"
     "sed"
     "tar"
-    "wget"
     "gzip"
     "which"
 )
@@ -129,7 +127,7 @@ lxc.tty=1
 lxc.pts=1024
 lxc.rootfs=${rootfs_path}
 lxc.mount=${config_path}/fstab
-lxc.cap.drop = sys_module mac_admin mac_override
+lxc.cap.drop = mknod sys_module mac_admin mac_override
 #networking
 lxc.network.type=${lxc_network_type}
 lxc.network.link=${lxc_network_link}