summaryrefslogtreecommitdiffstats
path: root/fsset.py
diff options
context:
space:
mode:
authorMike Fulbright <msf@redhat.com>2001-06-26 23:26:30 +0000
committerMike Fulbright <msf@redhat.com>2001-06-26 23:26:30 +0000
commit15743f4fcc3a54581ca68a14805cb77e624abeb4 (patch)
treeaba3c81c5590f033616d9bce6ead7152b067c9e1 /fsset.py
parent2694fd639e781ce25cc05b1d059a901e1994f528 (diff)
downloadanaconda-15743f4fcc3a54581ca68a14805cb77e624abeb4.tar.gz
anaconda-15743f4fcc3a54581ca68a14805cb77e624abeb4.tar.xz
anaconda-15743f4fcc3a54581ca68a14805cb77e624abeb4.zip
turn off syncing for now
Diffstat (limited to 'fsset.py')
-rw-r--r--fsset.py7
1 files changed, 4 insertions, 3 deletions
diff --git a/fsset.py b/fsset.py
index 02bf9b810..0fb4a6a3d 100644
--- a/fsset.py
+++ b/fsset.py
@@ -1039,9 +1039,10 @@ def ext2FormatFilesystem(argList, messageFile, windowCreator, mntpoint):
val = (int(l[0]) * 100) / int(l[1])
w and w.set(val)
# sync every 10%
- if sync + 10 < val:
- isys.sync()
- sync = val
+# XXX comment out for now because kernel seems to hang on < 256M machines!
+# if sync + 10 < val:
+# isys.sync()
+# sync = val
num = ''
except OSError, args:
(num, str) = args