summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* fix the various transient on {rwindow} (or even {window} ?) not working ↵Pascal Rigaux2005-01-2211-16/+16
| | | | | | | anymore on the MagicWindow (maybe the code could be simplified since it should now work even when embedded (?))
* allow using {real_window} instead of {rwindow}{real_window}Pascal Rigaux2005-01-221-0/+1
| | | | | (esp. for set_transient_for for which we can't easily do some magic)
* updated pot filePablo Saratxaga2005-01-221-924/+927
|
* Drop quasi-pxe setup in dhcp.conf as we can use real pxe now.Stew Benedict2005-01-211-17/+5
| | | | | Perl_checker fixes.
* 10.2-0.15mdkThierry Vignaud2005-01-211-1/+5
|
* Test image for 10.2 betaFlorent Villard2005-01-212-0/+0
|
* *** empty log message ***Pascal Rigaux2005-01-211-1/+48
|
* fix check_valid()Pascal Rigaux2005-01-211-0/+2
|
* - rename Xconfig::main::is_valid() to Xconfig::main::check_valid() and ↵Pascal Rigaux2005-01-211-6/+8
| | | | | | | return the cause of the error - ensure an empty config file doesn't make it display "Your Xorg configuration file is broken..."
* do show_all on the real window (this is used by drakloop)Pascal Rigaux2005-01-211-1/+1
|
* - main loop fixDaouda Lo2005-01-211-41/+12
| | | | | | - remove dead code - cleanups
* 10.2-0.14mdkThierry Vignaud2005-01-211-1/+5
|
* tag devices as bridges later so that pcmcia controllers got a chanceThierry Vignaud2005-01-211-9/+9
| | | | | to be detected
* updates from baud:Thierry Vignaud2005-01-211-0/+28
| | | | | | | | - add "Czech Republic|Cesky Telecom" - add "Switzerland|Tiscali.ch" - add "Tunisia|Planet.tn" - add dns servers to "Israel|Bezeq"
* 10.2-0.13mdkThierry Vignaud2005-01-211-1/+11
|
* fix subdialogs when embedded in mccThierry Vignaud2005-01-211-1/+2
|
* fix banner's title by initializing mcc domain before ugtk2Thierry Vignaud2005-01-211-3/+4
|
* *** empty log message ***Pascal Rigaux2005-01-211-1/+88
|
* minimal XkbModel supportPascal Rigaux2005-01-212-4/+34
|
* - don't write /etc/mdadm.conf when no raidPascal Rigaux2005-01-211-1/+3
| | | | | | - use option "auto=yes" in mdadm.conf to ensure mdadm will create /dev/mdX devices when needed (those are not there when using udev and neither kernel raid autostart nor initrd created the raid)
* not useful anymore (maybe others are unneeded too?)Pascal Rigaux2005-01-201-3/+0
|
* we want /mnt at the root of the rescuePascal Rigaux2005-01-201-0/+2
|
* restore previous network::ethernet::get_eth_cards_names() behaviourPascal Rigaux2005-01-203-10/+10
| | | | | (i got hit by { map ... }; being a block and not a hash ref)
* add lspcidrakePascal Rigaux2005-01-201-1/+2
|
* snd-azx was renamed as snd-hda-intel in ALSA's CVS, so let's prepareThierry Vignaud2005-01-202-1/+2
| | | | | ground for future
* handle disk install from SATA drivesThierry Vignaud2005-01-201-1/+1
|
* (default_packages) simplify through ↵Thierry Vignaud2005-01-201-3/+3
| | | | modules::append_to_modules_loaded_at_startup_for_all_kernels()
* (append_to_modules_loaded_at_startup_for_all_kernels) introduce itThierry Vignaud2005-01-201-0/+4
| | | | | (wrapper around append_to_modules_loaded_at_startup())
* (default_packages) handle buggy laptops that're unusable withoutThierry Vignaud2005-01-201-0/+4
| | | | | laoding acerhk module
* - farsync & sdladrv are wan drivers, so move them out of ethernet listThierry Vignaud2005-01-201-2/+3
| | | | | | into new wlan list - list other wlan drivers
* fix typo in commentThierry Vignaud2005-01-201-1/+1
|
* add missing drivers:Thierry Vignaud2005-01-201-2/+2
| | | | | | - pcips2 serial driver - dpc7146 & zr36067 tv drivers
* add missing cx8800 tv driverThierry Vignaud2005-01-201-1/+1
|
* add missing drivers:Thierry Vignaud2005-01-201-4/+5
| | | | | | | | | - synclinkmp serial driver - sungem & sunhme net drivers - fm801-gp, lightning, ns558 & vortex joystick driver - it821x & megaraid_mbox RAID driver (first new one being new in 2.6.10, second one having been added in 10.1_64bit)
* (load_category__prompt_for_more)Thierry Vignaud2005-01-201-1/+1
| | | | | | | - fix missing help for SCSI - display it too for non SCSI disks that're handled as SCSI ones (USB, Firewire, SATA, raid ...)
* sync with list_modules.plThierry Vignaud2005-01-201-0/+3
|
* commentThierry Vignaud2005-01-201-0/+1
|
* move SATA in its own categoryThierry Vignaud2005-01-205-7/+8
|
* use ->ask_from instead of ->ask_from_listf (keeping the same GUI behaviour)Pascal Rigaux2005-01-191-5/+7
|
* (switch) add hint for translatorThierry Vignaud2005-01-191-0/+3
|
* 10.2-0.12mdkThierry Vignaud2005-01-191-1/+18
|
* adapt to new network::ethernet::get_eth_cards_names() prototypePascal Rigaux2005-01-191-6/+6
|
* fix generating compssUsers.flat (was broken because of the CAT_xxx switch)Pascal Rigaux2005-01-181-1/+1
|
* fix broken focus during installPascal Rigaux2005-01-181-0/+2
|
* fix *old* typoPascal Rigaux2005-01-181-1/+1
|
* fix building imagesPascal Rigaux2005-01-181-1/+1
|
* VERSION is now DISTRIB_VERSIONPascal Rigaux2005-01-181-1/+1
|
* include gi/Makefile.config to have DISTRIB_DESCR definedPascal Rigaux2005-01-181-0/+1
|
* *** empty log message ***Pascal Rigaux2005-01-181-1/+162
|
* auto_install compatibility: CAT_SYSTEM used to be selected by defaultPascal Rigaux2005-01-181-0/+2
|