OS customization packaged as .deb
[debian6500.git] / simple-cdd / profiles / trc6500.preseed
index 4901ece797092971a62f3b9d8c479d63b64fcde9..7e06ae2d2d7b835bfc843a6d54c9fa7ad34a8ea2 100644 (file)
@@ -44,6 +44,10 @@ 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
 
@@ -69,6 +73,7 @@ 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
@@ -83,3 +88,4 @@ iptables-persistent iptables-persistent/autosave_v4 boolean false
 # APT configuration
 d-i apt-setup/use_mirror boolean false
 popularity-contest popularity-contest/participate boolean false
+