From b48977095569d112026822bd79e7c88aac8541f5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marek=20Marczykowski-G=C3=B3recki?= Date: Mon, 28 Jul 2014 18:54:52 +0200 Subject: [PATCH] debian: move keyboard layout setting earlier As the keyboard-configuration package is installed earlier now. --- scripts_debian/02_install_groups.sh | 11 +++++++++++ scripts_debian/04_install_qubes.sh | 11 ----------- 2 files changed, 11 insertions(+), 11 deletions(-) diff --git a/scripts_debian/02_install_groups.sh b/scripts_debian/02_install_groups.sh index e261068..f8ef9c2 100755 --- a/scripts_debian/02_install_groups.sh +++ b/scripts_debian/02_install_groups.sh @@ -37,6 +37,17 @@ echo "--> Upgrading system" chroot $INSTALLDIR apt-get update chroot $INSTALLDIR apt-get -y upgrade +echo "--> Setting keyboard layout" +chroot $INSTALLDIR debconf-set-selections < Installing extra packages" xargs chroot $INSTALLDIR apt-get -y install < $SCRIPTSDIR/packages.list diff --git a/scripts_debian/04_install_qubes.sh b/scripts_debian/04_install_qubes.sh index 449f4ce..8f05f57 100755 --- a/scripts_debian/04_install_qubes.sh +++ b/scripts_debian/04_install_qubes.sh @@ -63,17 +63,6 @@ deb file:/tmp/qubes_repo $DEBIANVERSION main EOF cp $CACHEDIR/repo-pubring.gpg $INSTALLDIR/etc/apt/trusted.gpg.d/qubes-builder.gpg -# configure keyboard layout -chroot $INSTALLDIR debconf-set-selections <