From 0aff4db2035fcc325f8be94b49dda065e421e896 Mon Sep 17 00:00:00 2001 From: Laurent Mazet Date: Mon, 16 Nov 2015 09:47:59 +0100 Subject: [PATCH 1/1] force partation type to msdos (avoid gpt) --- simple-cdd/profiles/trc6500.preseed | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/simple-cdd/profiles/trc6500.preseed b/simple-cdd/profiles/trc6500.preseed index 538d9b5..c64f3a4 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 :: \ -- 2.30.2