summaryrefslogtreecommitdiffstats
path: root/anaconda
diff options
context:
space:
mode:
authorpfisher <pfisher>1999-07-07 20:39:48 +0000
committerpfisher <pfisher>1999-07-07 20:39:48 +0000
commit4818c39da078c5298df10af482fc3458d6687b40 (patch)
tree51e029cf827d1febebefe9ae7e044ef0cf7a6e77 /anaconda
parentce329010bdf6bcaf865aa06ea0a1ce8b949166c2 (diff)
downloadanaconda-4818c39da078c5298df10af482fc3458d6687b40.tar.gz
anaconda-4818c39da078c5298df10af482fc3458d6687b40.tar.xz
anaconda-4818c39da078c5298df10af482fc3458d6687b40.zip
really make -G work.
Diffstat (limited to 'anaconda')
-rwxr-xr-xanaconda2
1 files changed, 1 insertions, 1 deletions
diff --git a/anaconda b/anaconda
index c243f05f0..85cffce06 100755
--- a/anaconda
+++ b/anaconda
@@ -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' ])