diff options
author | pfisher <pfisher> | 1999-07-07 20:39:48 +0000 |
---|---|---|
committer | pfisher <pfisher> | 1999-07-07 20:39:48 +0000 |
commit | 4818c39da078c5298df10af482fc3458d6687b40 (patch) | |
tree | 51e029cf827d1febebefe9ae7e044ef0cf7a6e77 /anaconda | |
parent | ce329010bdf6bcaf865aa06ea0a1ce8b949166c2 (diff) | |
download | anaconda-4818c39da078c5298df10af482fc3458d6687b40.tar.gz anaconda-4818c39da078c5298df10af482fc3458d6687b40.tar.xz anaconda-4818c39da078c5298df10af482fc3458d6687b40.zip |
really make -G work.
Diffstat (limited to 'anaconda')
-rwxr-xr-x | anaconda | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -6,7 +6,7 @@ import lang _=lang.gettext # fixme - first stage install passes --method -(args, extra) = getopt.getopt(sys.argv[1:], 'p:gTtdr:f', +(args, extra) = getopt.getopt(sys.argv[1:], 'p:GTtdr:f', [ 'gui', 'text', 'test', 'debug', 'rootpath=', 'testpath=', 'mountfs', 'method' ]) |