Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (easy_dhcp) handle pcmci card too | Thierry Vignaud | 2004-08-17 | 1 | -1/+1 |
| | |||||
* | fix suckiness (write proper iftab) | Olivier Blin | 2004-08-17 | 1 | -1/+1 |
| | |||||
* | NET_INTERFACE should be ppp0 for pppoe too | Olivier Blin | 2004-08-16 | 1 | -1/+2 |
| | |||||
* | add reminder about external ISDN modems (special init string) | Olivier Blin | 2004-08-16 | 1 | -0/+3 |
| | |||||
* | do not write noipdefault in /etc/ppp/peers/ppp0 for pptp connections | Olivier Blin | 2004-08-16 | 1 | -1/+2 |
| | |||||
* | (adsl_probe_info) net_cnx_up is obsolete, pptp info is available in | Olivier Blin | 2004-08-16 | 1 | -2/+0 |
| | | | | | ppp config files | ||||
* | (adsl_conf_backend) don't write net cnx scripts, internet service | Olivier Blin | 2004-08-16 | 1 | -2/+0 |
| | | | | | should be dead | ||||
* | remove useless assignment (already done in adsl_protocol step) | Olivier Blin | 2004-08-16 | 1 | -1/+0 |
| | |||||
* | fix pppoe with sagem (write ETH=`/usr/sbin/eaglectrl -i` instead of ETH=sagem) | Olivier Blin | 2004-08-16 | 1 | -1/+2 |
| | |||||
* | don't configure firewall after configuring network during install | Pascal Rigaux | 2004-08-16 | 1 | -5/+0 |
| | | | | | (in summary you can configure firewall directly) | ||||
* | (write_interface_conf) do not write undefined MAC address in iftab | Olivier Blin | 2004-08-13 | 1 | -2/+2 |
| | |||||
* | write interface MAC address in iftab | Olivier Blin | 2004-08-12 | 1 | -0/+3 |
| | |||||
* | errm, don't commit crappy gnome proxy handling for now | Olivier Blin | 2004-08-12 | 1 | -34/+0 |
| | |||||
* | (write_interface_conf) simplify HWADDR assignment and define | Olivier Blin | 2004-08-12 | 1 | -8/+37 |
| | | | | | $mac_address (will be used later for /etc/iftab) | ||||
* | kill unused variables | Olivier Blin | 2004-08-12 | 1 | -2/+2 |
| | |||||
* | kill deprecated parts | Olivier Blin | 2004-08-12 | 1 | -36/+0 |
| | |||||
* | set both NET_DEVICE and NET_INTERFACE in automatic lan configuration | Olivier Blin | 2004-08-12 | 1 | -1/+1 |
| | | | | | (network install) | ||||
* | set NET_DEVICE and NET_INTERFACE for lan and adsl dhcp/manual connections | Olivier Blin | 2004-08-12 | 1 | -0/+1 |
| | |||||
* | remove unused variable in network::netconnect, thanks perl_checker | Olivier Blin | 2004-08-10 | 1 | -2/+1 |
| | |||||
* | add some FIXME comments in network::netconnect | Olivier Blin | 2004-08-10 | 1 | -2/+2 |
| | |||||
* | network::tools::connect_prog shouldn't be used/written anymore now | Olivier Blin | 2004-08-10 | 1 | -41/+0 |
| | |||||
* | kill some more connect/disconnect_file | Olivier Blin | 2004-08-10 | 1 | -6/+1 |
| | |||||
* | mount /proc, /sys and /proc/usb/usb in $prefix ASAP instead of doing it at ↵ | Pascal Rigaux | 2004-08-10 | 1 | -6/+0 |
| | | | | various places | ||||
* | mounting device "none" is cleaner | Pascal Rigaux | 2004-08-10 | 1 | -1/+1 |
| | |||||
* | in netconnect::(start|stop)_internet, use (connect|disconnect)_backend | Olivier Blin | 2004-08-09 | 1 | -2/+2 |
| | |||||
* | perl_checker prototype compliance | Pascal Rigaux | 2004-08-09 | 1 | -6/+6 |
| | |||||
* | perl_checker compliance + cleanup | Pascal Rigaux | 2004-08-09 | 1 | -14/+14 |
| | |||||
* | s/iwpconfig/iwconfig | Funda Wang | 2004-08-08 | 1 | -1/+1 |
| | |||||
* | (network::adsl::adsl_conf_backend) add ppp_async alias for sagem | Olivier Blin | 2004-08-06 | 1 | -2/+3 |
| | | | | | devices (so that they work during install) | ||||
* | (adsl_conf_backend) let's have a better looking mesage | Thierry Vignaud | 2004-08-06 | 1 | -1/+1 |
| | |||||
* | fix titypo | Olivier Blin | 2004-08-06 | 1 | -1/+1 |
| | |||||
* | try to load all modules that may be needed to establish connexion | Olivier Blin | 2004-08-06 | 1 | -2/+4 |
| | |||||
* | (adsl_conf_backend) only try to mount /proc if it wasn't (eg if we | Thierry Vignaud | 2004-08-06 | 1 | -1/+1 |
| | | | | | didn't intall any packages) | ||||
* | try to mount proc fs too, in case it wasn't done earlier | Olivier Blin | 2004-08-06 | 1 | -0/+1 |
| | |||||
* | use the new kdenetwork-kppp-provider package (thanks Laurent !) to be | Olivier Blin | 2004-08-06 | 1 | -0/+1 |
| | | | | | able to parse the provider db without requiring kdenetwork-kppp | ||||
* | set netcnx type when an external isdn modem is selected, or else | Olivier Blin | 2004-08-05 | 1 | -1/+1 |
| | | | | | modem::ppp_read_conf will crash (Anthill #1033) | ||||
* | try to mount usbdevfs in $::prefix before attempting to run adsl start | Olivier Blin | 2004-08-05 | 1 | -1/+5 |
| | | | | | programs | ||||
* | quiet perl_checker | Thierry Vignaud | 2004-08-05 | 1 | -2/+2 |
| | |||||
* | (adsl_conf_backend) fix error message | Thierry Vignaud | 2004-08-05 | 1 | -1/+1 |
| | |||||
* | log module loading faillure | Thierry Vignaud | 2004-08-04 | 1 | -1/+2 |
| | |||||
* | catch die from modules::load | Olivier Blin | 2004-08-04 | 1 | -1/+1 |
| | |||||
* | add modules arrays and use modules::load to be able to load modules | Olivier Blin | 2004-08-04 | 1 | -9/+8 |
| | | | | | | from modules.cz files, load these modules when not in standalone mode (they're needed for install and Move) | ||||
* | fix wording | Olivier Blin | 2004-08-04 | 1 | -1/+1 |
| | |||||
* | do not force kppp installation, it will be installed by | Olivier Blin | 2004-08-04 | 1 | -1/+0 |
| | | | | | | modem::ppp_configure if kdebase is installed, else ifup/ifdown scripts are enough | ||||
* | do not write cnx_script anymore (isdn4linux service will modprobe the | Olivier Blin | 2004-08-04 | 1 | -10/+0 |
| | | | | | driver, ibod service is started at boot, ifup/ifdown handle the dial) | ||||
* | kill set_cnx_script usage, replace cnx_scripts with ifup/ifdown | Olivier Blin | 2004-08-04 | 3 | -29/+11 |
| | |||||
* | write a cnx_script for adsl connexions too (so that drakconnect can | Olivier Blin | 2004-08-04 | 1 | -0/+5 |
| | | | | | establish the connexion), add a FIXME comment to remind it is bad | ||||
* | move mount options related stuff from fs.pm to newly created fs/mount_options.pm | Pascal Rigaux | 2004-08-03 | 2 | -5/+5 |
| | | | | | | | | | | | - fs::set_all_default_options() -> fs::mount_options::set_all_default() - fs::mount_options_pack() -> fs::mount_options::pack() - fs::mount_options_unpack() -> fs::mount_options::unpack() - fs::rationalize_options() -> fs::mount_options::rationalize() - fs::set_default_options() -> fs::mount_options::set_default() - fs::mount_options() -> fs::mount_options::list() - fs::mount_options_help() -> fs::mount_options::help() | ||||
* | many functions in fsedit don't modify anything, they are simply accessors. | Pascal Rigaux | 2004-08-03 | 2 | -1/+3 |
| | | | | | | | | | | | | | | | | | | | | | | | | create fs::get and move them into it - device2part(), up_mount_point() moved from fs to fs::get - part2hd(), file2part(), has_mntpoint(), mntpoint2part(), empty_all_hds() moved from fsedit to fs::get - fsedit::get_root() -> fs::get::root() - fsedit::get_root_() -> fs::get::root_() - fsedit::get_really_all_fstab() -> fs::get::really_all_fstab() - fsedit::get_all_fstab_and_holes() -> fs::get::fstab_and_holes() - fsedit::get_all_fstab() -> fs::get::fstab() - fsedit::get_all_holes() -> fs::get::holes() - fsedit::all_free_space -> fs::get::free_space() - fsedit::get_really_all_fstab() -> fs::get::really_all_fstab() - fsedit::get_fstab_and_holes() -> fs::get::hds_fstab_and_holes() - fsedit::get_holes() -> fs::get::hds_holes() - fsedit::get_fstab() -> fs::get::hds_fstab() - fsedit::free_space() -> fs::get::hds_free_space() - fsedit::get_visible_fstab() unused, removed | ||||
* | introduce ->ensure_binary_is_installed and use it | Pascal Rigaux | 2004-08-02 | 5 | -7/+7 |
| |