summaryrefslogtreecommitdiffstats
path: root/anaconda
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 /anaconda
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 'anaconda')
-rwxr-xr-xanaconda3
1 files changed, 2 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index 97dcfab0e..256fa97bd 100755
--- a/anaconda
+++ b/anaconda
@@ -677,7 +677,8 @@ if __name__ == "__main__":
users.createLuserConf(anaconda.rootPath)
# setup links required for all install types
- for i in ( "services", "protocol", "nsswitch.conf", "joe", "selinux"):
+ for i in ( "services", "protocols", "nsswitch.conf", "joe", "selinux",
+ "mke2fs.conf" ):
try:
if os.path.exists("/mnt/runtime/etc/" + i):
os.symlink ("../mnt/runtime/etc/" + i, "/etc/" + i)