From 1671970fc86e8502452e684d4d9a79a57a014203 Mon Sep 17 00:00:00 2001 From: Iustin Pop Date: Wed, 9 May 2012 04:34:05 +0200 Subject: [PATCH] Make partition alignment configurable So that people with special requirements (e.g. SSDs with unusual block allocations) can customise it for their setup. Signed-off-by: Iustin Pop Reviewed-by: Michael Hanselmann --- common.sh.in | 3 ++- defaults | 7 +++++++ 2 files changed, 9 insertions(+), 1 deletions(-) diff --git a/common.sh.in b/common.sh.in index 90924d4..04d339f 100644 --- a/common.sh.in +++ b/common.sh.in @@ -92,7 +92,7 @@ format_disk0() { # head/sectors for devices such as drbd which don't # report geometry sfdisk -H 64 -S 32 -u S --quiet --Linux "$1" <