summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-08-07 03:06:33 +0000
committerMatt Wilson <msw@redhat.com>1999-08-07 03:06:33 +0000
commit5c198114640db1191e4b501d828622e6b9bc90d6 (patch)
tree88626098eca1f9ba5e0fb942c252b90c8d2ccbf1 /anaconda
parent1c98f99db5dd38e8be6812f3c927bc8c28f46414 (diff)
downloadanaconda-5c198114640db1191e4b501d828622e6b9bc90d6.tar.gz
anaconda-5c198114640db1191e4b501d828622e6b9bc90d6.tar.xz
anaconda-5c198114640db1191e4b501d828622e6b9bc90d6.zip
writes changes to disks
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda1
1 files changed, 1 insertions, 0 deletions
diff --git a/anaconda b/anaconda
index c9a812815..bc3699263 100755
--- a/anaconda
+++ b/anaconda
@@ -54,6 +54,7 @@ if (os.path.exists('rpmmodule')):
sys.path.append('balkan')
sys.path.append('rpmmodule')
sys.path.append('isys')
+ sys.path.append('libfdisk')
#elif (mode == None):
# try:
# f = open('/dev/fb0', 'r')