blob: 85177c8f092408347560dddf0bbfa2037a364f50 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
From 74efbe7f47379375c51948dd0f86248fb9429a1b Mon Sep 17 00:00:00 2001
From: Bogdan Purcareata <bogdan.purcareata@freescale.com>
Date: Mon, 8 Apr 2013 18:30:19 +0300
Subject: [PATCH] lxc-0.9.0-disable-udhcp-from-busybox-template
---
templates/lxc-busybox.in | 1 -
1 file changed, 1 deletion(-)
diff --git a/templates/lxc-busybox.in b/templates/lxc-busybox.in
index 7243b36..9637a71 100644
--- a/templates/lxc-busybox.in
+++ b/templates/lxc-busybox.in
@@ -111,7 +111,6 @@ EOF
#!/bin/sh
/bin/syslogd
/bin/mount -a
-/bin/udhcpc
EOF
# executable
|