diff options
author | Matt Wilson <msw@redhat.com> | 2001-03-26 17:17:17 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 2001-03-26 17:17:17 +0000 |
commit | 9a46e0e8d70571e7011052acc57573be58d2fc98 (patch) | |
tree | 4d3155a11726c608c27d7d51562a413172164037 | |
parent | 95f67c6591e5298256e375cc7aed333615c4c44b (diff) | |
download | anaconda-9a46e0e8d70571e7011052acc57573be58d2fc98.tar.gz anaconda-9a46e0e8d70571e7011052acc57573be58d2fc98.tar.xz anaconda-9a46e0e8d70571e7011052acc57573be58d2fc98.zip |
oops.
-rwxr-xr-x | anaconda | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -430,7 +430,7 @@ if not reconfigOnly: from urlinstall import UrlInstallMethod method = UrlInstallMethod(method) elif (method[0:5] == "hd://"): - print _("Graphical installation not available for hard drive installs. Starting text mode.") % (string.split(method, ':')[0],) + print _("Graphical installation not available for hard drive installs. Starting text mode.") method = method[5:] i = string.index(method, ":") |