From a31e78d2e43ff0f3cb46c040122370f68428cc0a Mon Sep 17 00:00:00 2001 From: Jeremy Katz Date: Tue, 10 Sep 2002 19:22:55 +0000 Subject: some non-controversial bits of sparc. also pulls in updated loader/stubs.c which should fix non-diet minilibc build --- anaconda | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'anaconda') diff --git a/anaconda b/anaconda index ffc33f53d..fe0564a42 100755 --- a/anaconda +++ b/anaconda @@ -98,7 +98,7 @@ try: [ 'text', 'xmode', 'test', 'debug', 'nofallback', 'method=', 'rootpath=', 'pcic=', "overhead=", 'testpath=', 'mountfs', 'traceonly', 'kickstart=', - 'lang=', 'keymap=', 'module=', 'class=', + 'lang=', 'keymap=', 'kbdtype=', 'module=', 'class=', 'expert', 'serial', 'lowres', 'nofb', 'rescue', 'nomount', 'autostep', 'resolution=', 'skipddc']) except TypeError, msg: @@ -152,7 +152,7 @@ mousehw = None lang = None method = None keymap = None -kbdtpye = None +kbdtype = None progmode = None customClass = None kbd = None @@ -231,6 +231,8 @@ for n in args: display_mode = 't' elif (str == '-x' or str == '--xmode'): xmode = 1 + elif (str == '--kbdtype'): + kbdtype = arg # s390s don't have ttys if iutil.getArch() == "s390": -- cgit