summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* don't be fooled by if_ not short-circuiting and auto-vivification, use ↵Olivier Blin2005-06-071-1/+1
| | | | $conf->{masq_subnet} instead of $conf->{masquerade}{subnet} (i.e. do not write buggy shorewall masqfile when connection sharing is disabled)
* kill unused variablesOlivier Blin2005-06-061-3/+0
|
* simplify apply() since sethostname() is done by configure_network()Olivier Blin2005-06-061-5/+2
|
* create adjustments before resolution is set so that they get correct upper ↵Olivier Blin2005-06-061-3/+3
| | | | values
* - 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-061-1/+1
| | | | | - use LABEL=... if preferred
* really consider text box valuesOlivier Blin2005-06-061-1/+1
|
* handle GATEWAY field again in manage interfaceOlivier Blin2005-06-061-6/+6
|
* use real_main here since exceptions are handledOlivier Blin2005-06-061-1/+1
|
* drop unused variable, this file is modified in network::shorewall nowOlivier Blin2005-06-061-1/+0
|
* new netconnect APIOlivier Blin2005-06-061-7/+5
|
* remove unused codePascal Rigaux2005-06-032-2/+0
|
* drop unused subsOlivier Blin2005-06-031-19/+0
|
* - merge network settings in a $net hash (it modifies $o fields too):Olivier Blin2005-06-037-133/+109
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Rigaux2005-06-031-2/+0
|
* drop unused code (and one should use append_to_file instead of this outpend)Pascal Rigaux2005-06-031-5/+0
|
* read existing authentication conf (only minimal support for now)Pascal Rigaux2005-06-031-2/+1
|
* use find() (which was unused)Pascal Rigaux2005-06-031-3/+1
|
* minimal changes to make me and perl_checker happyPascal Rigaux2005-06-031-3/+3
|
* make perl_checker happyPascal Rigaux2005-06-033-9/+9
|
* perl_checker fixes, make mode optionnal in load_imageOlivier Blin2005-06-031-3/+8
|
* 4th parameter is not used, i suspect it's not useful anymore since we pass ↵Pascal Rigaux2005-06-031-1/+1
| | | | the value in {sound_slot_index}
* make perl_checker happyPascal Rigaux2005-06-031-39/+38
|
* fix blino suxPascal Rigaux2005-06-031-1/+1
|
* make perl_checker happyPascal Rigaux2005-06-031-1/+1
|
* fix indentation (titi sux)Pascal Rigaux2005-06-031-1/+1
|
* create keyboard::configure_xorg() and use itPascal Rigaux2005-06-031-8/+1
| | | | | (and don't call it inside a eval, no error should occur)
* - create keyboard::default() and use itPascal Rigaux2005-06-021-1/+1
| | | | | - it uses keyboard::from_DMI() to get XkbModel when possible
* Tape backup/restore fixes to work with new .backupignore scheme, +bugs.Stew Benedict2005-06-011-4/+6
|
* add language selection to finish-installPascal Rigaux2005-06-012-30/+24
|
* remove unneded modules loading ('net' category is deprecated for ages)Olivier Blin2005-05-311-2/+0
|
* remove dead codeOlivier Blin2005-05-311-5/+0
|
* adding back translation of descriptions for some known display managersPascal Rigaux2005-05-311-1/+7
|
* move netprofile stuff in network::networkOlivier Blin2005-05-301-4/+4
|
* - don't use hard written entries anymorePascal Rigaux2005-05-301-35/+11
| | | | | | - display the entries sorted as given - simplify code using more drakx functions
* look for *.confPascal Rigaux2005-05-301-1/+1
|
* load drivers for newly added devices so that they work out of the box on firstThierry Vignaud2005-05-301-1/+4
| | | | | | boot after card plugging for the following categorys: AGP ATA_STORAGE DVB SATA_STORAGE SCSI_CONTROLLER TV
* handle /etc/X11/dm.d/* entries (as proposed by Loic Baudry)Pascal Rigaux2005-05-271-0/+11
|
* remove debug codeOlivier Blin2005-05-261-2/+0
|
* check_iptables() doesn't need a $in object anymoreOlivier Blin2005-05-261-1/+1
|
* add "choose_net_interface" step to have a real wizard step when askingOlivier Blin2005-05-261-17/+25
| | | | | net interface
* better way to handle squid ports (read shorewall REDIRECT rules in ↵Olivier Blin2005-05-261-14/+16
| | | | network::shorewall::read to avoid tricks in network::shorewall::write)
* - use scrollbar in preview windowOlivier Blin2005-05-261-23/+38
| | | | | | - try not to be larger than screen size minus toolbars size - close_window -> close_all
* let user call drakroam (#16019)Olivier Blin2005-05-251-1/+2
|
* - wizardifyOlivier Blin2005-05-241-489/+354
| | | | | | | - allow not to enable DNS, dhcpd and proxy servers - allow not to enable CUPS broadcast - use @IF (network interface) instead of network address in CUPS configuration
* uninstall DVB modules if neededThierry Vignaud2005-05-191-1/+1
|
* (simple_read_rpmsrate) add support for HW_CAT keyword that enable to matchThierry Vignaud2005-05-191-0/+2
| | | | | a category from list_modules.pm
* really write waproamd config filesOlivier Blin2005-05-171-17/+11
|