summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
...
* - fix _find_imgfile()Pascal Rigaux2004-03-191-8/+13
| | | | | - cleanup
* devfs=mount is the default for kernel 2.6 (what about 2.4 ?), so one needPascal Rigaux2004-03-191-4/+2
| | | | | devfs=nomount when devfsd is not installed
* adapt to devfs (?) naming which breaks compatibility (bugzilla #9029)Pascal Rigaux2004-03-191-2/+3
|
* eagle-usb maintainers ask not to fill dns by default because ppp willThierry Vignaud2004-03-191-1/+1
| | | | | return better one through peerdns option
* dnsX were renamed as dnsServerX+1 long time ago and are managed oneThierry Vignaud2004-03-191-4/+0
| | | | | step earlier
* (switch) perl_checker fixThierry Vignaud2004-03-191-1/+1
|
* Add icons for localedrake menu entryDavid Baudens2004-03-185-7/+17
|
* move the DRIVER part from INSTALL to SYSTEMFlorent Villard2004-03-181-5/+9
| | | | | fix speedtouch-mgm -> mgmt
* use mdk icon for drakupsThierry Vignaud2004-03-181-0/+0
|
* Add kdegraphics-common in GRAPHICS sectionDavid Baudens2004-03-181-0/+1
|
* fix bad indentationFlorent Villard2004-03-181-1/+1
|
* install alsa-utils if needed (#6288)Thierry Vignaud2004-03-181-0/+1
|
* fix obvious wrong lookup (at install time, we must check installedThierry Vignaud2004-03-181-12/+12
| | | | | root fs instead of /)
* always offer to restart adsl connectionsThierry Vignaud2004-03-181-2/+1
|
* *** empty log message ***Pascal Rigaux2004-03-181-1/+72
|
* only warn about 2.4.x kernel for bewan modemThierry Vignaud2004-03-181-1/+1
|
* new helper function may_set_icon that takes care of missing wiz_default_up ↵Pascal Rigaux2004-03-181-4/+10
| | | | during install
* not guessing a geometry when default_ok is no big dealPascal Rigaux2004-03-181-1/+2
|
* only kill pppoa for sagem modem (eg for bewan, we use pppoa plugin forThierry Vignaud2004-03-181-1/+2
| | | | | ppp)
* reput back drakupsThierry Vignaud2004-03-181-1/+1
|
* fix bewan support by providing an ad-how /etc/ppp/optionsThierry Vignaud2004-03-181-0/+25
|
* install kernel-2.4.x for pci modems whose binary driver isn't portedThierry Vignaud2004-03-181-0/+1
| | | | | on 2.6.x
* only warn about the fact we need 2.4.x kernel when we're under 2.6.xThierry Vignaud2004-03-181-2/+2
|
* Gnome Low-Saxon translations use "nds_DE", putting it on LANGUAGEPablo Saratxaga2004-03-181-1/+1
|
* 10-24mdkThierry Vignaud2004-03-171-1/+50
|
* add "diskdrake --change-geometry=<device>=[<cylinders>,]<heads>,<sectors>" toPascal Rigaux2004-03-171-1/+8
| | | | | | | allow forcing the geometry used in the partition table. This allows helping poor Windows booting using old int13 function 2. This should work when Windows has not been resized.
* do not alter oss<->alsa drivers mapping table (olivier blin, #8501)Thierry Vignaud2004-03-171-7/+7
|
* When current driver doesn't match current sound card (because soundThierry Vignaud2004-03-171-0/+3
| | | | | | | | card has been replaced for example), draksound allows to choose the driver between current driver and its alternatives, but does not propose default driver and alternatives for current sound card. So available drivers don't match current sound card (olivier blin, #8501)
* fix dm restartThierry Vignaud2004-03-171-1/+2
|
* remove /etc/asound.state *before* restarting sound serviceThierry Vignaud2004-03-171-1/+1
|
* enlarge steps window (no pb since the window is invisible) (bugzilla #8985)Pascal Rigaux2004-03-171-2/+2
|
* *** empty log message ***Pascal Rigaux2004-03-171-1/+45
|
* community install logoFlorent Villard2004-03-171-0/+0
|
* roll-back bogus dadou commitThierry Vignaud2004-03-171-3/+3
|
* fix pci modem support:Thierry Vignaud2004-03-171-9/+14
| | | | | | | - handle manually installed drivers - removed urpmi sources - faster checking for driver presence
* UpdateDavid Baudens2004-03-171-3/+3
|
* s/glade/glade2/Florent Villard2004-03-171-1/+1
|
* UpdateDavid Baudens2004-03-171-3/+3
|
* Fix my mistake (forgot to cvs up before commit)David Baudens2004-03-171-1/+3
|
* UpdateDavid Baudens2004-03-171-6/+4
|
* *** empty log message ***Pascal Rigaux2004-03-171-1/+214
|
* add set_best_geometry_for_the_partition_table to use the hd geometry instead ↵Pascal Rigaux2004-03-173-14/+142
| | | | of the physical geometry returned by the kernel (since for now i can't have bios geometry on 2.6)
* misc perl_checker cleanupThierry Vignaud2004-03-171-1/+1
|
* remove debug statementsThierry Vignaud2004-03-171-2/+0
|
* fix no information for drivers that do not support ethtool ioctl (eg:Thierry Vignaud2004-03-171-1/+10
| | | | | | sk98lin): try to match the device by interface name and driver name (won't work for several cards managed by the same driver)
* - sector2CHS() now gives sector number starting at 0Pascal Rigaux2004-03-171-3/+3
| | | | | - CHS2rawCHS() takes care of giving sector number starting at 1
* (get_eth_cards) if SIOCETHTOOL ioctl is not supported by driver, tryThierry Vignaud2004-03-171-0/+4
| | | | | | to lookup card by driver in devices list (if there's only one physical card managed by this driver)
* use std bannerThierry Vignaud2004-03-171-1/+4
|
* use new $ugtk2::wm_icon for x11 iconThierry Vignaud2004-03-175-7/+6
|
* (_create_dialog) set x11 icon for dialogs tooThierry Vignaud2004-03-171-0/+1
|