Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't add us_intl, lang2keyboards() takes care of everything (bugzilla #12979) | Pascal Rigaux | 2005-06-06 | 1 | -1/+1 |
| | |||||
* | - merge network settings in a $net hash (it modifies $o fields too): | Olivier Blin | 2005-06-03 | 1 | -9/+6 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | don't use $in->{locale} as being $o->{locale} during install, it's much ↵ | Pascal Rigaux | 2005-06-03 | 1 | -1/+1 |
| | | | | better to pass $o->{locale} | ||||
* | allow upgrading a chroot (using drakx-in-chroot) | Pascal Rigaux | 2005-06-02 | 1 | -4/+5 |
| | |||||
* | (acceptLicense) fix exiting step license | Thierry Vignaud | 2005-06-01 | 1 | -1/+1 |
| | |||||
* | button "Reboot" is better called "Quit" for chrooted installs | Pascal Rigaux | 2005-05-30 | 1 | -1/+1 |
| | |||||
* | More refactorisation | Rafael Garcia-Suarez | 2005-05-26 | 1 | -5/+5 |
| | |||||
* | Begin refactorization of install medium handling code | Rafael Garcia-Suarez | 2005-05-25 | 1 | -7/+12 |
| | |||||
* | s/Mandrivalinux/Mandriva Linux/ | Funda Wang | 2005-05-20 | 1 | -1/+1 |
| | |||||
* | switch from MandrakeSoft to Mandriva | Thierry Vignaud | 2005-04-21 | 1 | -1/+1 |
| | |||||
* | handle third party modules from various devices | Pascal Rigaux | 2005-04-07 | 1 | -4/+5 |
| | | | | | (at least floppy is still working :) | ||||
* | - configure a firewall by default in secure level >= 3 | Pascal Rigaux | 2005-03-24 | 1 | -1/+3 |
| | | | | | - allow auto_install parameter {firewall_ports} | ||||
* | - network::shorewall::default_interfaces_silent() does not need any parameter | Pascal Rigaux | 2005-03-24 | 1 | -1/+1 |
| | | | | | | | - network::shorewall::read() is simpler with a $o_in - network::drakfirewall::default_from_pkgs() is non interactive, better give it a do_pkgs - cleanup as little as possible | ||||
* | handle the return value of any::setupBootloader() (bugzilla #13641) | Pascal Rigaux | 2005-03-22 | 1 | -1/+1 |
| | |||||
* | simplify | Pascal Rigaux | 2005-03-17 | 1 | -5/+4 |
| | |||||
* | bring back generic release-notes.txt to life | Gwenolé Beauchesne | 2005-03-17 | 1 | -1/+2 |
| | |||||
* | MERGE: make it possible to read arch-specific release notes in addition to | Gwenolé Beauchesne | 2005-03-17 | 1 | -2/+2 |
| | | | | | global (default) ones | ||||
* | - Let country and not language decide about default paper size | Till Kamppeter | 2005-02-28 | 1 | -1/+1 |
| | |||||
* | media_browser returns a filehandle when non save | Pascal Rigaux | 2005-02-18 | 1 | -2/+2 |
| | |||||
* | replace load/save from floppy with using media_browser() | Pascal Rigaux | 2005-02-15 | 1 | -12/+10 |
| | |||||
* | really fix "Graphical interface - not configured" bug | Pascal Rigaux | 2005-02-07 | 1 | -1/+2 |
| | |||||
* | Add support to copy all RPMs to the hard drive before installation. | Rafael Garcia-Suarez | 2005-02-04 | 1 | -5/+0 |
| | |||||
* | check the given mount points | Pascal Rigaux | 2005-02-01 | 1 | -0/+8 |
| | |||||
* | move SATA in its own category | Thierry Vignaud | 2005-01-20 | 1 | -2/+2 |
| | |||||
* | for Driver fbdev, rework to allow configuring vga= in bootloader and telling ↵ | Pascal Rigaux | 2005-01-16 | 1 | -1/+1 |
| | | | | to reboot instead of restarting X server (now i simply need to configure bootloader in Xconfig::main::write() when need_reboot) | ||||
* | - fs::format::part_raw() now takes $wait_message to allow displaying the ↵ | Pascal Rigaux | 2005-01-06 | 1 | -6/+2 |
| | | | | | | | | progress of format - create fs::format::wait_message() which creates a $wait_message valid to give to fs::format::part - fs::format::mke2fs() format while parsing the output to display the progress | ||||
* | fix selecting "other" keyboard when @best <= 1 | Pascal Rigaux | 2005-01-05 | 1 | -1/+1 |
| | |||||
* | move and rename network::ethernet::get_eth_categories() into ↵ | Pascal Rigaux | 2005-01-03 | 1 | -1/+1 |
| | | | | | | | list_modules::ethernet_categories() (it's closer to the definition of the categories) | ||||
* | when computing group size, select CAT_SYSTEM packages | Pascal Rigaux | 2004-12-29 | 1 | -1/+1 |
| | |||||
* | - create set_rpmsrate_category_flags(), ↵ | Pascal Rigaux | 2004-12-28 | 1 | -4/+1 |
| | | | | | | | | | set_rpmsrate_default_category_flags(), default_packages(), rpmsrate_always_flags() replacing setDefaultPackages() - create select_default_packages() - apply "always" rpmsrate flags ASAP and skip packages with flag "FALSE" in computeGroupSize() => 30% speed-up | ||||
* | differentiate compssUsers flags from non-user modifiable flags (eg: hardware ↵ | Pascal Rigaux | 2004-12-24 | 1 | -18/+17 |
| | | | | flags) | ||||
* | no need to use max_size, no need to compute it | Pascal Rigaux | 2004-12-22 | 1 | -12/+4 |
| | |||||
* | don't pass prefix, use $::prefix | Pascal Rigaux | 2004-12-21 | 1 | -3/+3 |
| | |||||
* | don't pass prefix to network::netconnect::main() (it doesn't use it) | Pascal Rigaux | 2004-12-21 | 1 | -2/+2 |
| | |||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -5/+5 |
| | |||||
* | look for yenta_socket in pci_probe too (nb: ldetect pci_probe has a special ↵ | Pascal Rigaux | 2004-12-07 | 1 | -1/+1 |
| | | | | rule for it, not simply pcitable) | ||||
* | - move some functions from any.pm to authentication.pm | Pascal Rigaux | 2004-11-30 | 1 | -24/+1 |
| | | | | | - create authentication::ask_root_password_and_authentication() out of install_steps_interactive::setRootPassword() | ||||
* | - drop oem & recovery code (which was broken) | Pascal Rigaux | 2004-11-29 | 1 | -6/+4 |
| | | | | | - will be replaced with a root password + user accounts + network configuration a la drakfirsttime | ||||
* | since we don't use ramdisk but clp, some code is dead | Pascal Rigaux | 2004-11-18 | 1 | -11/+1 |
| | | | | | (remove usingRamdisk(), check_prog(), remove_unused()...) | ||||
* | add some ";", remove some ";", as told by perl_checker | Pascal Rigaux | 2004-11-18 | 1 | -5/+5 |
| | |||||
* | fix indentation | Pascal Rigaux | 2004-11-17 | 1 | -5/+8 |
| | |||||
* | - special bootstrap partition warning for IBM mac_generation | Pascal Rigaux | 2004-11-15 | 1 | -19/+26 |
| | | | | | - no "OldWorld or Unknown machine" for IBM mac_generation | ||||
* | no "auto install floppy" on ppc | Pascal Rigaux | 2004-11-12 | 1 | -2/+3 |
| | |||||
* | in upgrade, when we need to migrate device names, we must write the fstab | Pascal Rigaux | 2004-10-26 | 1 | -1/+1 |
| | |||||
* | This deserves an explanation | Rafael Garcia-Suarez | 2004-10-19 | 1 | -0/+1 |
| | |||||
* | Installation with a ftp supplementary media (for mini-isos) : | Rafael Garcia-Suarez | 2004-10-19 | 1 | -3/+5 |
| | | | | | | inline the mirror list (since fetching it causes weird network problems). Fix the handling of relative urls in ftp media when fetching hdlists file. | ||||
* | make perl_checker happy | Pascal Rigaux | 2004-10-13 | 1 | -1/+1 |
| | |||||
* | don't ask the security level in firewire meta_class | Pascal Rigaux | 2004-10-13 | 1 | -1/+1 |
| | |||||
* | for meta_class firewall, call the general netconnect function | Pascal Rigaux | 2004-10-05 | 1 | -3/+9 |
| | |||||
* | don't warnAboutNaughtyServers if meta_class is firewall | Pascal Rigaux | 2004-10-05 | 1 | -1/+1 |
| |