summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* don't let slang call setlocale(), we do it ourselvesPascal Rigaux2004-09-031-0/+4
|
* Remove support for looking directly for a hdlist1s.cz file on supplementary CDs.Rafael Garcia-Suarez2004-09-031-24/+1
|
* remove horrible and unneeded workaroundOlivier Blin2004-09-031-1/+1
|
* (configureNetwork2) use key from $intf hash to determine ifcfgOlivier Blin2004-09-031-1/+1
| | | | | | filename (to allow to use weird DEVICE fields, like DEVICE=`/usr/sbin/eaglectrl -i`)
* 10.1-0.20mdkThierry Vignaud2004-09-031-1/+5
|
* shut up perl_checker!Olivier Blin2004-09-031-1/+1
|
* remove test_internet_connection(), use network::test insteadOlivier Blin2004-09-031-17/+0
|
* (get_interface_type) enhance detection for adsl devicesOlivier Blin2004-09-031-1/+2
|
* (write_interface_conf) allow TYPE field, will be used to recognize ADSL ↵Olivier Blin2004-09-031-1/+1
| | | | interfaces
* add one more translatorThierry Vignaud2004-09-031-0/+1
|
* (setupSCSI) load modularized PATA drivers tooThierry Vignaud2004-09-032-3/+3
|
* add disk/ide category since some ATA drivers are currently compiled as modulesThierry Vignaud2004-09-031-0/+1
|
* - sort some categoriesThierry Vignaud2004-09-031-8/+8
| | | | | | | | | | | - add missing drivers: o raid: ipr qla2322 qla6312 qla6322 o ethernet: amd8111e typhoon o gigabit: ixgb s2io via-velocity o sata: sx8 o scsi: dc395x o wireless: atmel_pci hostap_pci hostap_plx prism2_pci
* adapt to new fctStartAdslOlivier Blin2004-09-031-1/+1
|
* add two missing SATA modulesThierry Vignaud2004-09-031-1/+1
|
* *** empty log message ***Pascal Rigaux2004-09-031-1/+159
|
* stage1 terminfo is not available anymore, use our own terminfoPascal Rigaux2004-09-032-0/+2
|
* Don't bypass errorOpeningFile, because it won't ask for further CDsRafael Garcia-Suarez2004-09-031-1/+1
| | | | | anymore... (/me sux)
* now kernel-i686-up-4GB and kernel-p3-smp-64GB are deprecatedFlorent Villard2004-09-031-2/+2
|
* (create_hbox) do not set extra border since we've a generic fix in ↵Thierry Vignaud2004-09-031-1/+1
| | | | _create_window
* (_create_window) prevent inner widgets to stick the windowThierry Vignaud2004-09-031-0/+1
|
* don't exclude Gtk2::Entry fillingDamien Chaumette2004-09-031-1/+1
|
* updated pot filePablo Saratxaga2004-09-021-386/+401
|
* Mandrake -> MandrakelinuxPablo Saratxaga2004-09-021-1/+1
|
* (write_client_conf) fix drakxtools buildThierry Vignaud2004-09-021-1/+1
|
* 10.1-0.19mdkThierry Vignaud2004-09-021-1/+14
|
* reuse mcc icons (if availlable) for windowsThierry Vignaud2004-09-0214-0/+20
|
* reuse icon for windowsThierry Vignaud2004-09-023-0/+3
|
* fix untraslated titleThierry Vignaud2004-09-021-1/+1
|
* do not use supermount by default for removable devicesOlivier Blin2004-09-021-1/+1
|
* set_default: use sync for removable devicesOlivier Blin2004-09-021-0/+1
|
* use proper window & banner iconThierry Vignaud2004-09-021-0/+1
|
* (new) fallback on window'icon for wizardsThierry Vignaud2004-09-021-1/+1
|
* (selectLanguage) tag title as translatableThierry Vignaud2004-09-021-1/+1
|
* set banner title...Thierry Vignaud2004-09-021-0/+2
|
* - add bt878, de2104x, qla2100, sata_sx4Thierry Vignaud2004-09-021-7/+7
| | | | | | | | - 3c559 is dead - hw_random replaced amd7xx_tco, amd768_rng and i810_rng - sort sata driver - tmspci replaced sktr long time ago
* initial import of connection test packageOlivier Blin2004-09-021-0/+158
|
* If a supplementary media is incorrect, continue askingRafael Garcia-Suarez2004-09-022-2/+3
|
* add 3w-9xxxPascal Rigaux2004-09-021-1/+1
|
* Don't log too muchRafael Garcia-Suarez2004-09-021-1/+1
|
* add synaptics in INSTALL sectionOlivier Blin2004-09-021-0/+1
|
* Don't unselect all media in autoinstalls.Rafael Garcia-Suarez2004-09-021-1/+5
|
* replace /etc/udev/conf.d/xxx.conf shell scripts with ↵Pascal Rigaux2004-09-021-5/+1
| | | | /etc/udev/rules.d/xxx.conf conf file
* fix cancel in disk installOlivier Blin2004-09-021-4/+4
|
* adapt to new mirror structureOlivier Blin2004-09-022-6/+4
|
* Allow to deselect media only if the hdlists file contains a line "askmedia"Rafael Garcia-Suarez2004-09-021-2/+5
|
* Don't start network for supplementary media if it is cdrom or diskRafael Garcia-Suarez2004-09-021-1/+1
|
* *** empty log message ***Pascal Rigaux2004-09-011-1/+78
|
* - Do not check for presence of "scanner-gui" during install.Till Kamppeter2004-09-011-1/+1
|
* - Lete the function "start_not_running_service()" really start the specified ↵Till Kamppeter2004-09-011-0/+4
| | | | service if it is not running instead of being a copy of the function "is_service_running()".