Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new netconnect API | Olivier Blin | 2005-06-06 | 2 | -12/+6 |
| | |||||
* | API change (me sux) | Olivier Blin | 2005-06-06 | 1 | -6/+3 |
| | |||||
* | make a special "low resources" choice | Pascal Rigaux | 2005-06-06 | 3 | -3/+15 |
| | |||||
* | Translated more strings | Per Øyvind Karlsen | 2005-06-06 | 1 | -424/+94 |
| | |||||
* | don't add us_intl, lang2keyboards() takes care of everything (bugzilla #12979) | Pascal Rigaux | 2005-06-06 | 1 | -1/+1 |
| | |||||
* | default to "en" keyboard (as requested by pablo) | Pascal Rigaux | 2005-06-06 | 1 | -2/+2 |
| | |||||
* | add pata_pdc2027x SATA driver | Thierry Vignaud | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | do not use a loop device to read ISO image IDs, read them directly in the ↵ | Olivier Blin | 2005-06-03 | 1 | -8/+4 |
| | | | | file ... | ||||
* | introduce network_is_cheap(), use it, and fix a boolean typo | Olivier Blin | 2005-06-03 | 1 | -2/+7 |
| | |||||
* | $o->{net}{type} is already defined in more appropriate places | Olivier Blin | 2005-06-03 | 1 | -4/+0 |
| | |||||
* | define $o->{net}{type} and $o->{net}{net_interface} for lan installs | Olivier Blin | 2005-06-03 | 1 | -0/+2 |
| | |||||
* | provide backward compatibility for network fields in loadO | Olivier Blin | 2005-06-03 | 1 | -0/+14 |
| | |||||
* | keep NETWORKING_IPV6 and FORWARD_IPV4 variables in /etc/sysconfig/network | Olivier Blin | 2005-06-03 | 1 | -2/+3 |
| | |||||
* | remove comment, stage1 now writes DOMAINNAME and DHCP_HOSTNAME in the proper ↵ | Olivier Blin | 2005-06-03 | 1 | -1/+0 |
| | | | | files | ||||
* | write DHCP_HOSTNAME in /tmp/ifcfg-* file instead of /tmp/network | Olivier Blin | 2005-06-03 | 1 | -5/+4 |
| | |||||
* | don't rmdir directories in the chroot | Pascal Rigaux | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | domain name is already in /etc/resolv.conf (and stage2 reads this file too), ↵ | Olivier Blin | 2005-06-03 | 1 | -2/+0 |
| | | | | don't write it in /tmp/network | ||||
* | remove unused code | Pascal Rigaux | 2005-06-03 | 5 | -9/+2 |
| | |||||
* | $o->{net}{network} and $o->{net}{resolv} may not exist at this stage of ↵ | Olivier Blin | 2005-06-03 | 1 | -2/+2 |
| | | | | installation (they are created by read_net_conf), create them if needed | ||||
* | net interface is now in $net->{net_interface} | Olivier Blin | 2005-06-03 | 1 | -4/+4 |
| | |||||
* | drop now unused variable | Pascal Rigaux | 2005-06-03 | 1 | -3/+0 |
| | |||||
* | remove unused isPrimary | Pascal Rigaux | 2005-06-03 | 2 | -7/+0 |
| | |||||
* | remove unused code | Pascal Rigaux | 2005-06-03 | 1 | -10/+0 |
| | |||||
* | during_install__l2charset() was used by share/gen_locales.sh which is now ↵ | Pascal Rigaux | 2005-06-03 | 1 | -13/+0 |
| | | | | dropped | ||||
* | update comment | Pascal Rigaux | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | remove unneeded parentheses (keep first() to make it readable by trainees ...) | Olivier Blin | 2005-06-03 | 1 | -2/+4 |
| | |||||
* | remove unused old code | Pascal Rigaux | 2005-06-03 | 1 | -7/+0 |
| | |||||
* | remove unused code | Pascal Rigaux | 2005-06-03 | 1 | -9/+3 |
| | |||||
* | remove doble | Thierry Vignaud | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | (dd) reuse c:: | Thierry Vignaud | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | (dd) make sysopen() call readable | Thierry Vignaud | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | use "our" instead of "use vars" | Pascal Rigaux | 2005-06-03 | 1 | -4/+3 |
| | |||||
* | add O_CREAT | Thierry Vignaud | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | help perl_checker | Thierry Vignaud | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | fix pixel sucks | Thierry Vignaud | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | add O_WRONLY & O_RDWR | Thierry Vignaud | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | drop unused subs | Olivier Blin | 2005-06-03 | 1 | -19/+0 |
| | |||||
* | dropping pkg_install_if_requires_satisfied() (old & unused) | Pascal Rigaux | 2005-06-03 | 1 | -17/+0 |
| | |||||
* | - merge network settings in a $net hash (it modifies $o fields too): | Olivier Blin | 2005-06-03 | 20 | -825/+538 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o $netc becomes $net->{network} and $net->{resolv} o $intf becomes $net->{ifcfg} - move zeroconf config stuff in write_zeroconf - read_tmdns_conf -> read_zeroconf - read_all_conf -> read_net_conf - configureNetwork2 -> configure_network - configure_network: write ifcfg files for ppp interfaces too - don't install wireless-tools in configure_network, this package is in basesystem - most functions don't need the file path as an argument in network::network - drop network::tools::remove_initscript - don't export too much from network::network - don't export from network::tools - remove adsl_unsupported_eci step in drakconnect - drop passwd2 field in network::adsl - drop $net->{isdn_internal} - network::netconnect : main -> safe_main - use network::netconnect::real_main during install - don't read network config in network::netconnect::real_main - install_steps::upNetwork : resolv.conf is already symlinked by network::network::configure_network when appropriate - try to fix install_any::generate_automatic_stage1_params to use a real interface configuration - put authentication stuff in $net->{auth} - drop network::ethernet::write_ether_conf - drop network::adsl::get_wizard - use 'static' instead of 'manual' as ADSL method - drop first_modem and its workarounds in network::modem - drop deprecated "multiple_internet_cnx" step in drakconnect - don't save /etc/sysconfig/drakconnect anymore - drop MDK::Common::Globals stuff - drop getIP in net_applet (Pixel) - drop $netc->{DHCP} - configure_network(): write resolv.conf even if a dhcp interface is configured | ||||
* | drop setting $_ (unused) | Pascal Rigaux | 2005-06-03 | 1 | -2/+0 |
| | |||||
* | drop untranslate which is unused and bad practice | Pascal Rigaux | 2005-06-03 | 1 | -8/+1 |
| | |||||
* | drop unused code (and one should use append_to_file instead of this outpend) | Pascal Rigaux | 2005-06-03 | 1 | -5/+0 |
| | |||||
* | drop old unused code | Pascal Rigaux | 2005-06-03 | 2 | -48/+0 |
| | |||||
* | read existing authentication conf (only minimal support for now) | Pascal Rigaux | 2005-06-03 | 2 | -9/+13 |
| | |||||
* | simplify | Pascal Rigaux | 2005-06-03 | 1 | -3/+4 |
| | |||||
* | use find() (which was unused) | Pascal Rigaux | 2005-06-03 | 1 | -3/+1 |
| | |||||
* | add many non perl_checker compatible modules | Pascal Rigaux | 2005-06-03 | 1 | -1/+7 |
| | |||||
* | minimal changes to make me and perl_checker happy | Pascal Rigaux | 2005-06-03 | 1 | -3/+3 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2005-06-03 | 3 | -9/+9 |
| | |||||
* | perl_checker fixes, make mode optionnal in load_image | Olivier Blin | 2005-06-03 | 1 | -3/+8 |
| |