update to Debian 12
[debian6500.git] / simple-cdd / profiles / trc6500.preseed
index 7e06ae2d2d7b835bfc843a6d54c9fa7ad34a8ea2..c64f3a4c3e28904d9382b356e28f5264e3a40971 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.
@@ -51,6 +51,19 @@ passwd passwd/user-password-again password thales
 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 ::                                            \