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