]> git.ipfire.org Git - thirdparty/lxc.git/commitdiff
Suppress useless udhcpc directory 3247/head
authorRachid Koucha <47061324+Rachid-Koucha@users.noreply.github.com>
Fri, 3 Jan 2020 09:48:41 +0000 (10:48 +0100)
committerGitHub <noreply@github.com>
Fri, 3 Jan 2020 09:48:41 +0000 (10:48 +0100)
The udhcpc directory is created with "mkdir -p" at the place dynamically specified by "busybox udhcpc --help".

Signed-off-by: Rachid Koucha <rachid.koucha@gmail.com>
templates/lxc-busybox.in

index 23ec9df7937f221684f3a427b2588896612ca2f5..27d19c2b347489311a67701624b759c5af476cad 100644 (file)
@@ -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 \