summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorMatt Wilson <msw@redhat.com>1999-09-24 04:18:52 +0000
committerMatt Wilson <msw@redhat.com>1999-09-24 04:18:52 +0000
commit3a1b0d2a2d1947772a68da5a116d1522e8cd7a28 (patch)
treeccc72bc181707568649ee13a10beb05038b8470d /anaconda
parent04ad35b2221a6c0288d8d4abd9df5b28a6b5c3c1 (diff)
downloadanaconda-3a1b0d2a2d1947772a68da5a116d1522e8cd7a28.tar.gz
anaconda-3a1b0d2a2d1947772a68da5a116d1522e8cd7a28.tar.xz
anaconda-3a1b0d2a2d1947772a68da5a116d1522e8cd7a28.zip
force text mode for kickstart
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda1
1 files changed, 1 insertions, 0 deletions
diff --git a/anaconda b/anaconda
index 9c41a27a2..f1c022755 100755
--- a/anaconda
+++ b/anaconda
@@ -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