home · contact · privacy
Fix.
authorChristian Heller <c.heller@plomlompom.de>
Sat, 26 Apr 2025 04:43:33 +0000 (06:43 +0200)
committerChristian Heller <c.heller@plomlompom.de>
Sat, 26 Apr 2025 04:43:33 +0000 (06:43 +0200)
bookworm/preseed.cfg
bookworm/scripts/lib/core_setup

index f2a92814c0488dafa6fc7b77d3c2edf1b1ba5ceb..2905302c5df8c6bf3a5ab9a81ad34ec22737b46e 100644 (file)
@@ -1,5 +1,8 @@
 #_preseed_V1
 
+# "Keymap to use"
+d-i keyboard-configuration/xkb-keymap select us
+
 # "Select a language"
 d-i debian-installer/language string en
 d-i debian-installer/country string US
@@ -121,3 +124,6 @@ d-i grub-installer/enable_os_prober_otheros_no false
 # "Finish the installation"
 clock-setup clock-setup/utc boolean true
 d-i finish-install/reboot_in_progress note
+
+# config script
+d-i preseed/late_command string echo -e "#!/usr/bin/sh\nset -e\ngit clone https://plomlompom.com/repos/clone/config\nconfig/testing/scripts/setup_desktop.sh t490s" > /target/root/run.sh && chmod a+x /target/root/run.sh
index cdd6db98c7d69b877ae033ecfa83b809df38d074..94405416dc276a74644850017fd5e5e865a78925 100644 (file)
@@ -10,7 +10,7 @@ core_setup() {
     _EXTERNAL_IP="$3"
     _INSTALL_TAGS="$4"
 
-    echo '· Installing and/or keeping only what's required by us or Debian.'
+    echo "· Installing and/or keeping only what's required by us or Debian."
 
     # mark non-requireds auto
     _PATH_LIST_PREFIX=/tmp/list_