Add the PARTITION_STYLE configuration variable
[ext/instance-debootstrap.git] / defaults
index de52e11..e2c73ae 100644 (file)
--- a/defaults
+++ b/defaults
@@ -46,3 +46,11 @@ GENERATE_CACHE="yes"
 # clean the cache; the default is 14 (two weeks); to disable cache
 # cleaning, set it to an empty value ("")
 CLEAN_CACHE="14"
+
+# PARTITION_STYLE: whether and how the target device should be partitioned.
+# Allowed values:
+# 'none': just format the device, but don't partition it
+# 'msdos': install an msdos partition table on the device, with a single
+#          partition on it
+# (more styles may be added in the future)
+PARTITION_STYLE="none"