summaryrefslogtreecommitdiff
path: root/scripts/install-system
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/install-system')
-rwxr-xr-xscripts/install-system4
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/install-system b/scripts/install-system
index 3d7ab5ee..4d712ee7 100755
--- a/scripts/install-system
+++ b/scripts/install-system
@@ -77,8 +77,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%"
# Process ID of this script for the lame marketing spinner
SPID=$$