summaryrefslogtreecommitdiffstats
path: root/fstab.py
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>2000-02-16 14:59:15 +0000
committerMatt Wilson <msw@redhat.com>2000-02-16 14:59:15 +0000
commit52c5712e11b3578b293779ce0bce8ea844e36763 (patch)
tree139cf12e09dfc4027e98276e9d02d36893025de3 /fstab.py
parent6fa8b3694b38437aa8f85f1f19dfb3eee2cec615 (diff)
downloadanaconda-52c5712e11b3578b293779ce0bce8ea844e36763.tar.gz
anaconda-52c5712e11b3578b293779ce0bce8ea844e36763.tar.xz
anaconda-52c5712e11b3578b293779ce0bce8ea844e36763.zip
added maxsize stuff
Diffstat (limited to 'fstab.py')
-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)