From 3e7dd378ec4e4cbf0a525fedb0ceedafce00cc72 Mon Sep 17 00:00:00 2001 From: Igor Pecovnik Date: Sun, 15 Dec 2019 19:52:45 +0100 Subject: [PATCH] Rebuild all rootfs cache, minor fix for focal --- lib/configuration.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/configuration.sh b/lib/configuration.sh index 72f331fc34..ff310df4a4 100644 --- a/lib/configuration.sh +++ b/lib/configuration.sh @@ -20,7 +20,7 @@ TZDATA=$(cat /etc/timezone) # Timezone for target is taken from host or defined USEALLCORES=yes # Use all CPU cores for compiling EXIT_PATCHING_ERROR="" # exit patching if failed [[ -z $HOST ]] && HOST="$(echo "$BOARD" | cut -f1 -d-)" # set hostname to the board -ROOTFSCACHE_VERSION=14 +ROOTFSCACHE_VERSION=15 CHROOT_CACHE_VERSION=7 BUILD_REPOSITORY_URL=$(git remote get-url $(git remote 2>/dev/null) 2>/dev/null) BUILD_REPOSITORY_COMMIT=$(git describe --match=d_e_a_d_b_e_e_f --always --dirty 2>/dev/null) @@ -235,7 +235,7 @@ case $RELEASE in DEBOOTSTRAP_LIST+=" rng-tools" [[ -z $BUILD_MINIMAL || $BUILD_MINIMAL == no ]] && PACKAGE_LIST_RELEASE="man-db kbd net-tools gnupg2 dirmngr networkd-dispatcher" PACKAGE_LIST_DESKTOP+=" xserver-xorg-input-all paprefs dbus-x11 pulseaudio-module-gsettings onboard" - PACKAGE_LIST_DESKTOP_RECOMMENDS+=" chromium-browser system-config-printer-common system-config-printer \ + PACKAGE_LIST_DESKTOP_RECOMMENDS+=" firefox system-config-printer-common system-config-printer \ language-selector-gnome mirage" ;;