home · contact · privacy
Fix. master
authorChristian Heller <c.heller@plomlompom.de>
Thu, 3 Apr 2025 03:01:18 +0000 (05:01 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Thu, 3 Apr 2025 03:01:18 +0000 (05:01 +0200)
bookworm/preseed.cfg
testing/scripts/_setup_secrets_user.sh
testing/scripts/setup_desktop.sh

index 9dc57705c227bc57b82d7b0e29f0e7532723d593..d095933388855a7cd6adea272400b20e79fb3785 100644 (file)
@@ -31,6 +31,8 @@ d-i base-installer/initramfs-tools/driver-policy most
 d-i apt-setup/use_mirror boolean true
 d-i mirror/protocol string http
 d-i mirror/http/proxy string 
+d-i mirror/http/countries select US
+d-i mirror/http/mirror select deb.debian.org
 #d-i mirror/http/hostname string http.us.debian.org
 d-i apt-setup/enable-source-repositories true
 d-i apt-setup/non-free-firmware boolean true
index 5192e7de77acc2473df8c7fc7724c666f75282a7..b8964984aace76943b8bcf2601017b417447ac23 100644 (file)
@@ -55,7 +55,7 @@ cd -
 echo "\nSetting up borg and pull in ~/org"
 cd "${PATH_SECRETS_BORGKEYS}"
 ls -1 | while read _FILENAME; do
-    "${NAME_BORGAPP}" claim "${_FILENAE}"
+    "${NAME_BORGAPP}" claim "${_FILENAME}"
 done
 cd -
 while true; do
index 1fb5ff00d19b807014ac3b31f93a102c25461a31..d4ba7413d15d774725d6de9758d75bc17b2c1693 100755 (executable)
@@ -44,8 +44,8 @@ SYSTEM_NAME="$1"
 abort_if_illegal_system_name "${SYSTEM_NAME}"
 SYSTEM_CLASS_NAME="$(get_system_class_for ${SYSTEM_NAME})"
 TAG_ALL=all
-TAGS_USER="user desktop"
-MIN_TAGS="${TAG_ALL} ${SYSTEM_CLASS_NAME} ${SYSTEM_NAME}"
+MIN_TAGS="${TAG_ALL} ${SYSTEM_CLASS_NAME}"
+TAGS_USER="user desktop ${SYSTEM_NAME}"
 TAGS_PACKAGES="${MIN_TAGS} ${TAGS_USER}"
 
 upgrade_from_older_release() {