From b2fcc3d68146716f4451e45d7dc86418b67781bb Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Fri, 29 Apr 2011 11:33:32 -0700 Subject: Fix alignment of root partition Redo Bug 7038 The previous change did nothing; the alignment option only reports alignment, it does not change values. Need to manually reserve space before root partition. --- scripts/install/install-get-partition | 3 +++ 1 file changed, 3 insertions(+) (limited to 'scripts/install/install-get-partition') diff --git a/scripts/install/install-get-partition b/scripts/install/install-get-partition index f475b689..e8ccb153 100755 --- a/scripts/install/install-get-partition +++ b/scripts/install/install-get-partition @@ -34,6 +34,9 @@ PARTITION='' # default file system type ROOT_FSTYPE='ext3' +# alignment of root partition (skip to 32Kb boundary) +ROOT_OFFSET="63S" + warn_of_dire_consequences () { # Give the user a requisite warning that we are about to nuke their drive response='' -- cgit v1.2.3