diff options
Diffstat (limited to 'recipes-containers/lxc/files/lxc-1.0.0-disable-udhcp-from-busybox-template.patch')
-rw-r--r-- | recipes-containers/lxc/files/lxc-1.0.0-disable-udhcp-from-busybox-template.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-containers/lxc/files/lxc-1.0.0-disable-udhcp-from-busybox-template.patch b/recipes-containers/lxc/files/lxc-1.0.0-disable-udhcp-from-busybox-template.patch index 85177c8f..6702b69e 100644 --- a/recipes-containers/lxc/files/lxc-1.0.0-disable-udhcp-from-busybox-template.patch +++ b/recipes-containers/lxc/files/lxc-1.0.0-disable-udhcp-from-busybox-template.patch | |||
@@ -1,4 +1,4 @@ | |||
1 | From 74efbe7f47379375c51948dd0f86248fb9429a1b Mon Sep 17 00:00:00 2001 | 1 | From 8227e720438ff0bdfe45d7307de85f660e491d49 Mon Sep 17 00:00:00 2001 |
2 | From: Bogdan Purcareata <bogdan.purcareata@freescale.com> | 2 | From: Bogdan Purcareata <bogdan.purcareata@freescale.com> |
3 | Date: Mon, 8 Apr 2013 18:30:19 +0300 | 3 | Date: Mon, 8 Apr 2013 18:30:19 +0300 |
4 | Subject: [PATCH] lxc-0.9.0-disable-udhcp-from-busybox-template | 4 | Subject: [PATCH] lxc-0.9.0-disable-udhcp-from-busybox-template |
@@ -8,10 +8,10 @@ Subject: [PATCH] lxc-0.9.0-disable-udhcp-from-busybox-template | |||
8 | 1 file changed, 1 deletion(-) | 8 | 1 file changed, 1 deletion(-) |
9 | 9 | ||
10 | diff --git a/templates/lxc-busybox.in b/templates/lxc-busybox.in | 10 | diff --git a/templates/lxc-busybox.in b/templates/lxc-busybox.in |
11 | index 7243b36..9637a71 100644 | 11 | index 1a8618b..8ba7cfe 100644 |
12 | --- a/templates/lxc-busybox.in | 12 | --- a/templates/lxc-busybox.in |
13 | +++ b/templates/lxc-busybox.in | 13 | +++ b/templates/lxc-busybox.in |
14 | @@ -111,7 +111,6 @@ EOF | 14 | @@ -120,7 +120,6 @@ EOF |
15 | #!/bin/sh | 15 | #!/bin/sh |
16 | /bin/syslogd | 16 | /bin/syslogd |
17 | /bin/mount -a | 17 | /bin/mount -a |