summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--fstab.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/fstab.py b/fstab.py
index 8630d404e..db6f1f128 100644
--- a/fstab.py
+++ b/fstab.py
@@ -63,7 +63,7 @@ class Fstab:
elif (mntpoint[0:5] == "raid."):
type = 0xfd
- attempt.append((mntpoint, size, type, grow, -1, device))
+ attempt.append((mntpoint, size, maxsize, type, grow, -1, device))
try:
ddruid.attempt (attempt, "Junk Argument", clearParts)