From: Rachid Koucha <47061324+Rachid-Koucha@users.noreply.github.com> Date: Fri, 3 Jan 2020 09:48:41 +0000 (+0100) Subject: Suppress useless udhcpc directory X-Git-Tag: lxc-4.0.0~64^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eeea2ef1b15231fdd08e30d4466365990ddfad44;p=thirdparty%2Flxc.git Suppress useless udhcpc directory The udhcpc directory is created with "mkdir -p" at the place dynamically specified by "busybox udhcpc --help". Signed-off-by: Rachid Koucha --- diff --git a/templates/lxc-busybox.in b/templates/lxc-busybox.in index 23ec9df79..27d19c2b3 100644 --- a/templates/lxc-busybox.in +++ b/templates/lxc-busybox.in @@ -75,7 +75,6 @@ ${rootfs}/mnt \ ${rootfs}/tmp \ ${rootfs}/var/log \ ${rootfs}/var/run \ -${rootfs}/usr/share/udhcpc \ ${rootfs}/dev/pts \ ${rootfs}/dev/shm \ ${rootfs}/lib \