summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* run harddrake service earlierThierry Vignaud2004-06-041-1/+1
|
* only big known bug remaining is mouse configurationPascal Rigaux2004-06-031-0/+116
|
* add resolution 1920x1200 called WUXGA (used by Dell Laptops Inspiron 8500, ↵Pascal Rigaux2004-06-031-1/+1
| | | | 8600 and Latitude D800) (bugzilla #6795)
* - stop mounting ext3 partitions using type ext2 during installPascal Rigaux2004-06-021-5/+1
| | | | | - stop fsck'ing ext3 partitions (it was only done during install, not upgrade)
* - add descriptions for NFS and SMB (thanks to bugzilla #9940)Pascal Rigaux2004-06-021-7/+13
| | | | | - don't iterate on %l, better iterate on %types
* Really apply gui fix.Stew Benedict2004-06-011-2/+4
|
* s#ppp/peers/adsl#ppp/peers/ppp0#Damien Chaumette2004-06-011-3/+3
| | | | | as we now use ifup-ppp for adsl, it will look for ppp0
* new way to specify how to up connection for pppoe(xDSL) and others(ADSL)Damien Chaumette2004-06-011-6/+5
|
* Use array rather than hash per Thierry.Stew Benedict2004-06-012-2/+4
| | | | | Insure ftp transfers are binary, fix gui problem (in 10.0 update also).
* rollback weird and ugly workaround when pressing cancel on the ask_warn. The ↵Pascal Rigaux2004-06-011-2/+1
| | | | real fix is in ugtk2.pm
* when wizcancel occurs, ugtk2 object is not destroyed (the garbage collector ↵Pascal Rigaux2004-06-011-1/+1
| | | | | | | seems to have some pbs taking care of this, but since many callbacks using it are registered, it's no wonder) (fixes pressing "Cancel" on a ->ask_warn in wizard mode)
* remove debug messageThierry Vignaud2004-06-011-1/+0
|
* (use_windows) space cleanupThierry Vignaud2004-06-011-1/+2
|
* 10-42mdkThierry Vignaud2004-06-011-1/+13
|
* (lilo_choice) fix error titleThierry Vignaud2004-06-011-1/+1
|
* (set_text): fix "cleanups"Pascal Rigaux2004-06-011-6/+4
|
* (set_text) cleanupsThierry Vignaud2004-06-011-2/+2
|
* handle the nfs/smb service disabled (enhancement given by Olivier Blin)Pascal Rigaux2004-06-011-2/+2
|
* mark it as translatable for non alphabetic languagesThierry Vignaud2004-06-011-1/+1
|
* fix "two windows after exception" bugThierry Vignaud2004-06-011-1/+2
|
* (write_grub_config) do not write partial config file (thus garbaging previousThierry Vignaud2004-06-011-16/+15
| | | | | config) if an error occured
* make LAN wizard more user friendly: move "manual choice" after detectedThierry Vignaud2004-06-011-1/+1
| | | | | interfaces
* (getNet) handle interface w/o ip addressesThierry Vignaud2004-06-011-1/+20
|
* update 10-41mdk's changelogThierry Vignaud2004-05-281-0/+1
|
* 10-41mdkThierry Vignaud2004-05-281-1/+7
|
* (read_all_conf) read VLAN interfaces tooThierry Vignaud2004-05-281-1/+1
|
* (real_main) fix protocol switching from manual to auto when stepping backThierry Vignaud2004-05-281-4/+4
|
* (read_all_conf) read ip aliased interfaces tooThierry Vignaud2004-05-281-1/+1
|
* Typo in tape restore (Federico Belvisi).Stew Benedict2004-05-281-1/+1
|
* 10-40mdkThierry Vignaud2004-05-281-1/+8
|
* (get_eth_cards) fallback on sysfs in order to get driver and cardThierry Vignaud2004-05-281-0/+11
| | | | | | description when ethtool is not supported (eg: ipw2100 driver for intel centrino)
* fix 10-37mdk's indentationThierry Vignaud2004-05-281-3/+4
|
* - drop old internet service codeDamien Chaumette2004-05-271-70/+22
| | | | | - only one way to configure/up/down an adsl connection
* - call remove_initscript because internet service is droppedDamien Chaumette2004-05-271-1/+1
| | | | | - drop write_initscript call
* - kill write_initscriptDamien Chaumette2004-05-271-50/+9
| | | | | - add remove_initscript
* (getNet) ignore loopback deviceThierry Vignaud2004-05-271-1/+1
|
* really chkconfig --add and --del for "diskdrake --fileshare" (thanks to ↵Pascal Rigaux2004-05-271-0/+2
| | | | Olivier Blin)
* 10-39mdkThierry Vignaud2004-05-271-1/+7
|
* instead of removing package nfs-utils or samba-server (when "diskdrake ↵Pascal Rigaux2004-05-271-5/+7
| | | | --fileshare" disables a export kind) (bugzilla #9804)
* new function isTrueLocalFS() to make a distinction between ext3/reiserfs/... ↵Pascal Rigaux2004-05-271-1/+1
| | | | | | | and nfs => allow /home on nfs (bugzilla #7460)
* new function isTrueLocalFS() to make a distinction between ext3/reiserfs/... ↵Pascal Rigaux2004-05-274-6/+9
| | | | | | | and nfs => allow /home on nfs (bugzilla #7460)
* 10-38mdkThierry Vignaud2004-05-271-1/+11
|
* (get_val) reuse c::get_netdevices() and thus skip bogus sit0Thierry Vignaud2004-05-271-3/+7
|
* enabled Latgalian language choice;Pablo Saratxaga2004-05-263-2/+4
| | | | | | prepared for Sardian; rpmsrate: Japanese input method is now "uim"
* /etc/mandrake-release is now /etc/mandrakelinux-releasePascal Rigaux2004-05-263-4/+5
|
* "expert" flag in stage2 is bad and deprecated, removing it!Pascal Rigaux2004-05-261-1/+0
|
* (getNet) reuse c::get_netdevices()Thierry Vignaud2004-05-261-8/+1
|
* (netdevices) introduce it in order to list network interfacesThierry Vignaud2004-05-261-0/+37
|
* (getNet) support br (bridging) and tr (UML) interfaces (florin)Thierry Vignaud2004-05-261-1/+1
|
* Nepali uses devanagari scriptPablo Saratxaga2004-05-251-1/+1
|