summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* - create update_scales_for_resolution() and update_scale_values_from_conf() ↵Olivier Blin2005-06-061-14/+10
| | | | | | | out of update_scale_values() - modify $adj{$_}{value} instead of calling $adj{$_}->set_value to avoid some artefacts caused by callbacks
* - draw cross in progress barOlivier Blin2005-06-061-11/+17
| | | | | | - update_rect -> update_theme_from_rect - create update_rect out of switch_to_mode
* nicer errorPascal Rigaux2005-06-061-1/+1
|
* - put quotes if needed for root=xxx (quotes are needed for LABEL=...)Pascal Rigaux2005-06-062-6/+11
| | | | | - use LABEL=... if preferred
* really consider text box valuesOlivier Blin2005-06-061-1/+1
|
* rewrite before adding morePascal Rigaux2005-06-061-3/+9
|
* fix typo instead of trying to be perl_checker compliant ...Olivier Blin2005-06-061-2/+2
|
* keep read-only, read-write and label as verbatim as possiblePascal Rigaux2005-06-061-5/+4
| | | | | (note that read-only will not appear by default anymore since "ro" is the default)
* handle GATEWAY field again in manage interfaceOlivier Blin2005-06-061-6/+6
|
* use bootloader->{message_text} instead of bootloader->{message}Pascal Rigaux2005-06-062-11/+19
|
* use real_main here since exceptions are handledOlivier Blin2005-06-061-1/+1
|
* update commentsOlivier Blin2005-06-061-2/+2
|
* add ISP field in eagle-usb.confOlivier Blin2005-06-061-1/+1
|
* netconnect API change, harddrake::autoconf::network_conf seems unusedOlivier Blin2005-06-061-1/+1
| | | | | anyway, and this easy_dhcp thing is already performed by hotplug
* drop unused variable, this file is modified in network::shorewall nowOlivier Blin2005-06-061-1/+0
|
* new netconnect APIOlivier Blin2005-06-062-12/+6
|
* API change (me sux)Olivier Blin2005-06-061-6/+3
|
* make a special "low resources" choicePascal Rigaux2005-06-063-3/+15
|
* Translated more stringsPer Øyvind Karlsen2005-06-061-424/+94
|
* don't add us_intl, lang2keyboards() takes care of everything (bugzilla #12979)Pascal Rigaux2005-06-061-1/+1
|
* default to "en" keyboard (as requested by pablo)Pascal Rigaux2005-06-061-2/+2
|
* do not use a loop device to read ISO image IDs, read them directly in the ↵Olivier Blin2005-06-031-8/+4
| | | | file ...
* introduce network_is_cheap(), use it, and fix a boolean typoOlivier Blin2005-06-031-2/+7
|
* $o->{net}{type} is already defined in more appropriate placesOlivier Blin2005-06-031-4/+0
|
* define $o->{net}{type} and $o->{net}{net_interface} for lan installsOlivier Blin2005-06-031-0/+2
|
* provide backward compatibility for network fields in loadOOlivier Blin2005-06-031-0/+14
|
* keep NETWORKING_IPV6 and FORWARD_IPV4 variables in /etc/sysconfig/networkOlivier Blin2005-06-031-2/+3
|
* remove comment, stage1 now writes DOMAINNAME and DHCP_HOSTNAME in the proper ↵Olivier Blin2005-06-031-1/+0
| | | | files
* remove unused codePascal Rigaux2005-06-035-9/+2
|
* $o->{net}{network} and $o->{net}{resolv} may not exist at this stage of ↵Olivier Blin2005-06-031-2/+2
| | | | installation (they are created by read_net_conf), create them if needed
* net interface is now in $net->{net_interface}Olivier Blin2005-06-031-4/+4
|
* drop now unused variablePascal Rigaux2005-06-031-3/+0
|
* remove unused isPrimaryPascal Rigaux2005-06-032-7/+0
|
* remove unused codePascal Rigaux2005-06-031-10/+0
|
* during_install__l2charset() was used by share/gen_locales.sh which is now ↵Pascal Rigaux2005-06-031-13/+0
| | | | dropped
* update commentPascal Rigaux2005-06-031-1/+1
|
* remove unneeded parentheses (keep first() to make it readable by trainees ...)Olivier Blin2005-06-031-2/+4
|
* remove unused old codePascal Rigaux2005-06-031-7/+0
|
* remove unused codePascal Rigaux2005-06-031-9/+3
|
* remove dobleThierry Vignaud2005-06-031-1/+1
|
* (dd) reuse c::Thierry Vignaud2005-06-031-1/+1
|
* (dd) make sysopen() call readableThierry Vignaud2005-06-031-1/+1
|
* use "our" instead of "use vars"Pascal Rigaux2005-06-031-4/+3
|
* add O_CREATThierry Vignaud2005-06-031-1/+1
|
* help perl_checkerThierry Vignaud2005-06-031-1/+1
|
* fix pixel sucksThierry Vignaud2005-06-031-1/+1
|
* add O_WRONLY & O_RDWRThierry Vignaud2005-06-031-1/+1
|
* drop unused subsOlivier Blin2005-06-031-19/+0
|
* dropping pkg_install_if_requires_satisfied() (old & unused)Pascal Rigaux2005-06-031-17/+0
|
* - merge network settings in a $net hash (it modifies $o fields too):Olivier Blin2005-06-0320-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