summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakpxe
Commit message (Collapse)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-510/+0
|
* - since we don't use a ramdisk for the stage2 anymore, remove ↵Pascal Rigaux2005-06-281-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 Blin2005-06-031-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 Rigaux2005-06-031-5/+0
|
* bump copyrigth noticeThierry Vignaud2005-04-251-1/+1
|
* switch from MandrakeSoft to Mandriva in copyright noticesThierry Vignaud2005-04-211-1/+1
|
* - remove non useful non-ascii charactersPascal Rigaux2005-04-051-1/+1
| | | | | - add "use utf8" for useful utf8 characters
* protocol names, trademark and acronyms should be upcaseThierry Vignaud2004-08-231-2/+2
|
* adapt to new directories layout:Pascal Rigaux2004-07-261-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 compliancePascal Rigaux2004-07-211-1/+1
|
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* do not abuse global namespaceThierry Vignaud2004-02-161-2/+2
|
* new banner iconsThierry Vignaud2004-02-131-1/+1
|
* update copyright noticesThierry Vignaud2004-01-221-1/+1
|
* fix bogus use of old netwok module instead of network::networkThierry Vignaud2003-11-121-2/+2
|
* misc perl_checker cleanupsThierry Vignaud2003-10-201-2/+2
|
* network::netconnect is unusedThierry Vignaud2003-10-171-1/+0
|
* "xxx or xxx" in list context is always bad!Pascal Rigaux2003-08-191-2/+2
|
* fixed to match new pxe dhcp.conf configuration file.Francois Pons2003-08-131-2/+2
|
* perl_checker fixesThierry Vignaud2003-05-231-3/+3
|
* fixed bad English stringPablo Saratxaga2003-02-281-1/+1
|
* reflect in standalone drakxtools the removal of DrakX iconsGuillaume Cottenceau2003-02-281-1/+1
|
* added code to handle more smootly if apache or apache-mod_perl is installed, orFrancois Pons2003-02-261-1/+1
| | | | | try using apache2.
* switched to apache2 instead of apache (avoid problem with apache-mod_perl).Francois Pons2003-02-261-1/+1
|
* fix translation of title by calling N() after interactive->vnewGuillaume Cottenceau2003-02-171-1/+1
|
* fix just stupid fpons sucksThierry Vignaud2003-02-121-1/+1
|
* updated to find an interface even when no profile are available.Francois Pons2003-02-121-6/+10
|
* fixed perl_checkerFrancois Pons2003-01-291-14/+16
|
* perl_checker fixThierry Vignaud2003-01-231-2/+2
|
* latest fixes for having default file correctly documented and make sure ifFrancois Pons2003-01-211-19/+22
| | | | | server boot using dhcp itself, server hostname is given instead of ip address.
* add daemons stop/start code.Francois Pons2003-01-211-0/+3
|
* update with something that look like running.Francois Pons2003-01-211-381/+289
|
* initial revision with translation message.Francois Pons2003-01-201-0/+596