From 3d6cf5687efd18438c094ecb4990307dd059120b Mon Sep 17 00:00:00 2001 From: Alexandre Aubin Date: Mon, 2 Apr 2018 19:14:33 +0200 Subject: [PATCH] Dirty workaround to update apt's db --- stage2/01-sys-tweaks/01-run.sh | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/stage2/01-sys-tweaks/01-run.sh b/stage2/01-sys-tweaks/01-run.sh index 10446a6..07edf17 100755 --- a/stage2/01-sys-tweaks/01-run.sh +++ b/stage2/01-sys-tweaks/01-run.sh @@ -55,3 +55,10 @@ usermod --pass='*' root EOF rm -f ${ROOTFS_DIR}/etc/ssh/ssh_host_*_key* + + +# Dirty hack, ... otherwise the build script says in the next step that it cant +# install wpasupplicant... +on_chroot << EOF +apt-get update +EOF