X-Git-Url: https://secure.softndesign.org/git/?a=blobdiff_plain;f=simple-cdd%2Fprofiles%2Ftrc6500.preseed;h=b3a5c56f96f4b706f458ea1d352051c6271320c2;hb=1dbbd72a91ee2bc717b449b82a4f36d954715a83;hp=538d9b5a00adc9e59039c51caa863de8f036e3ac;hpb=7be646c04fa4f7e295f9da45dfbe93da33650e6f;p=debian6500.git diff --git a/simple-cdd/profiles/trc6500.preseed b/simple-cdd/profiles/trc6500.preseed index 538d9b5..b3a5c56 100644 --- a/simple-cdd/profiles/trc6500.preseed +++ b/simple-cdd/profiles/trc6500.preseed @@ -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 :: \ @@ -77,14 +90,18 @@ 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