diff options
author | Matt Wilson <msw@redhat.com> | 1999-09-24 04:18:52 +0000 |
---|---|---|
committer | Matt Wilson <msw@redhat.com> | 1999-09-24 04:18:52 +0000 |
commit | 3a1b0d2a2d1947772a68da5a116d1522e8cd7a28 (patch) | |
tree | ccc72bc181707568649ee13a10beb05038b8470d /anaconda | |
parent | 04ad35b2221a6c0288d8d4abd9df5b28a6b5c3c1 (diff) | |
download | anaconda-3a1b0d2a2d1947772a68da5a116d1522e8cd7a28.tar.gz anaconda-3a1b0d2a2d1947772a68da5a116d1522e8cd7a28.tar.xz anaconda-3a1b0d2a2d1947772a68da5a116d1522e8cd7a28.zip |
force text mode for kickstart
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -73,6 +73,7 @@ for n in args: debug = 1 elif (str == '--kickstart'): kickstart = arg + mode = 't' elif (str == '-r' or str == '--rootpath'): rootPath = arg localInstall = 1 |