diff options
author | Matt Wilson <msw@redhat.com> | 1999-08-17 20:41:37 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-08-17 20:41:37 +0000 |
commit | a95d87a50f9ceb59e71897e387846154d1684018 (patch) | |
tree | d6c862c16b8d4e041a04ff0ea902436b1c86b718 | |
parent | 0d880bea6222f8229d85a3d1a93f35173613370d (diff) | |
download | anaconda-a95d87a50f9ceb59e71897e387846154d1684018.tar.gz anaconda-a95d87a50f9ceb59e71897e387846154d1684018.tar.xz anaconda-a95d87a50f9ceb59e71897e387846154d1684018.zip |
spacing
-rw-r--r-- | todo.py | 18 |
1 files changed, 9 insertions, 9 deletions
@@ -4,7 +4,7 @@ # lilo boot.b installation (may be None) liloLocation() import rpm, os -import util, isys +import iutil, isys from lilo import LiloConfiguration from syslog import Syslog import string @@ -430,15 +430,15 @@ class ToDo: "Formatting %s filesystem..." % (mntpoint,)) isys.makeDevInode(device, '/tmp/' + device) if fsystem == "ext2": - util.execWithRedirect("/usr/sbin/mke2fs", - [ "mke2fs", '/tmp/' + device ], - stdout = None, stderr = None, - searchPath = 1) + util.execWithRedirect ("/usr/sbin/mke2fs", + [ "mke2fs", '/tmp/' + device ], + stdout = None, stderr = None, + searchPath = 1) elif fsystem == "swap": - util.execWithRedirect("/usr/sbin/mkswap", - [ "mkswap", '/tmp/' + device ], - stdout = None, stderr = None, - searchPath = 1) + util.execWithRedirect ("/usr/sbin/mkswap", + [ "mkswap", '/tmp/' + device ], + stdout = None, stderr = None, + searchPath = 1) else: pass |