Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | simplify | Olivier Blin | 2005-07-01 | 1 | -9/+4 |
| | |||||
* | use the 'drakxtools' component for "Standalone Tools" (really fix | Olivier Blin | 2005-07-01 | 1 | -2/+2 |
| | | | | | #16580) and split drakxtools components out of the main hash | ||||
* | fix shell parsing unquoted bugzilla URL (#16580) | Thierry Vignaud | 2005-07-01 | 1 | -1/+2 |
| | |||||
* | sanitize network::activefw | Thierry Vignaud | 2005-06-30 | 2 | -10/+10 |
| | |||||
* | try to cleanup fs.pm | Pascal Rigaux | 2005-06-28 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | | | | | (to have simpler dependencies between modules, esp. have some modules only required by diskdrake): - move some functions from fs to fs::mount (most keep their name, except mount_part and mount_usbfs) - move formatMount_part and formatMount_all from fs to fs::format - move some functions from fs to fs::wild_device (part2wild_device_name -> fs::wild_device::from_part) (subpart_from_wild_device_name -> fs::wild_device::to_subpart) (analyze_wild_device_name -> fs::wild_device::analyse) - formatMount_part(), formatMount_all(), fs::mount::part() don't take a prefix anymore the current situation was quite muddy we now rely on fs::get::mntpoint_prefixed() which will maybe depend on a field in $part for now, we mount every part in chroot, it seems to be what's wanted - fs::format::part() now expect $all_hds instead of $raids - fs::type::carryRootLoopback is now fs::get::carry_root_loopback() - in fs::loopback, most functions don't want a prefix anymore | ||||
* | handle no bootloader configuration found with a clean error | Pascal Rigaux | 2005-06-28 | 1 | -1/+1 |
| | |||||
* | - 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) | ||||
* | fix switch from nvidia to nv for X.org | Thierry Vignaud | 2005-06-26 | 1 | -1/+2 |
| | |||||
* | we now use X.org instead of XFree86 | Thierry Vignaud | 2005-06-26 | 1 | -1/+1 |
| | |||||
* | rename isTVcard() as isTVcardConfigurable() since it's more meaninfull ↵ | Thierry Vignaud | 2005-06-24 | 1 | -2/+2 |
| | | | | regarding its purpose | ||||
* | remove MDK::Common::Globals::init (fix crash) | Olivier Blin | 2005-06-24 | 1 | -2/+0 |
| | |||||
* | use network::network::write_network_conf (fix crash) | Olivier Blin | 2005-06-24 | 1 | -1/+1 |
| | |||||
* | ask shorewall interface and use it | Olivier Blin | 2005-06-20 | 1 | -1/+1 |
| | |||||
* | remove unused code (thus fixing a crash) | Olivier Blin | 2005-06-20 | 1 | -14/+0 |
| | |||||
* | fix undefined function after pixel cleanups (#16472) | Thierry Vignaud | 2005-06-17 | 1 | -0/+1 |
| | |||||
* | fsedit::is_same_hd is now fs:get::is_same_hd | Pascal Rigaux | 2005-06-13 | 1 | -1/+1 |
| | |||||
* | don't need use MDK::Common... when we have "use common" (which is the ↵ | Pascal Rigaux | 2005-06-10 | 1 | -1/+0 |
| | | | | standard for libDrakX modules) | ||||
* | don't be fooled by if_ not short-circuiting and auto-vivification, use ↵ | Olivier Blin | 2005-06-07 | 1 | -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 variables | Olivier Blin | 2005-06-06 | 1 | -3/+0 |
| | |||||
* | simplify apply() since sethostname() is done by configure_network() | Olivier Blin | 2005-06-06 | 1 | -5/+2 |
| | |||||
* | create adjustments before resolution is set so that they get correct upper ↵ | Olivier Blin | 2005-06-06 | 1 | -3/+3 |
| | | | | values | ||||
* | - create update_scales_for_resolution() and update_scale_values_from_conf() ↵ | Olivier Blin | 2005-06-06 | 1 | -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 bar | Olivier Blin | 2005-06-06 | 1 | -11/+17 |
| | | | | | | - update_rect -> update_theme_from_rect - create update_rect out of switch_to_mode | ||||
* | nicer error | Pascal Rigaux | 2005-06-06 | 1 | -1/+1 |
| | |||||
* | - put quotes if needed for root=xxx (quotes are needed for LABEL=...) | Pascal Rigaux | 2005-06-06 | 1 | -1/+1 |
| | | | | | - use LABEL=... if preferred | ||||
* | really consider text box values | Olivier Blin | 2005-06-06 | 1 | -1/+1 |
| | |||||
* | handle GATEWAY field again in manage interface | Olivier Blin | 2005-06-06 | 1 | -6/+6 |
| | |||||
* | use real_main here since exceptions are handled | Olivier Blin | 2005-06-06 | 1 | -1/+1 |
| | |||||
* | drop unused variable, this file is modified in network::shorewall now | Olivier Blin | 2005-06-06 | 1 | -1/+0 |
| | |||||
* | new netconnect API | Olivier Blin | 2005-06-06 | 1 | -7/+5 |
| | |||||
* | remove unused code | Pascal Rigaux | 2005-06-03 | 2 | -2/+0 |
| | |||||
* | drop unused subs | Olivier Blin | 2005-06-03 | 1 | -19/+0 |
| | |||||
* | - merge network settings in a $net hash (it modifies $o fields too): | Olivier Blin | 2005-06-03 | 7 | -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 Rigaux | 2005-06-03 | 1 | -2/+0 |
| | |||||
* | drop unused code (and one should use append_to_file instead of this outpend) | Pascal Rigaux | 2005-06-03 | 1 | -5/+0 |
| | |||||
* | read existing authentication conf (only minimal support for now) | Pascal Rigaux | 2005-06-03 | 1 | -2/+1 |
| | |||||
* | use find() (which was unused) | Pascal Rigaux | 2005-06-03 | 1 | -3/+1 |
| | |||||
* | 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 |
| | |||||
* | 4th parameter is not used, i suspect it's not useful anymore since we pass ↵ | Pascal Rigaux | 2005-06-03 | 1 | -1/+1 |
| | | | | the value in {sound_slot_index} | ||||
* | make perl_checker happy | Pascal Rigaux | 2005-06-03 | 1 | -39/+38 |
| | |||||
* | fix blino sux | Pascal Rigaux | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | make perl_checker happy | Pascal Rigaux | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | fix indentation (titi sux) | Pascal Rigaux | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | create keyboard::configure_xorg() and use it | Pascal Rigaux | 2005-06-03 | 1 | -8/+1 |
| | | | | | (and don't call it inside a eval, no error should occur) | ||||
* | - create keyboard::default() and use it | Pascal Rigaux | 2005-06-02 | 1 | -1/+1 |
| | | | | | - it uses keyboard::from_DMI() to get XkbModel when possible | ||||
* | Tape backup/restore fixes to work with new .backupignore scheme, +bugs. | Stew Benedict | 2005-06-01 | 1 | -4/+6 |
| | |||||
* | add language selection to finish-install | Pascal Rigaux | 2005-06-01 | 2 | -30/+24 |
| | |||||
* | remove unneded modules loading ('net' category is deprecated for ages) | Olivier Blin | 2005-05-31 | 1 | -2/+0 |
| |