Make partition alignment configurable
[ext/instance-debootstrap.git] / defaults
index 2443d2f..407be16 100644 (file)
--- a/defaults
+++ b/defaults
@@ -63,3 +63,10 @@ CLEAN_CACHE="14"
 # The default is "msdos" from ganeti 2.0 onwards, but none if installing under
 # Ganeti 1.2 (os api version 5)
 # PARTITION_STYLE="none"
+
+# PARTITION_ALIGNMENT: the alignment of the partitions in sectors
+# (512B); this defaults to 1MiB to give grub enough space for
+# embedding and for better alignment with modern media (HDDs and
+# SSDs), feel free to increase it if your media has even bigger
+# allocation blocks
+# PARTITION_ALIGNMENT=2048