From 60a7ed7907434f712f9150d2dc0c44d890372136 Mon Sep 17 00:00:00 2001 From: root Date: Sat, 11 May 2019 11:22:04 +0000 Subject: [PATCH] copy config files to / in post-debootstrap-installer.sh --- post-debootstrap-installer.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/post-debootstrap-installer.sh b/post-debootstrap-installer.sh index 0d4bc15..7cfd7d1 100755 --- a/post-debootstrap-installer.sh +++ b/post-debootstrap-installer.sh @@ -2,6 +2,9 @@ set -e +# config files +cp -a /hardware-setup/config/* / + # locales echo 'console-setup console-setup/charmap47 select UTF-8' | debconf-set-selections