/[smeserver]/rpms/anaconda/sme8/0011-Make-install-headless-but-still-write-keyboard-info.patch
ViewVC logotype

Diff of /rpms/anaconda/sme8/0011-Make-install-headless-but-still-write-keyboard-info.patch

Parent Directory Parent Directory | Revision Log Revision Log | View Revision Graph Revision Graph | View Patch Patch

Revision 1.1 by slords, Thu Oct 22 14:43:11 2009 UTC Revision 1.2 by slords, Mon May 17 16:15:48 2010 UTC
# Line 1  Line 1 
1  From b534e80e22783b2faa42f81fe472ee8b84b8784c Mon Sep 17 00:00:00 2001  From a3dd318edb8e3e97257918296540c4c2eb167132 Mon Sep 17 00:00:00 2001
2  From: Shad L. Lords <slords@mail.com>  From: Shad L. Lords <slords@mail.com>
3  Date: Mon, 19 Oct 2009 08:34:43 -0600  Date: Mon, 19 Oct 2009 08:34:43 -0600
4  Subject: [PATCH] Make install headless but still write keyboard info out  Subject: [PATCH] Make install headless but still write keyboard info out
# Line 9  Subject: [PATCH] Make install headless b Line 9  Subject: [PATCH] Make install headless b
9   2 files changed, 8 insertions(+), 3 deletions(-)   2 files changed, 8 insertions(+), 3 deletions(-)
10    
11  diff --git a/anaconda b/anaconda  diff --git a/anaconda b/anaconda
12  index b5f4d8e..218e26b 100755  index ca23c11..a347af6 100755
13  --- a/anaconda  --- a/anaconda
14  +++ b/anaconda  +++ b/anaconda
15  @@ -767,6 +767,9 @@ if __name__ == "__main__":  @@ -751,6 +751,9 @@ if __name__ == "__main__":
16           else:           else:
17               opts.display_mode = 'g'               opts.display_mode = 'g'
18            
# Line 22  index b5f4d8e..218e26b 100755 Line 22  index b5f4d8e..218e26b 100755
22       #we prefer vnc over text mode, so ask about that, but only if the KS file doesn't specify anything special       #we prefer vnc over text mode, so ask about that, but only if the KS file doesn't specify anything special
23       if opts.display_mode == 't' and flags.vncquestion:       if opts.display_mode == 't' and flags.vncquestion:
24           title = _("Would you like to use VNC?")           title = _("Would you like to use VNC?")
25  @@ -787,6 +790,9 @@ if __name__ == "__main__":  @@ -771,6 +774,9 @@ if __name__ == "__main__":
26       import instdata       import instdata
27       import floppy       import floppy
28    


Legend:
Removed lines/characters  
Changed lines/characters
  Added lines/characters

admin@koozali.org
ViewVC Help
Powered by ViewVC 1.2.1 RSS 2.0 feed