summaryrefslogtreecommitdiffstats
path: root/fstab.py
diff options
context:
space:
mode:
authorErik Troan <ewt@redhat.com>2000-12-11 21:10:15 +0000
committerErik Troan <ewt@redhat.com>2000-12-11 21:10:15 +0000
commit4d241ee94e2832a9a5fc28e8ee15bf26917f9948 (patch)
tree4f1a931b07908d339b64f879f111856d7d7dad3f /fstab.py
parent33528e790c0e3b3e250f9f10f7d8f7306ecf83c2 (diff)
downloadanaconda-4d241ee94e2832a9a5fc28e8ee15bf26917f9948.tar.gz
anaconda-4d241ee94e2832a9a5fc28e8ee15bf26917f9948.tar.xz
anaconda-4d241ee94e2832a9a5fc28e8ee15bf26917f9948.zip
moved sync
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 15224c43c..47fb15ecc 100644
--- a/fstab.py
+++ b/fstab.py
@@ -1119,7 +1119,6 @@ def ext2FormatFilesystem(argList, messageFile, windowCreator, mntpoint):
s = os.read(p[0], 1)
os.write(fd, s)
- isys.sync()
if s != '\b':
try:
@@ -1130,6 +1129,7 @@ def ext2FormatFilesystem(argList, messageFile, windowCreator, mntpoint):
if num:
l = string.split(num, '/')
w.set((int(l[0]) * 100) / int(l[1]))
+ isys.sync()
num = ''
except OSError, args:
(num, str) = args