summaryrefslogtreecommitdiffstats
path: root/rescue.py
diff options
context:
space:
mode:
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: