Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - rename DOCS to CAT_MINIMAL_DOCS | Pascal Rigaux | 2006-03-08 | 1 | -2/+2 |
| | | | | | | | - cuz otherwise DOCS is a "always" flag and modifying it afterwise is useless - CAT_DOCS would be not precise enough - simplify the "changed" callback | ||||
* | fix titi sucks :) | Pascal Rigaux | 2005-12-28 | 1 | -1/+2 |
| | |||||
* | (acceptLicense) introduce a wrapper around any::acceptLicense() | Thierry Vignaud | 2005-12-15 | 1 | -0/+5 |
| | |||||
* | (acceptLicense) move it from install_steps_interactive.pm into any.pm so that | Thierry Vignaud | 2005-12-15 | 1 | -31/+0 |
| | | | | | it is availlable from within finish-install | ||||
* | remove duplicated code | Olivier Blin | 2005-12-07 | 1 | -3/+0 |
| | |||||
* | load all ethernet modules in all installation modes (fixes the problem of ↵ | Olivier Blin | 2005-12-02 | 1 | -3/+0 |
| | | | | firewire not being loaded in automatic mode) | ||||
* | typo fix | Thierry Vignaud | 2005-11-30 | 1 | -1/+1 |
| | |||||
* | set title & icon of banner for most partitionning steps | Thierry Vignaud | 2005-11-29 | 1 | -1/+3 |
| | |||||
* | install aoss too when installing ALSA | Thierry Vignaud | 2005-11-21 | 1 | -1/+1 |
| | |||||
* | automatically configure DSL connection on installation from DSL | Olivier Blin | 2005-09-16 | 1 | -2/+8 |
| | |||||
* | pass around wait_message with progress bar capability | Pascal Rigaux | 2005-09-09 | 1 | -3/+7 |
| | |||||
* | fix log | Pascal Rigaux | 2005-09-08 | 1 | -1/+1 |
| | |||||
* | display in MBytes the sizes instead of Bytes (not changing the string since ↵ | Pascal Rigaux | 2005-09-06 | 1 | -1/+1 |
| | | | | the po is frozen) | ||||
* | Don't crash when xorg-x11 is not available | Rafael Garcia-Suarez | 2005-09-05 | 1 | -1/+3 |
| | |||||
* | cleanup | Pascal Rigaux | 2005-09-02 | 1 | -2/+2 |
| | |||||
* | we want the release extension | Pascal Rigaux | 2005-09-02 | 1 | -1/+4 |
| | |||||
* | set {upgrade_by_removing_pkgs} when upgrading conectiva and redhat | Pascal Rigaux | 2005-09-02 | 1 | -1/+2 |
| | |||||
* | new function select_by_package_names() | Pascal Rigaux | 2005-09-02 | 1 | -4/+1 |
| | |||||
* | hoist things in install_any | Pascal Rigaux | 2005-09-02 | 1 | -9/+1 |
| | |||||
* | fs::format::wait_message() is now ->wait_message_with_progress_bar (on ↵ | Pascal Rigaux | 2005-09-02 | 1 | -1/+1 |
| | | | | interactive objects) | ||||
* | set isUpgrade to conectiva when we found a conectiva release file | Pascal Rigaux | 2005-08-31 | 1 | -1/+5 |
| | |||||
* | instead of dirtying pkgs::installCallback, use install_steps::installCallback | Pascal Rigaux | 2005-08-31 | 1 | -3/+2 |
| | | | | | (still not clean, but better) | ||||
* | fill in missing titles for banners and specify icons | Thierry Vignaud | 2005-08-27 | 1 | -3/+6 |
| | |||||
* | add a cople missing titles | Thierry Vignaud | 2005-08-26 | 1 | -3/+4 |
| | |||||
* | create lang::write_and_install() which takes a $do_pkgs | Pascal Rigaux | 2005-08-09 | 1 | -1/+1 |
| | |||||
* | when we have only one "best" keyboard to propose, we don't display it, but ↵ | Pascal Rigaux | 2005-08-08 | 1 | -3/+4 |
| | | | | in that case we must not remove it from the list of proposed keyboards (bugzilla #16873) | ||||
* | try to cleanup fs.pm | Pascal Rigaux | 2005-06-28 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | (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 | ||||
* | cleanup (old titi commit) | Pascal Rigaux | 2005-06-23 | 1 | -4/+4 |
| | |||||
* | move loopback.pm to fs/loopback.pm | Pascal Rigaux | 2005-06-10 | 1 | -1/+0 |
| | | | | | (since it's tightly tight to many fs* things) | ||||
* | (addUser) apply autologin setting for globetrotter | Thierry Vignaud | 2005-06-09 | 1 | -0/+1 |
| | |||||
* | (acceptLicense) do not show "releases notes" for globetrotter | Thierry Vignaud | 2005-06-09 | 1 | -1/+1 |
| | |||||
* | (acceptLicense) better use run_program for killing Xorg | Thierry Vignaud | 2005-06-09 | 1 | -1/+1 |
| | |||||
* | get rid of $clicked and $ent_number (obsolete) | Pascal Rigaux | 2005-06-06 | 1 | -16/+12 |
| | |||||
* | 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 |