aboutsummaryrefslogtreecommitdiffstats
path: root/main/lxc/0001-lxc-alpine-create-dev-zero.patch
diff options
context:
space:
mode:
authorNatanael Copa <ncopa@alpinelinux.org>2014-02-20 10:34:57 +0000
committerNatanael Copa <ncopa@alpinelinux.org>2014-02-20 10:34:57 +0000
commitaa5e512833c517b59570326b5eee07f177256d98 (patch)
treed0369f70a6668fc3edd09c6c5934fd16bb29b137 /main/lxc/0001-lxc-alpine-create-dev-zero.patch
parentc534f259093b41d28bf0a2d8e1b67b0612b558f9 (diff)
downloadaports-aa5e512833c517b59570326b5eee07f177256d98.tar.bz2
aports-aa5e512833c517b59570326b5eee07f177256d98.tar.xz
main/lxc: upgrade to 1.0.0_rc4
Diffstat (limited to 'main/lxc/0001-lxc-alpine-create-dev-zero.patch')
-rw-r--r--main/lxc/0001-lxc-alpine-create-dev-zero.patch26
1 files changed, 0 insertions, 26 deletions
diff --git a/main/lxc/0001-lxc-alpine-create-dev-zero.patch b/main/lxc/0001-lxc-alpine-create-dev-zero.patch
deleted file mode 100644
index b420496563..0000000000
--- a/main/lxc/0001-lxc-alpine-create-dev-zero.patch
+++ /dev/null
@@ -1,26 +0,0 @@
-From 48c63f8d035045af1103b677b5ec577aec59a5b5 Mon Sep 17 00:00:00 2001
-From: Natanael Copa <ncopa@alpinelinux.org>
-Date: Mon, 26 Aug 2013 13:47:58 +0200
-Subject: [PATCH] lxc-alpine: create /dev/zero
-
-Signed-off-by: Natanael Copa <ncopa@alpinelinux.org>
-Signed-off-by: Serge Hallyn <serge.hallyn@ubuntu.com>
----
- templates/lxc-alpine.in | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/templates/lxc-alpine.in b/templates/lxc-alpine.in
-index ce7226f..2ab10bb 100644
---- a/templates/lxc-alpine.in
-+++ b/templates/lxc-alpine.in
-@@ -126,6 +126,7 @@ EOF
- echo "Setting up device nodes"
- mkdir -p -m 755 "$rootfs/dev/pts"
- mkdir -p -m 1777 "$rootfs/dev/shm"
-+ mknod -m 666 "$rootfs/dev/zero" c 1 5
- mknod -m 666 "$rootfs/dev/full" c 1 7
- mknod -m 666 "$rootfs/dev/random" c 1 8
- mknod -m 666 "$rootfs/dev/urandom" c 1 9
---
-1.8.4
-