| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
|
| |
- check the size available in $::prefix/tmp for the case it's on its own filesystem (bug #15377)
- also check the size available in other cases
|
| |
|
|
|
|
|
|
| |
otherwise rpm database gets corrupted
- don't need setting LD_ASSUME_KERNEL anymore (it wasn't enough, and we now have tls libs)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(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
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
files
|
| |
|
|
|
|
| |
installation (they are created by read_net_conf), create them if needed
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
| |
|
|
|
|
| |
drakx-in-chroot
|
| |
|
| |
|
|
|
|
|
|
|
| |
it where it should
- ensure we don't drop entries from /etc/sysconfig/system
|
|
|
|
|
|
|
| |
instead of $::uml_install
and used in drakx-in-chroot
|
| |
|
| |
|
|
|
|
| |
i810fb)
|
| |
|
|
|
|
| |
selectInstallClass in case of upgrade, do it properly so that the "Partitioning lamp" behaves properly (bugzilla #15040)
|
|
|
|
| |
miscellaneous is runned when /mnt is mounted (bugzilla #8678)
|
|
|
|
| |
as in the hdlists file
|
|
|
|
|
|
|
|
|
|
|
|
| |
- add many resolutions (they are structured by aspect ratio for next move)
- put the "Monitor preferred modeline" from EDID in xorg.conf
- for this ModeLine must be exported from the monitor section
- specifying a VendorName|ModelName in auto_inst is valid, don't overwrite it with edid probe
- the strange /dev/zero needed (?) by ddcxinfos is no more needed
- field {size} is now {diagonal_size}, and is no more "corrected"
- add @CVT_ratios and @CVT_vfreqs (unused at the moment)
- Getopt::Long is needed by monitor-parse-edid
|
| |
|
| |
|
|
|
|
|
| |
- move some install specific code out of common.pm into install_any.pm
|
|
|
|
|
|
| |
=> allows multi-cd installs even if the mdkinst.clp was not preloaded
=> allows to better memory handling during pkgs install (hopefully at least)
|
| |
|
|
|
|
| |
change anything
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
- will be replaced with a root password + user accounts + network configuration a la drakfirsttime
|
| |
|
|
|
|
|
| |
(remove usingRamdisk(), check_prog(), remove_unused()...)
|
| |
|
|
|
|
|
| |
- simplify the code searching for the meta_class
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
not working with synaptics during install)
|
| |
|