/[smeserver]/rpms/anaconda/sme8/anaconda-11.1.2.168-smepatches.patch
ViewVC logotype

Diff of /rpms/anaconda/sme8/anaconda-11.1.2.168-smepatches.patch

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

Revision 1.1 by slords, Tue Apr 14 19:25:04 2009 UTC Revision 1.3 by slords, Mon Apr 27 17:33:55 2009 UTC
# Line 1  Line 1 
1  diff -up anaconda-11.1.2.168/anaconda.smepatches anaconda-11.1.2.168/anaconda  diff -up anaconda-11.1.2.168/anaconda.smepatches anaconda-11.1.2.168/anaconda
2  --- anaconda-11.1.2.168/anaconda.smepatches     2008-12-18 03:21:19.000000000 -0700  --- anaconda-11.1.2.168/anaconda.smepatches     2008-12-18 03:21:19.000000000 -0700
3  +++ anaconda-11.1.2.168/anaconda        2009-04-14 12:35:22.000000000 -0600  +++ anaconda-11.1.2.168/anaconda        2009-04-14 12:35:22.000000000 -0600
4  @@ -992,6 +992,9 @@ if __name__ == "__main__":  @@ -767,6 +767,9 @@
5           anaconda.dispatch.skipStep("bootloadersetup", permanent = 1)           else:
6           anaconda.dispatch.skipStep("instbootloader", permanent = 1)               opts.display_mode = 'g'
7        
8    +    # we don't want to ask about vnc
9    +    flags.vncquestion = False
10    +
11         #we prefer vnc over text mode, so ask about that, but only if the KS file doesn't specify anything special
12         if opts.display_mode == 't' and flags.vncquestion:
13             title = _("Would you like to use VNC?")
14    @@ -787,6 +790,9 @@
15         import instdata
16         import floppy
17    
18  +    # we don't want to waste time probing  +    # we don't want to waste time probing
19  +    opts.isHeadless = 1  +    opts.isHeadless = 1
20  +  +
21       # set up the headless case       if not opts.isHeadless:
22       if opts.isHeadless == 1:           try:
23           anaconda.id.setHeadless(opts.isHeadless)               import xsetup
24  diff -up anaconda-11.1.2.168/bootloader.py.smepatches anaconda-11.1.2.168/bootloader.py  diff -up anaconda-11.1.2.168/bootloader.py.smepatches anaconda-11.1.2.168/bootloader.py
25  --- anaconda-11.1.2.168/bootloader.py.smepatches        2008-12-18 03:21:19.000000000 -0700  --- anaconda-11.1.2.168/bootloader.py.smepatches        2008-12-18 03:21:19.000000000 -0700
26  +++ anaconda-11.1.2.168/bootloader.py   2009-04-14 12:36:12.000000000 -0600  +++ anaconda-11.1.2.168/bootloader.py   2009-04-14 12:36:12.000000000 -0600
# Line 204  diff -up anaconda-11.1.2.168/kickstart.p Line 214  diff -up anaconda-11.1.2.168/kickstart.p
214  diff -up anaconda-11.1.2.168/lang-table.smepatches anaconda-11.1.2.168/lang-table  diff -up anaconda-11.1.2.168/lang-table.smepatches anaconda-11.1.2.168/lang-table
215  --- anaconda-11.1.2.168/lang-table.smepatches   2008-12-18 03:21:19.000000000 -0700  --- anaconda-11.1.2.168/lang-table.smepatches   2008-12-18 03:21:19.000000000 -0700
216  +++ anaconda-11.1.2.168/lang-table      2009-04-14 12:52:14.000000000 -0600  +++ anaconda-11.1.2.168/lang-table      2009-04-14 12:52:14.000000000 -0600
217  @@ -1,54 +1,20 @@  @@ -1,54 +1,21 @@
218  -Afrikaans      af      latarcyrheb-sun16       af_ZA.UTF-8     us      Africa/Johannesburg  -Afrikaans      af      latarcyrheb-sun16       af_ZA.UTF-8     us      Africa/Johannesburg
219  -Arabic ar      latarcyrheb-sun16       ar_SA.UTF-8     us      Asia/Riyadh  -Arabic ar      latarcyrheb-sun16       ar_SA.UTF-8     us      Asia/Riyadh
220  -Assamese       as      none    as_IN.UTF-8     us      Asia/Calcutta  -Assamese       as      none    as_IN.UTF-8     us      Asia/Calcutta
# Line 219  diff -up anaconda-11.1.2.168/lang-table. Line 229  diff -up anaconda-11.1.2.168/lang-table.
229   Danish da      latarcyrheb-sun16       da_DK.UTF-8     dk      Europe/Copenhagen   Danish da      latarcyrheb-sun16       da_DK.UTF-8     dk      Europe/Copenhagen
230   Dutch  nl      latarcyrheb-sun16       nl_NL.UTF-8     nl      Europe/Amsterdam   Dutch  nl      latarcyrheb-sun16       nl_NL.UTF-8     nl      Europe/Amsterdam
231   English        en      latarcyrheb-sun16       en_US.UTF-8     us      America/New_York   English        en      latarcyrheb-sun16       en_US.UTF-8     us      America/New_York
232  -Estonian       et      latarcyrheb-sun16       et_EE.UTF-8     et      Europe/Tallinn   Estonian       et      latarcyrheb-sun16       et_EE.UTF-8     et      Europe/Tallinn
233  -Finnish        fi      latarcyrheb-sun16       fi_FI.UTF-8     fi      Europe/Helsinki  -Finnish        fi      latarcyrheb-sun16       fi_FI.UTF-8     fi      Europe/Helsinki
234   French fr      latarcyrheb-sun16       fr_FR.UTF-8     fr-latin1       Europe/Paris   French fr      latarcyrheb-sun16       fr_FR.UTF-8     fr-latin1       Europe/Paris
235   German de      latarcyrheb-sun16       de_DE.UTF-8     de-latin1-nodeadkeys    Europe/Berlin   German de      latarcyrheb-sun16       de_DE.UTF-8     de-latin1-nodeadkeys    Europe/Berlin


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