summaryrefslogtreecommitdiffstats
path: root/instdata.py
diff options
context:
space:
mode:
authorJeremy Katz <katzj@redhat.com>2007-01-17 22:49:50 +0000
committerJeremy Katz <katzj@redhat.com>2007-01-17 22:49:50 +0000
commitabb6ec58462064d9874945efb8215e1b6cd76d71 (patch)
tree2d2406b1c3ebc65db0beb28895083fe32df5e073 /instdata.py
parent48cb0bc9f3e2d13813f325964793e0944eb6e549 (diff)
downloadanaconda-abb6ec58462064d9874945efb8215e1b6cd76d71.tar.gz
anaconda-abb6ec58462064d9874945efb8215e1b6cd76d71.tar.xz
anaconda-abb6ec58462064d9874945efb8215e1b6cd76d71.zip
2007-01-17 Jeremy Katz <katzj@redhat.com>
* iw/progress_gui.py (InstallProgressWindow.completePackage): Quick and dirty way of handling-non rpm installs. This needs to be reworked more completely * timezone.py (Timezone.__init__): Add a default in case the step is skipped * instdata.py (InstallData.write): Ensure that network is written out rather than counting on our backend to do so in its preinstall * fsset.py (FileSystemType.isKernelFS): Add a method to determine if we're an in-kernel pseudo-filesystem (PsudoFileSystem.isKernelFS): And implement it (FileSystemSet.umountFilesystems): Allow unmounting filesystems without turning off swap.
Diffstat (limited to 'instdata.py')
-rw-r--r--instdata.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/instdata.py b/instdata.py
index 62f9f01d2..3ca42210a 100644
--- a/instdata.py
+++ b/instdata.py
@@ -149,7 +149,8 @@ class InstallData:
log.error("Would have run: %s", args)
except RuntimeError, msg:
log.error("Error running %s: %s", args, msg)
-
+
+ self.network.write (anaconda.rootPath)
self.firewall.write (anaconda.rootPath)
self.security.write (anaconda.rootPath)