summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* pci hardware discovery: do full-probe by defaultThierry Vignaud2003-08-193-10/+7
|
* readd LANGUAGE=CThierry Vignaud2003-08-191-2/+2
|
* Updated Nimbus Sans L font (some wrong cyrillic glyphs fixed byPablo Saratxaga2003-08-191-0/+0
| | | | | Mashrab Kuvatov <kmashrab@uni-bremen.de>)
* fix brown paper bug #4702 ...Thierry Vignaud2003-08-191-1/+1
|
* pablo say that redefining LC_* is useless if LC_ALL is defined as theThierry Vignaud2003-08-191-2/+2
| | | | | later overrides and take priority over the former
* remove broken and unused gtkexpand()Thierry Vignaud2003-08-191-2/+1
|
* full pci probe does not freeze anymore, removing code work-arounding the freezePascal Rigaux2003-08-197-35/+12
|
* perl_checker compliancePascal Rigaux2003-08-194-13/+14
|
* remove unused variableThierry Vignaud2003-08-191-1/+1
|
* fix any::write_passwd_user() callPascal Rigaux2003-08-191-1/+1
|
* add perl_checker hintThierry Vignaud2003-08-191-1/+1
|
* "xxx or xxx" in list context is always bad!Pascal Rigaux2003-08-191-2/+2
|
* perl_checker compliance (revert non usefull titi change)Pascal Rigaux2003-08-191-1/+1
|
* (update_intbutt) consolidate internet connection button switch codeThierry Vignaud2003-08-191-6/+8
|
* Merge from AMD64 branch: lib64 fixesGwenolé Beauchesne2003-08-191-2/+2
|
* Handle /boot/efi as an EFI partitionGwenolé Beauchesne2003-08-191-1/+1
|
* - use real known interface name everywhere not guessed oneThierry Vignaud2003-08-191-34/+39
| | | | | | | | | | (having eth0 and eth9 would resulting in displaying eth0 & eth1 before), thus enabling to get rid of get_eth_ip() - replace build_list() by update_list() that fix flicker on list update: only add/remove added/removed interfaces, just update fields for others
* AMD64 updates for 9.2Gwenolé Beauchesne2003-08-192-112/+129
|
* lib64 fixes. Make sure we grab Gtk2.pmGwenolé Beauchesne2003-08-191-2/+5
|
* Use xf4 on AMD64 tooGwenolé Beauchesne2003-08-192-2/+2
|
* - Don't care about BIGMEM stuff for IA-64 & AMD64Gwenolé Beauchesne2003-08-191-1/+2
| | | | | - Handle platforms that are only aware of all.img
* Handle EFI partitions. umount syscall does not exist on AMD64, use umount2Gwenolé Beauchesne2003-08-191-2/+7
|
* - Merge in AMD64 treeGwenolé Beauchesne2003-08-191-2/+8
| | | | | - Handle EFI partitions on IA-64
* fix internet reconnection in mccDamien Chaumette2003-08-191-2/+1
|
* add resume=/dev/XXX where /dev/XXX is the swap partition (when the swap ↵Pascal Rigaux2003-08-191-0/+5
| | | | partition is bigger than ram size)
* show advanced options by default if --expert was passed or if expectThierry Vignaud2003-08-191-1/+1
| | | | | checkbox was checked (#4353)
* new version from XML docPascal Rigaux2003-08-191-2/+2
|
* remove debug codePascal Rigaux2003-08-191-1/+0
|
* adapt to new documentation layoutPascal Rigaux2003-08-191-28/+34
|
* Fixing Nvidia detection.. Many were missing due to wrong regexpErwan Velu2003-08-191-5/+5
|
* updated pot filePablo Saratxaga2003-08-192-146/+148
|
* Fixed typosPablo Saratxaga2003-08-192-3/+3
|
* 9.2-0.31mdk (aka do not forget about killing poulpy)Thierry Vignaud2003-08-181-3/+7
|
* 9.2-0.30mdkThierry Vignaud2003-08-181-1/+45
|
* updated pot filePablo Saratxaga2003-08-182-435/+536
|
* *** empty log message ***Pascal Rigaux2003-08-181-1/+158
|
* typo fixThierry Vignaud2003-08-181-1/+1
|
* splitted too big text into smaller chunks for translatorsPablo Saratxaga2003-08-181-33/+23
|
* - we do not use anymore perl-GTKThierry Vignaud2003-08-181-3/+1
| | | | | - let be able to parse ugtk2
* - fix up/down interface detectionDamien Chaumette2003-08-181-6/+7
| | | | | | - do not wipe out IP and NETMASK when "No ip" is filled in - fix typo
* display the right information when no selected deviceThierry Vignaud2003-08-181-0/+1
|
* use new create_dialog api to get better modal dialogsThierry Vignaud2003-08-181-3/+4
|
* (_create_dialog, create_dialog) let support the same api as new() andThierry Vignaud2003-08-181-0/+1
| | | | | threat transient option
* perl_checker fixesThierry Vignaud2003-08-181-5/+5
|
* progess -> progress typoStew Benedict2003-08-181-3/+3
|
* updated Czech, Indonesian, Norwegian and Uzbek filesPablo Saratxaga2003-08-181-15/+20
|
* sort modules and directories in treeviewThierry Vignaud2003-08-181-2/+2
|
* - fix long-standing broken mkbootdisk call bugThierry Vignaud2003-08-181-6/+9
| | | | | - btw fix the passing of mkinirtd arguments to mkbootdisk
* - save the modules list on exit and restore it on loadThierry Vignaud2003-08-181-4/+23
| | | | | | - simplify modules list managment btw - consolidate some code in get_file_size()
* try to be more user friendly:Thierry Vignaud2003-08-181-25/+6
| | | | | | | | - if no error, display a success message, then exit - on error, instead of displaying the raw exit code that has no meaning for the end user, display in red the log message of mkbootdisk - remove insane expert button and so called expert frame