Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (exitInstall) fix not ejecting DVD at end of installation (#48779) | Thierry Vignaud | 2009-03-30 | 1 | -1/+1 |
| | |||||
* | really set urpmi in automatic mode for non-interactive installs (and not ↵ | Olivier Blin | 2009-03-04 | 1 | -1/+1 |
| | | | | vice-versa) | ||||
* | set urpmi in automatic mode for non-interactive installs | Olivier Blin | 2009-03-03 | 1 | -1/+2 |
| | |||||
* | (beforeInstallPackages) no need to automatically configure urpmi, already done | Thierry Vignaud | 2009-03-02 | 1 | -3/+0 |
| | | | | | | when adding media CHECK ME: check additionnal media got written in urpmi.cfg too | ||||
* | (ask_change_cd) adapt to new API | Thierry Vignaud | 2009-03-02 | 1 | -2/+2 |
| | |||||
* | Correctly handle new msec-based settings during installation (#47822). | Eugeni Dodonov | 2009-02-16 | 1 | -2/+2 |
| | |||||
* | (installPackages) kill bogus warning comment from 2000-03-01 (sic) (r192580) | Thierry Vignaud | 2009-01-27 | 1 | -1/+1 |
| | |||||
* | - generate /root/drakx/package_list.pl at end of install | Pascal Rigaux | 2008-09-25 | 1 | -0/+2 |
| | | | | | (since we don't propose "Save packages selection" at end of install) | ||||
* | auto-configure floppies (in /etc/modprobe.preload.d/floppy) | Olivier Blin | 2008-09-23 | 1 | -0/+1 |
| | |||||
* | explicitely pass max rate when computing available size corrected (not to ↵ | Olivier Blin | 2008-09-23 | 1 | -3/+3 |
| | | | | depend on o->{compssListLevel} that currently defaults to max rate) | ||||
* | extract compssListLevel setting, for later factorization | Olivier Blin | 2008-09-23 | 1 | -2/+0 |
| | |||||
* | move rpmsrate values in variables | Olivier Blin | 2008-09-23 | 1 | -1/+1 |
| | |||||
* | do not bother set now unused $o->{libsafe}) ; drop ↵ | Thierry Vignaud | 2008-09-15 | 1 | -1/+0 |
| | | | | security::various::config_libsafe() | ||||
* | - keep in $o->{previous_release} the info about upgraded /etc/release, | Pascal Rigaux | 2008-09-01 | 1 | -0/+1 |
| | | | | | | | and pass "reason" and version to urpmi.addmedia - we also parse {version} field out of /etc/release | ||||
* | - if network access, configure urpmi with --mirrorlist --distrib, | Pascal Rigaux | 2008-09-01 | 1 | -19/+1 |
| | | | | | | | | | and install updates. This replaces the previous "Install Updates" step. - this calls gurpmi.addmedia/urpmi.addmedia and gurpmi2/urpmi in chroot - we do not allow anymore to choose which updates are going to be updated (ie choosePackagesTree is not used for this anymore) | ||||
* | - hack /tmp/.X11-unix to allow accessing X in chroot | Pascal Rigaux | 2008-09-01 | 1 | -0/+5 |
| | |||||
* | create any::install_bootloader_pkgs() as a simple wrapper around | Pascal Rigaux | 2008-08-22 | 1 | -1/+1 |
| | | | | | | | install_acpi_pkgs() (needed for next commit) | ||||
* | (installPackages) do not set $HOME while installing packages (#18088) | Thierry Vignaud | 2008-08-21 | 1 | -0/+1 |
| | |||||
* | move hardware packages detection code in pkgs | Olivier Blin | 2008-08-18 | 1 | -20/+1 |
| | |||||
* | adapt to latest drakx-net API | Olivier Blin | 2008-08-18 | 1 | -1/+1 |
| | |||||
* | - load disk/scsi before disk/ide since libata is now the default | Olivier Blin | 2008-07-10 | 1 | -3/+4 |
| | | | | | (to prevent modules::load_category from loading ide-generic too early) | ||||
* | detect KDE4 when configuring autologin | Olivier Blin | 2008-07-04 | 1 | -1/+1 |
| | |||||
* | - fix setting default lang (which is given by gfxboot) | Pascal Rigaux | 2008-03-18 | 1 | -2/+0 |
| | | | | | | nb: one must not set $o->{locale}{lang} directly, otherwise $o->{locale}{country} will not have a valid value, hence some issues... | ||||
* | - adapt code to upgrade from redhat for mdv extensions (& for Manbo | Thierry Vignaud | 2008-03-03 | 1 | -5/+5 |
| | | | | | Core by the way) | ||||
* | load disk/ide before disk/scsi (to prevent sata deps from overriding ↵ | Olivier Blin | 2008-02-12 | 1 | -1/+3 |
| | | | | non-libata pata modules) | ||||
* | - ensure /etc/sysconfig/console/default.kmap is generated with installed | Pascal Rigaux | 2007-11-26 | 1 | -0/+3 |
| | | | | | keymaps, not installer simplified (?) .bkmap (#35376) | ||||
* | add FIXME notes | Thierry Vignaud | 2007-10-09 | 1 | -0/+1 |
| | |||||
* | - use /dev/cdrom in fstab, but do not write corresponding udev rule | Pascal Rigaux | 2007-10-04 | 1 | -1/+1 |
| | | | | | | | | | | (the rules will be generated at boot time otherwise it won't catch the hdX/srX switch) (ID_PATH is something like "pci-0000:00:1f.1-ide-1:0", so it can't catch the ide/scsi device name switch that occurs at first boot on a box with cdrom on pata and harddisk on sata) | ||||
* | - use /dev/cdrom in fstab, and write corresponding udev rule | Pascal Rigaux | 2007-10-03 | 1 | -0/+1 |
| | | | | | (the rules were generated at boot time but here we ensure consistent naming) | ||||
* | - ensure the rpmdb is closed | Pascal Rigaux | 2007-09-28 | 1 | -0/+1 |
| | |||||
* | cleanup: use URPM::packages_providing() | Pascal Rigaux | 2007-09-14 | 1 | -1/+1 |
| | |||||
* | /etc/menu/enable_simplified and /etc/menu/do-not-create-menu-link are ↵ | Pascal Rigaux | 2007-08-29 | 1 | -8/+0 |
| | | | | obsolete and unused | ||||
* | drop /etc/sysconfig/usb configuration (not used anymore in initscripts) | Olivier Blin | 2007-08-23 | 1 | -1/+0 |
| | |||||
* | - adduserdrake, finish-install: | Pascal Rigaux | 2007-08-13 | 1 | -2/+7 |
| | | | | | | | | | | | | | | | o create only one user o fix checking user info (#32517) - install: o merge root password step and create user step (new setRootPassword_addUser step name, but still handle addUser setRootPassword in interactiveSteps for auto_installs) o fix checking user creation info (#32517) o allow to create only one user per default, but add an entry in summary to create more users o authentication method is not configurable anymore for now. should we add it to summary? | ||||
* | simplify code using Xconfig::proprietary::pkgs_for_Driver2 from ↵ | Pascal Rigaux | 2007-08-08 | 1 | -2/+2 |
| | | | | drakx-kbd-mouse-X11 0.21 | ||||
* | (miscellaneousBefore) better log message | Thierry Vignaud | 2007-08-07 | 1 | -1/+1 |
| | |||||
* | drop supermount support (it has been dropped from our kernel) | Pascal Rigaux | 2007-08-02 | 1 | -2/+1 |
| | |||||
* | service xfs is not used anymore by default (see also #32051) | Pascal Rigaux | 2007-08-01 | 1 | -1/+1 |
| | |||||
* | - auto_install: | Pascal Rigaux | 2007-06-19 | 1 | -0/+6 |
| | | | | | | | o ensure /etc/resolv.conf is configured in /mnt for network installs (reported by guillomovitch on freenode #mandrivafr) | ||||
* | do not try to configure dvd devices during install since /dev is wiped out ↵ | Olivier Blin | 2007-04-30 | 1 | -1/+0 |
| | | | | at reboot | ||||
* | re-sync after the big svn loss | Pascal Rigaux | 2007-04-25 | 1 | -0/+961 |