update to Debian 12 (2)
[debian6500.git] / simple-cdd / profiles / trc6500.preseed
index 4901ece797092971a62f3b9d8c479d63b64fcde9..b3a5c56f96f4b706f458ea1d352051c6271320c2 100644 (file)
@@ -18,9 +18,9 @@ d-i netcfg/get_hostname string trc00
 d-i netcfg/get_domain string thalesgroup.com
 # it seems domain preseeding does not work (there are bug reports on the internet..). In theory we're not using it though.
 d-i netcfg/get_nameservers string       
-d-i netcfg/get_ipaddress string 10.133.28.160
+d-i netcfg/get_ipaddress string 10.133.26.160
 d-i netcfg/get_netmask string 255.255.255.0
-d-i netcfg/get_gateway string 10.133.28.231
+d-i netcfg/get_gateway string 10.133.26.231
 # no DNS server
 
 # Important note : most if not all of the net config will get replaced anyway as we unpack /master into the drive.
@@ -44,9 +44,26 @@ passwd passwd/user-password-again password thales
 #  - sda3 /var/media/backup (remaining) ext4
 # Note that it will fail if you have less than 31 gigabytes it can use, obviously.
 
+# Oh yeah and also it DOES NOT FORMAT if it finds something suitable
+# ie, if you're reinstalling over something similar, better format it BEFORE using this
+# really sorry about it, but I couldn't find a way around that
+
 d-i partman-auto/disk string /dev/sda
 d-i partman-auto/method string regular
 
+d-i partman-lvm/device_remove_lvm boolean true
+d-i partman-md/device_remove_md boolean true
+d-i partman-lvm/confirm boolean true
+d-i partman-lvm/confirm_nooverwrite boolean true
+
+##gpt
+d-i partman-basicfilesystems/choose_label string msdos
+d-i partman-basicfilesystems/default_label string msdos
+d-i partman-partitioning/choose_label string msdos
+d-i partman-partitioning/default_label string msdos
+d-i partman/choose_label string msdos
+d-i partman/default_label string msdos
+partman-partitioning partman-partitioning/choose_label select msdos
 
 d-i partman-auto/expert_recipe string                         \
       boot-root ::                                            \
@@ -69,17 +86,23 @@ d-i partman-partitioning/confirm_write_new_label boolean true
 d-i partman/choose_partition select finish
 d-i partman/confirm boolean true
 d-i partman/confirm_nooverwrite boolean true
+d-i partman/mount_style select  traditional
 
 
 # GRUB configuration
-grub grub-pc/install_devices multiselect /dev/sda
+d-i grub-installer/bootdev string default
+d-i grub-installer/only_debian boolean true
 # unlike what the internet would tell you, sending this command to d-i doesn't work
+grub grub-pc/install_devices multiselect /dev/sda
 
 # iptables configuration
-
 iptables-persistent iptables-persistent/autosave_v6 boolean false
 iptables-persistent iptables-persistent/autosave_v4 boolean false
 
+# Scan for additionnal device
+d-i apt-setup/cdrom/set-first boolean false
+
 # APT configuration
 d-i apt-setup/use_mirror boolean false
 popularity-contest popularity-contest/participate boolean false
+