summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* new keyboards; new lang->keyboard correspondencesPablo Saratxaga2004-05-252-4/+25
|
* don't trust the USB keyboard layout announc when it claims to be "us"Pablo Saratxaga2004-05-251-2/+5
| | | | | | layout (mosdt manufacturers just keep that default value while seeling different layouts)
* - BitTorrent support addedRobert Vojta2004-05-251-0/+6
|
* update 10-37mdk's changelogThierry Vignaud2004-05-251-0/+3
|
* 10-37mdkThierry Vignaud2004-05-251-1/+7
|
* (mapIntfToDevice) only try to lookup pci or usb device by bus locationThierry Vignaud2004-05-251-1/+2
| | | | | | if its location is defined (some driver are returning bogus data on ETHTOOL_GDRVINFO command)
* (get_eth_cards) brown paper bug: fix card name lookup when driver doesThierry Vignaud2004-05-251-1/+1
| | | | | | not support GDRVINFO command from ETHTOOL ioctl and there's only one card managed by this driver
* Fix dropped .txt files when running mkisofs. (Anthill #799)Stew Benedict2004-05-241-2/+2
|
* (mk_frame) minor cleanupThierry Vignaud2004-05-241-1/+1
|
* switch from deprecated OptionMenu into new ComboBox widgetThierry Vignaud2004-05-2411-33/+38
|
* (build_notebook) simplify pull down menu filling and do not duplicate protocolsThierry Vignaud2004-05-241-1/+1
| | | | | list
* Don't hardcode architectureRafael Garcia-Suarez2004-05-241-1/+1
|
* 10-36mdkThierry Vignaud2004-05-241-1/+6
|