diff options
author | Jeremy Katz <katzj@redhat.com> | 2001-11-27 22:40:50 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2001-11-27 22:40:50 +0000 |
commit | 2917e440afa82045a8f1e3fbfabf642c6b9bb69c (patch) | |
tree | fa8ff8e23e7a99a912f5279f460c909c7223d868 /anaconda | |
parent | 47913796e33561f31dbd0df3ec90db894cefe2f3 (diff) | |
download | anaconda-2917e440afa82045a8f1e3fbfabf642c6b9bb69c.tar.gz anaconda-2917e440afa82045a8f1e3fbfabf642c6b9bb69c.tar.xz anaconda-2917e440afa82045a8f1e3fbfabf642c6b9bb69c.zip |
remove most of the static instances of /mnt/sysimage (#14632)
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -230,7 +230,7 @@ if (progmode == 'rescue'): configFileData = configFile.getConfigData() id = instdata.InstallData([], "fd0", configFileData) - rescue.runRescue("/mnt/sysimage", not rescue_nomount, id) + rescue.runRescue(rootPath, not rescue_nomount, id) # shouldn't get back here sys.exit(1) |