summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
authorPeter Jones <pjones@redhat.com>2006-08-21 15:19:28 +0000
committerPeter Jones <pjones@redhat.com>2006-08-21 15:19:28 +0000
commit0306f4af232614e2f02d3ec3c8b8945c0ad80e29 (patch)
treeaf6e314294a477b78c5fec14d96fa19044c157fa /rescue.py
parent277070e9c7d218a33c966f8afbe7a665b68c795f (diff)
downloadanaconda-0306f4af232614e2f02d3ec3c8b8945c0ad80e29.tar.gz
anaconda-0306f4af232614e2f02d3ec3c8b8945c0ad80e29.tar.xz
anaconda-0306f4af232614e2f02d3ec3c8b8945c0ad80e29.zip
- make /mnt/runtime symlink for mke2fs.conf where appropriate
Diffstat (limited to 'rescue.py')
-rw-r--r--rescue.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rescue.py b/rescue.py
index f75b2f18a..bc5a8608b 100644
--- a/rescue.py
+++ b/rescue.py
@@ -185,7 +185,7 @@ def runShell(screen, msg=""):
def runRescue(anaconda):
for file in [ "services", "protocols", "group", "joe", "man.config",
- "nsswitch.conf", "selinux" ]:
+ "nsswitch.conf", "selinux", "mke2fs.conf" ]:
try:
os.symlink('/mnt/runtime/etc/' + file, '/etc/' + file)
except: