diff options
author | Erik Troan <ewt@redhat.com> | 2000-06-16 18:14:07 +0000 |
---|---|---|
committer | Erik Troan <ewt@redhat.com> | 2000-06-16 18:14:07 +0000 |
commit | e1b8a53ad4e51f6e330a600e2a02144a49d4926a (patch) | |
tree | a35e72138a4855d6e60798d4231f498d6b125277 /image.py | |
parent | 17b94575b1e4ef2232db6f0af58fd114c213c6c9 (diff) | |
download | anaconda-e1b8a53ad4e51f6e330a600e2a02144a49d4926a.tar.gz anaconda-e1b8a53ad4e51f6e330a600e2a02144a49d4926a.tar.xz anaconda-e1b8a53ad4e51f6e330a600e2a02144a49d4926a.zip |
eject cdrom at end of install
Diffstat (limited to 'image.py')
-rw-r--r-- | image.py | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -72,6 +72,8 @@ class CdromInstallMethod(ImageInstallMethod): # this isn't the exact right place, but it's close enough target = "%s/rhinstall-stage2.img" % self.mntPoint os.unlink(target) + isys.umount("/mnt/source") + isys.ejectCdrom(self.device) def writeCleanupPath(self, f): isys.makeDevInode("loop0", "/tmp/loop0") |