home · contact · privacy
Fix.
authorChristian Heller <c.heller@plomlompom.de>
Wed, 26 Mar 2025 03:00:10 +0000 (04:00 +0100)
committerChristian Heller <c.heller@plomlompom.de>
Wed, 26 Mar 2025 03:00:10 +0000 (04:00 +0100)
bookworm/preseed.cfg
bookworm/scripts/update_preseed.sh
testing/scripts/lib/expect_min_n_args [new symlink]

index 67ed33bbb6fc15b5fb38f32e4b86046e480a7bb7..3a96114190f837493b175268fddbe9f6cd8d99ab 100644 (file)
@@ -5,23 +5,28 @@ user-setup-udeb       passwd/make-user boolean false
 
 d-i netcfg/choose_interface select auto
 d-i netcfg/link_wait_timeout string 3
-d-i netcfg/wireless_wep string
-d-i netcfg/disable_autoconfig boolean false
+#d-i netcfg/wireless_wep string
+#d-i netcfg/disable_autoconfig boolean false
 d-i netcfg/get_hostname string unassigned-hostname
 d-i netcfg/get_domain string unassigned-domain
 
 # d-i partman-auto/method string crypto
 d-i partman-auto-lvm/guided_size string max
-# d-i partman-auto/choose_recipe select atomic
+#d-i partman-auto/choose_recipe select atomic
 d-i partman-auto-crypto/erase_disks boolean false
 # d-i partman-lvm/confirm boolean true
 
 d-i base-installer/kernel/image string linux-image-amd64
 
+# d-i pkgsel/run_tasksel boolean false
+
 d-i mirror/protocol string http
+#d-i mirror/http/hostname string http.us.debian.org
 d-i apt-setup/non-free-firmware boolean true
 d-i apt-setup/non-free boolean true
 d-i apt-setup/contrib boolean true
 
+# d-i grub-installer/only_debian boolean true
+
 clock-setup clock-setup/utc boolean true
 d-i finish-install/reboot_in_progress note
index 17f509801c89ba4a822fa70b913d5c7dcf3fe871..9fb51130af79cc4080d070c1529a8676a46d9e89 100755 (executable)
@@ -1,6 +1,5 @@
 #!/bin/sh
 set -e
-set -x
 cd $(dirname "$0")
 . lib/abort_if_not_user
 . lib/constants_installer
diff --git a/testing/scripts/lib/expect_min_n_args b/testing/scripts/lib/expect_min_n_args
new file mode 120000 (symlink)
index 0000000..0d272bc
--- /dev/null
@@ -0,0 +1 @@
+../../../bookworm/scripts/lib/expect_min_n_args
\ No newline at end of file