diff options
Diffstat (limited to 'scripts/install/install-get-partition')
-rwxr-xr-x | scripts/install/install-get-partition | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/install/install-get-partition b/scripts/install/install-get-partition index e8ccb153..debb2eaa 100755 --- a/scripts/install/install-get-partition +++ b/scripts/install/install-get-partition @@ -34,8 +34,8 @@ PARTITION='' # default file system type ROOT_FSTYPE='ext3' -# alignment of root partition (skip to 32Kb boundary) -ROOT_OFFSET="63S" +# start of root partition (0% is magic to tell parted to align) +ROOT_OFFSET="0%" warn_of_dire_consequences () { # Give the user a requisite warning that we are about to nuke their drive |