Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | don't set KBCHARSET in /etc/sysconfig/keyboard, this is not useful | Pascal Rigaux | 2006-01-10 | 1 | -1/+0 |
| | | | | | (and we don't modify it in keyboarddrake) | ||||
* | ugly hack to make things work when /proc/mounts says /dev/root is mounted in ↵ | Pascal Rigaux | 2006-01-04 | 1 | -1/+1 |
| | | | | /mnt | ||||
* | when upgrading, merge existing modprobe.conf (and do it when /mnt is ↵ | Pascal Rigaux | 2005-12-16 | 1 | -0/+4 |
| | | | | mounted, not before!) | ||||
* | (is_network_install) use it whenever possible | Thierry Vignaud | 2005-11-04 | 1 | -2/+2 |
| | |||||
* | - we do want doPartitionDisks and formatPartitions to be done early on upgrade, | Pascal Rigaux | 2005-09-15 | 1 | -1/+7 |
| | | | | | | | | so that selectKeyboard is done when the partitions are mounted - call set_all_default() (to fix fstab on upgrade) before install packages so that {useSupermount} is correctly set (maybe we could also move the set_all_default on install there) | ||||
* | migrate fstab when upgrading an alien distro (should be done always?) | Pascal Rigaux | 2005-09-13 | 1 | -1/+1 |
| | |||||
* | better call Xconfig::various::runlevel() directly since it's not always called | Pascal Rigaux | 2005-09-13 | 1 | -3/+4 |
| | |||||
* | when upgrading by removing pkgs, ensure we keep the previous runlevel | Pascal Rigaux | 2005-09-13 | 1 | -0/+7 |
| | |||||
* | for local_install we don't want use_root_part to do anything | Pascal Rigaux | 2005-09-13 | 1 | -1/+1 |
| | |||||
* | - rename readBootloaderConfigBeforeInstall() to read_bootloader_config() | Pascal Rigaux | 2005-09-13 | 1 | -2/+5 |
| | | | | | - call read_bootloader_config() after installing packages (for the case of grub scripts fixing the configuration, ie creating device.map and install.sh) | ||||
* | Allow mini-iso install to install urpmi properly | Rafael Garcia-Suarez | 2005-09-12 | 1 | -1/+6 |
| | |||||
* | simplify | Pascal Rigaux | 2005-09-12 | 1 | -0/+2 |
| | |||||
* | play it safe (bugzilla #18390) | Pascal Rigaux | 2005-09-09 | 1 | -1/+1 |
| | |||||
* | Add a trace | Rafael Garcia-Suarez | 2005-09-08 | 1 | -0/+2 |
| | |||||
* | - new functionality: upgrade_by_removing_pkgs, enabled when upgrading redhat ↵ | Pascal Rigaux | 2005-09-02 | 1 | -0/+3 |
| | | | | | | | | | | | and conectiva distributions - add file upgrade-map.conectiva.10 for precise choice of packages - save /etc/xxx-release into /root/drakx/xxx-release.upgrading when starting - release_file(): look for xxx-release.upgrading first - find_root_parts(): better logging about upgrade_by_removing_pkgs, and factorize code - when all packages are installed, remove xxx-release.upgrading and rename pkgs::removed_pkgs_to_upgrade_file() | ||||
* | allow upgrading a local_install (no need to call use_root_part) | Pascal Rigaux | 2005-09-02 | 1 | -1/+1 |
| | |||||
* | opening rpm db in selectPackage(), so remove some rpmDbOpen() | Pascal Rigaux | 2005-09-02 | 1 | -1/+0 |
| | |||||
* | hoist things in install_any | Pascal Rigaux | 2005-09-02 | 1 | -3/+1 |
| | |||||
* | enable Ifw by default in high security levels and enable the psd rule | Olivier Blin | 2005-09-01 | 1 | -0/+1 |
| | |||||
* | set TMPDIR and TMP during install (bugzilla #18088) | Pascal Rigaux | 2005-09-01 | 1 | -0/+2 |
| | |||||
* | cleanup | Pascal Rigaux | 2005-09-01 | 1 | -4/+5 |
| | |||||
* | initial deployment server support | Olivier Blin | 2005-08-31 | 1 | -0/+1 |
| | |||||
* | instead of dirtying pkgs::installCallback, use install_steps::installCallback | Pascal Rigaux | 2005-08-31 | 1 | -2/+7 |
| | | | | | (still not clean, but better) | ||||
* | create remove_marked_ask_remove() and use it | Pascal Rigaux | 2005-08-31 | 1 | -4/+1 |
| | |||||
* | create lang::write_and_install() which takes a $do_pkgs | Pascal Rigaux | 2005-08-09 | 1 | -1/+1 |
| | |||||
* | fix typo | Pascal Rigaux | 2005-08-09 | 1 | -1/+2 |
| | |||||
* | acpi=on on every recent bios, not only laptops | Pascal Rigaux | 2005-08-08 | 1 | -3/+2 |
| | |||||
* | do not die and loop on the exitInstall step if the install images | Olivier Blin | 2005-07-18 | 1 | -1/+1 |
| | | | | | can't be saved (#16881) | ||||
* | don't open any port by default in the firewall | Olivier Blin | 2005-07-08 | 1 | -1/+2 |
| | |||||
* | always enable firewall if security level >= 3 (even if no ports have to be ↵ | Olivier Blin | 2005-07-08 | 1 | -5/+2 |
| | | | | opened) | ||||
* | try to cleanup fs.pm | Pascal Rigaux | 2005-06-28 | 1 | -10/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | (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 | ||||
* | don't use $::o but $o | Olivier Blin | 2005-06-23 | 1 | -1/+1 |
| | |||||
* | use http proxy settings from stage1 as post-install proxy settings for both ↵ | Olivier Blin | 2005-06-23 | 1 | -0/+12 |
| | | | | http and ftp connections | ||||
* | move loopback.pm to fs/loopback.pm | Pascal Rigaux | 2005-06-10 | 1 | -1/+0 |
| | | | | | (since it's tightly tight to many fs* things) | ||||
* | (leavingStep) if formatError() returns nothing, better display the raw error | Thierry Vignaud | 2005-06-09 | 1 | -1/+1 |
| | |||||
* | get rid of $clicked and $ent_number (obsolete) | Pascal Rigaux | 2005-06-06 | 1 | -11/+9 |
| | |||||
* | use bootloader->{message_text} instead of bootloader->{message} | Pascal Rigaux | 2005-06-06 | 1 | -0/+6 |
| | |||||
* | introduce network_is_cheap(), use it, and fix a boolean typo | Olivier Blin | 2005-06-03 | 1 | -2/+7 |
| | |||||
* | $o->{net}{type} is already defined in more appropriate places | Olivier Blin | 2005-06-03 | 1 | -4/+0 |
| | |||||
* | dropping pkg_install_if_requires_satisfied() (old & unused) | Pascal Rigaux | 2005-06-03 | 1 | -17/+0 |
| | |||||
* | - merge network settings in a $net hash (it modifies $o fields too): | Olivier Blin | 2005-06-03 | 1 | -15/+10 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 | ||||
* | keyboard::setup() is better named keyboard::setup_install() | Pascal Rigaux | 2005-06-03 | 1 | -2/+2 |
| | |||||
* | random service doesn't exist anymore | Olivier Blin | 2005-06-02 | 1 | -1/+1 |
| | |||||
* | - create keyboard::default() and use it | Pascal Rigaux | 2005-06-02 | 1 | -1/+1 |
| | | | | | - it uses keyboard::from_DMI() to get XkbModel when possible | ||||
* | make perl_checker happy | Pascal Rigaux | 2005-06-02 | 1 | -1/+1 |
| | |||||
* | revert very new titi sucks | Pascal Rigaux | 2005-06-02 | 1 | -1/+1 |
| | |||||
* | (miscellaneousAfter) fix very old uncatched bug | Thierry Vignaud | 2005-06-01 | 1 | -1/+1 |
| | |||||
* | make drakx-in-chroot work | Pascal Rigaux | 2005-05-30 | 1 | -0/+10 |
| | |||||
* | kderc_largedisplay() is no more needed | Pascal Rigaux | 2005-05-27 | 1 | -5/+1 |
| | |||||
* | kfm is gone for some time | Pascal Rigaux | 2005-05-27 | 1 | -12/+0 |
| |