From: Iustin Pop Date: Wed, 9 May 2012 02:34:05 +0000 (+0200) Subject: Make partition alignment configurable X-Git-Tag: v0.11~3 X-Git-Url: http://git.equinoxoli.org/?p=ext%2Finstance-debootstrap.git;a=commitdiff_plain;h=1671970fc86e8502452e684d4d9a79a57a014203 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 --- 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" <