summaryrefslogtreecommitdiffstats
path: root/perl-install/network
Commit message (Collapse)AuthorAgeFilesLines
...
* - don't use fs::get_info_from_fstab() in install_any::use_root_part() to be ↵Pascal Rigaux2004-09-201-1/+1
| | | | | | | | | able to handle renamed devices - fs::get_info_from_fstab() doesn't take a prefix anymore - small perl_checker fix in install_any.pm
* (configureNetwork2) really enable zeroconf if zeroconf is requestedOlivier Blin2004-09-171-1/+5
|
* (configureNetwork2) write blank zeroconf hostname if zeroconf isOlivier Blin2004-09-171-1/+2
| | | | | disabled, else drakconnect will assume it is enabled
* (configureNetwork2) use services do disable zeroconf, do not disableOlivier Blin2004-09-171-1/+5
| | | | | if it doesn't exist (to avoid warnings in console)
* (configure_eth_aliases) don't write aliases for pcmcia cards butOlivier Blin2004-09-171-1/+7
| | | | | | | remove them, or else the pcmcia service won't be started correctly (the ethernet module being loaded, pcmcia_core would be loaded too, and the pcmcia service would think it is already started ...)
* (configure_eth_aliases) kill code that can't do anything goodOlivier Blin2004-09-171-1/+0
| | | | | (remove_alias isn't intended to be used with the module name)
* (adsl_conf_backend) make sure the speedtch kernel module won't be hiddenOlivier Blin2004-09-171-1/+3
|
* don't support all slmodem cards, our agreement forbid it :-/Olivier Blin2004-09-161-1/+2
|
* (read_all_conf) use network::tools to probe connection typeOlivier Blin2004-09-161-1/+3
|
* fixed typo (no spaces before question marks in English)Pablo Saratxaga2004-09-161-1/+1
|
* stop capi service before new config is written so that capiinit can unload ↵Olivier Blin2004-09-162-2/+5
| | | | the old driver
* do not ask "capidrv or capidrv ?" ...Olivier Blin2004-09-161-1/+2
|
* make isdn over capi work againOlivier Blin2004-09-162-6/+4
|
* install unicorn-kernel package if availableOlivier Blin2004-09-151-1/+3
|
* add "Unlisted - edit manually" entry in modem provider list (fix #11549)Olivier Blin2004-09-151-9/+12
|
* do not add prefix in path given to ensure_is_installed ! (i.e. replace ↵Olivier Blin2004-09-153-16/+17
| | | | untested code with untested code), fix #11547 and more
* add commentOlivier Blin2004-09-151-0/+2
|
* (adsl_conf_backend) don't create empty pppoe.conf if the package isn'tOlivier Blin2004-09-151-7/+11
| | | | | installed
* load modules and run start programs in standalone too, so that it willOlivier Blin2004-09-151-7/+5
| | | | | work even if the packages have just been installed
* fix PPPoA caseThierry Vignaud2004-09-152-3/+3
|
* adapt to kernel packages namingOlivier Blin2004-09-141-2/+2
|
* allow to configure slmodemOlivier Blin2004-09-141-0/+2
|
* (get_eth_cards) document it somewhatThierry Vignaud2004-09-141-0/+13
|
* (get_eth_cards_names) let detect_devices->firewire_probe() set theThierry Vignaud2004-09-141-6/+1
| | | | | device description
* (get_eth_cards) workaround buggy eth1394 that returs a bogus driverThierry Vignaud2004-09-141-0/+1
| | | | | name for the GDRVINFO command of the ETHTOOL ioctl returns
* (get_eth_cards_names) set a sensible name for firewire networkThierry Vignaud2004-09-141-1/+6
| | | | | adapters in order to make GUIes look more user friendly
* (get_eth_cards_names) remove unused parameterOlivier Blin2004-09-143-3/+3
|
* (configureNetwork2) configure eth aliases, needs modules_confOlivier Blin2004-09-143-4/+5
|
* (configure_eth_aliases) errm, use modules_confOlivier Blin2004-09-141-1/+1
|
* do not configure eth aliases in various places, move aliasesOlivier Blin2004-09-141-10/+3
| | | | | configuration code from get_eth_cards_names to configure_eth_aliases
* syntax changes in winbind smb.conf (errors in /var/log/messages)Stew Benedict2004-09-141-3/+3
|
* cleanup, remove unused parameters and commentsOlivier Blin2004-09-141-2/+1
|
* (write_config) remove unused parameterOlivier Blin2004-09-141-1/+1
|
* (setup_capi_conf) use capi4linux file to detect isdn4k-utils packageOlivier Blin2004-09-141-1/+1
|
* (adsl_conf_backend) move isdn4k-utils installation hereOlivier Blin2004-09-141-0/+1
|
* (adsl_conf_backend) remove ifcfg-sagemOlivier Blin2004-09-141-1/+3
|
* (setup_capi_conf) install firmware if neededOlivier Blin2004-09-141-0/+3
|
* upcase acronymsThierry Vignaud2004-09-141-1/+1
|
* support dsl over capiOlivier Blin2004-09-141-8/+29
|
* (adsl_conf_backend) support dsl over capiOlivier Blin2004-09-141-2/+39
|
* (setup_capi_conf) do not do dsl-specific stuff hereOlivier Blin2004-09-141-9/+1
|
* fix typoOlivier Blin2004-09-131-4/+4
|
* (setup_capi_conf) install isdn4k-utilsOlivier Blin2004-09-131-0/+2
|
* (get_default_ippp_interface) use interfaces with true DIAL_ON_IFUPOlivier Blin2004-09-131-1/+1
|
* do not auto-select static/dhcp if the provider uses pppoeOlivier Blin2004-09-131-1/+1
|
* only write ifcfg-sagem when neededOlivier Blin2004-09-131-6/+6
|
* add isdn_driver step to be able to choose between hisax and capi driversOlivier Blin2004-09-131-5/+25
|
* handle capi driversOlivier Blin2004-09-131-8/+61
|
* do not ask if network should be started on boot if it has already beenOlivier Blin2004-09-101-1/+1
| | | | | asked during pseudo-lan configuration
* fix stupid thingsOlivier Blin2004-09-101-3/+3
|