| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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
|
| |
|
|
|
|
|
| |
(TODO: handle IPv6 with /proc/net/ipv6_route)
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- enhance find_next_profile_name
- add_empty_profile now needs a profile name
|
| |
|
|
|
|
|
| |
- per_mac address configuration support
|
|
|
|
|
| |
- add write_conf in drakpxelinux to ease profile handling
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
standard for libDrakX modules)
|
|
|
|
|
|
| |
- remove unneeded "use xxx"
- add some "use xxx" (nb: not completly needed because some other modules may do it)
|
| |
|
| |
|
|
|
|
| |
rollback after understanding better dependencies)
|
|
|
|
|
|
|
|
|
|
|
|
| |
- get_items() -> network::pxe::read_pxelinux_conf()
- don't read comments in pxelinux configuration file
- store pxelinux configuration in a hash to avoid multiple cat_()
- add network::pxe::list_pxelinux_labels() to get labels from a pxelinux configuration
- only overwrite pxelinux settings (prompt, timeout, ...) when pxe is reconfigured
- use network::network and network::tools to get hostname, domain name, IP address, net interface
- move row creation code in set_pxelinux_entry_at_iter() and factorize
- use ensure_is_installed to make sure pxe is installed
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
$conf->{masq_subnet} instead of $conf->{masquerade}{subnet} (i.e. do not write buggy shorewall masqfile when connection sharing is disabled)
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
- remove unneeded code
- don't overwrite huptimeout value
|
| |
|