Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -510/+0 |
| | |||||
* | - since we don't use a ramdisk for the stage2 anymore, remove ↵ | Pascal Rigaux | 2005-06-28 | 1 | -1/+1 |
| | | | | | | | | ramdisk_size=128000 (hopefully the initrd doesn't have the limitation or we won't hit the stupid low default max size of the kernel) - use the short aliases for automatic stage1 (cf mdk-stage1/automatic.c) | ||||
* | - merge network settings in a $net hash (it modifies $o fields too): | Olivier Blin | 2005-06-03 | 1 | -9/+9 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 unused code (and one should use append_to_file instead of this outpend) | Pascal Rigaux | 2005-06-03 | 1 | -5/+0 |
| | |||||
* | bump copyrigth notice | Thierry Vignaud | 2005-04-25 | 1 | -1/+1 |
| | |||||
* | switch from MandrakeSoft to Mandriva in copyright notices | Thierry Vignaud | 2005-04-21 | 1 | -1/+1 |
| | |||||
* | - remove non useful non-ascii characters | Pascal Rigaux | 2005-04-05 | 1 | -1/+1 |
| | | | | | - add "use utf8" for useful utf8 characters | ||||
* | protocol names, trademark and acronyms should be upcase | Thierry Vignaud | 2004-08-23 | 1 | -2/+2 |
| | |||||
* | adapt to new directories layout: | Pascal Rigaux | 2004-07-26 | 1 | -3/+3 |
| | | | | | | | | | | | - Mandrake/mdkinst -> install/stage2/live - Mandrake/base/mdkinst_stage2.bz2 -> install/stage2/mdkinst_stage2.bz2 - Mandrake/base/rpmsrate -> media/media_info/rpmsrate - Mandrake/RPMS -> media/main - images -> install/images - isolinux -> install/isolinux - Mandrake/share/advertising -> install/extra/advertising | ||||
* | perl_checker compliance | Pascal Rigaux | 2004-07-21 | 1 | -1/+1 |
| | |||||
* | MandrakeSoft -> Mandrakesoft | Pascal Rigaux | 2004-07-20 | 1 | -1/+1 |
| | |||||
* | do not abuse global namespace | Thierry Vignaud | 2004-02-16 | 1 | -2/+2 |
| | |||||
* | new banner icons | Thierry Vignaud | 2004-02-13 | 1 | -1/+1 |
| | |||||
* | update copyright notices | Thierry Vignaud | 2004-01-22 | 1 | -1/+1 |
| | |||||
* | fix bogus use of old netwok module instead of network::network | Thierry Vignaud | 2003-11-12 | 1 | -2/+2 |
| | |||||
* | misc perl_checker cleanups | Thierry Vignaud | 2003-10-20 | 1 | -2/+2 |
| | |||||
* | network::netconnect is unused | Thierry Vignaud | 2003-10-17 | 1 | -1/+0 |
| | |||||
* | "xxx or xxx" in list context is always bad! | Pascal Rigaux | 2003-08-19 | 1 | -2/+2 |
| | |||||
* | fixed to match new pxe dhcp.conf configuration file. | Francois Pons | 2003-08-13 | 1 | -2/+2 |
| | |||||
* | perl_checker fixes | Thierry Vignaud | 2003-05-23 | 1 | -3/+3 |
| | |||||
* | fixed bad English string | Pablo Saratxaga | 2003-02-28 | 1 | -1/+1 |
| | |||||
* | reflect in standalone drakxtools the removal of DrakX icons | Guillaume Cottenceau | 2003-02-28 | 1 | -1/+1 |
| | |||||
* | added code to handle more smootly if apache or apache-mod_perl is installed, or | Francois Pons | 2003-02-26 | 1 | -1/+1 |
| | | | | | try using apache2. | ||||
* | switched to apache2 instead of apache (avoid problem with apache-mod_perl). | Francois Pons | 2003-02-26 | 1 | -1/+1 |
| | |||||
* | fix translation of title by calling N() after interactive->vnew | Guillaume Cottenceau | 2003-02-17 | 1 | -1/+1 |
| | |||||
* | fix just stupid fpons sucks | Thierry Vignaud | 2003-02-12 | 1 | -1/+1 |
| | |||||
* | updated to find an interface even when no profile are available. | Francois Pons | 2003-02-12 | 1 | -6/+10 |
| | |||||
* | fixed perl_checker | Francois Pons | 2003-01-29 | 1 | -14/+16 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2003-01-23 | 1 | -2/+2 |
| | |||||
* | latest fixes for having default file correctly documented and make sure if | Francois Pons | 2003-01-21 | 1 | -19/+22 |
| | | | | | server boot using dhcp itself, server hostname is given instead of ip address. | ||||
* | add daemons stop/start code. | Francois Pons | 2003-01-21 | 1 | -0/+3 |
| | |||||
* | update with something that look like running. | Francois Pons | 2003-01-21 | 1 | -381/+289 |
| | |||||
* | initial revision with translation message. | Francois Pons | 2003-01-20 | 1 | -0/+596 |