From eeea2ef1b15231fdd08e30d4466365990ddfad44 Mon Sep 17 00:00:00 2001 From: Rachid Koucha <47061324+Rachid-Koucha@users.noreply.github.com> Date: Fri, 3 Jan 2020 10:48:41 +0100 Subject: [PATCH] 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 --- templates/lxc-busybox.in | 1 - 1 file changed, 1 deletion(-) 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 \ -- 2.47.2