summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
...
* display "$vendor cpu number $id" for cpus in harddrake guiThierry Vignaud2002-10-161-1/+4
|
* getCPUs() : fix multiples cpu detectionThierry Vignaud2002-10-161-5/+3
|
* fix Gtk::CTree:insert_node inversing devices orderThierry Vignaud2002-10-161-4/+1
|
* miaouhThierry Vignaud2002-10-161-1/+1
|
* use code factored in detect_devices for modem detectionThierry Vignaud2002-10-161-8/+2
|
* 1.1.10-1mdkThierry Vignaud2002-10-161-2/+19
|
* bit me!Thierry Vignaud2002-10-161-1/+2
|
* -add cpus detectionThierry Vignaud2002-10-165-41/+25
| | | | | | | - update todo list - perl_checker fix
* buildrequires: libext2fs-develThierry Vignaud2002-10-161-1/+1
|
* add Pioneer to vendors listThierry Vignaud2002-10-151-0/+42
|
* display again unknown category (spoted by florent beranger)Thierry Vignaud2002-10-151-9/+1
|
* Hide password to browse W2k servers. (Buchan Milne).Stew Benedict2002-10-142-1/+2
| | | | | Domain name to all caps in smb.conf. (Buchan Milne).
* Finish thin client setup option.Stew Benedict2002-10-141-2/+93
|
* - fix typosThierry Vignaud2002-10-141-3/+10
| | | | | | | | | | | | | | - when something is eating io bandwith, drakbug is very slow to scroll the menu, since on each item selection, it does rpm db access. solution : o cache rpm result in %packages o only call rpm & which if nothing is cached - if there's the selected package isn't installed, just print "package not installed" (and translate that)
* Read/Write thin client configuration.Stew Benedict2002-10-121-66/+183
| | | | | | Add draktermserv config to enable/disable thin clients. Update documentation.
* fix speedtouch detectionDamien Chaumette2002-10-111-1/+2
|
* updated Catalan and Portuguese filesPablo Saratxaga2002-10-111-0/+1
|
* Dynamic IP pool for client machines.Stew Benedict2002-10-111-72/+110
| | | | | | Don't require image for PCI clients. Perl_checker fixes.
* Correct typo in create boot ISO codeStew Benedict2002-10-101-2/+3
| | | | | Add note in help about optional net boot image entry for PCI cards
* notify if speedtouch is detected or notDamien Chaumette2002-10-101-13/+9
|
* - move serial modem detection to detect_devices.pmDamien Chaumette2002-10-102-32/+43
| | | | | | - add speedtouch USB detection - add winmodem detection
* add a warning window for winmodemsDamien Chaumette2002-10-101-5/+15
|
* don't use ugtk directlyThierry Vignaud2002-10-091-3/+19
|
* update from oem patchThierry Vignaud2002-10-021-3/+3
|
* patch necessary for oem to work nicely and the two rpmsrate that allowFrancois Pons2002-10-023-0/+1155
| | | | | CD of 700MB to be used.
* try to fix my fix for blankGuillaume Cottenceau2002-10-022-2/+2
|
* fix nforce (from francois oem patch)Thierry Vignaud2002-10-021-0/+35
|
* try to make the install work in "blank" mode (aka fix pixelGuillaume Cottenceau2002-10-021-1/+1
| | | | | sucked when changed modules.pm code, not handling blank mode)
* harddrake-ui doesn't need the same obsoletes/provides as harddrake,Thierry Vignaud2002-10-011-2/+0
| | | | | else we may require harddrake-ui on update (thus XFree86 ...)
* fixed oem images management not working at all!Francois Pons2002-10-011-16/+22
|
* forking ugtk, sorry guys. reverted last patchdamien2002-10-011-108/+34
|
* mdk icon_path are added heredamien2002-10-011-0/+1
|
* cleaned, readded needed hack, removed mdk specific functions, added libconf ↵damien2002-10-011-34/+108
| | | | GUI, WARNING, create_dialog API changed
* drop "notail" when filesystem is not reiserfsPascal Rigaux2002-09-301-0/+2
|
* added possible fix for noauto: flag of hdlist not generating good list file.Francois Pons2002-09-301-4/+14
|
* workaround situation when /etc/resolv.conf is an absolute link to ↵Guillaume Cottenceau2002-09-261-1/+3
| | | | /etc/ppp/resolv.conf or whatever
* log install class selectionGuillaume Cottenceau2002-09-251-2/+8
|
* handle nvaudio tooThierry Vignaud2002-09-251-1/+2
|
* do not allow to create user "root" (thanks to Eric Fernandez)Pascal Rigaux2002-09-251-1/+1
|
* fix raidAutoStartRaidtab crushing /etc/raidtabPascal Rigaux2002-09-241-2/+4
|
* also create a raidtab if it doesn't exist (occurs when / has been formatted)Pascal Rigaux2002-09-242-0/+20
|
* fix raidAutoStartRaidtab crushing /etc/raidtabPascal Rigaux2002-09-241-0/+19
|
* remember to factorize this with rpmdrake's wait messages in my_gtkThierry Vignaud2002-09-241-0/+1
|
* ignore_list is uselessThierry Vignaud2002-09-241-2/+1
|
* remove "bogus periodic check 2" from periodic checks pageThierry Vignaud2002-09-241-2/+1
|
* let simplifyThierry Vignaud2002-09-241-2/+1
|
* Fix configureNetwork to fit with new any::load_category_prompt_for_more behaviorDamien Chaumette2002-09-241-1/+1
|
* change load_category__prompt_for_more dying 'already displayed' in returnDamien Chaumette2002-09-241-1/+2
|
* dams fix enable to get rid of the infamous ugly gtk timeoutThierry Vignaud2002-09-241-12/+0
|
* from dams:Thierry Vignaud2002-09-241-6/+9
| | | | | | | | | | | | | remove his ugly hack for mcc which altered the scrolledwindow's "bordure" to hide it. this used to be done through a gtk timer (hance the ugly flash on first display of notebook pages) now createScrolledWindow take a new optional argument that enable to hide the border the right way thanks dams