From 15cacaee96bf9e5c51579cfabea1f13dfd7edc69 Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Lallement Date: Wed, 28 Nov 2018 09:44:52 +0100 Subject: [PATCH] configure network manager _after_ installing network-manager --- live-build/lb_chroot_layered | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/live-build/lb_chroot_layered b/live-build/lb_chroot_layered index 8ec915b8..722fa619 100755 --- a/live-build/lb_chroot_layered +++ b/live-build/lb_chroot_layered @@ -145,7 +145,6 @@ create_chroot_pass() { if [ "${passtype}" = "first" ]; then configure_universe - configure_network_manager fi # Customizing chroot @@ -163,6 +162,7 @@ create_chroot_pass() { # Kernel should be in first layer if [ "${passtype}" = "first" ]; then + configure_network_manager Chroot chroot "dpkg -l linux-headers-3* linux-headers-4*" 2>/dev/null \ | awk '/^i/ {print $2}' > chroot.headers for i in $(cat chroot.headers); do