diff options
author | Matt Wilson <msw@redhat.com> | 2001-08-09 18:28:32 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-08-09 18:28:32 +0000 |
commit | 4213485115a6d3ec13793c01a8c60d8389fa54b5 (patch) | |
tree | 9b7a32c2914f0f029e8d2ddd3f9bc7a6c76b0ba4 | |
parent | d1bb5e94b2a43611db887aabbbac009276fd706f (diff) | |
download | anaconda-4213485115a6d3ec13793c01a8c60d8389fa54b5.tar.gz anaconda-4213485115a6d3ec13793c01a8c60d8389fa54b5.tar.xz anaconda-4213485115a6d3ec13793c01a8c60d8389fa54b5.zip |
updfstab handles /mnt/floppy now
-rw-r--r-- | packages.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/packages.py b/packages.py index bb740fa19..cf733d9f0 100644 --- a/packages.py +++ b/packages.py @@ -659,14 +659,6 @@ def doPostInstall(method, id, intf, instPath): try: if not upgrade: - # XXX should this go here? - if id.floppyDevice[0:2] == "fd": - dev = fsset.PartitionDevice(id.floppyDevice) - fs = fsset.fileSystemTypeGet("auto") - entry = fsset.FileSystemSetEntry(dev, '/mnt/floppy', fs, - "noauto,owner") - id.fsset.add(entry) - w.set(1) copyExtraModules(instPath, id.comps, id.extraModules) |