diff options
author | Jeremy Katz <katzj@redhat.com> | 2006-07-26 14:55:52 +0000 |
---|---|---|
committer | Jeremy Katz <katzj@redhat.com> | 2006-07-26 14:55:52 +0000 |
commit | 0a3c51d6e1dd08b538d115cfa8b79bbb6770d0fc (patch) | |
tree | c3c86c879ccd5df424880e022e089cefe60caf43 /rescue.py | |
parent | f8e55682f1444319218a25d8a9d628a176e47842 (diff) | |
download | anaconda-0a3c51d6e1dd08b538d115cfa8b79bbb6770d0fc.tar.gz anaconda-0a3c51d6e1dd08b538d115cfa8b79bbb6770d0fc.tar.xz anaconda-0a3c51d6e1dd08b538d115cfa8b79bbb6770d0fc.zip |
2006-07-26 Jeremy Katz <katzj@redhat.com>
* rescue.py (runRescue): Don't show onboot for rescue (#200237)
* textw/network_text.py (NetworkGlobalWindow.__call__): Take
(unused and optional) showonboot parameter
Diffstat (limited to 'rescue.py')
-rw-r--r-- | rescue.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -223,7 +223,7 @@ def runRescue(anaconda): win = nextWindow() - rc = win(screen, anaconda) + rc = win(screen, anaconda, showonboot = 0) if rc == INSTALL_NOOP: rc = lastrc |