Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 12.35 | Olivier Blin | 2009-04-24 | 1 | -0/+2 |
| | |||||
* | remove unused parameter in installPackages (fix passing interactive setting) | Olivier Blin | 2009-04-24 | 1 | -0/+3 |
| | |||||
* | 12.34 | Thierry Vignaud | 2009-04-24 | 1 | -0/+2 |
| | |||||
* | do not set urpmi in automatic mode for gtk installs | Olivier Blin | 2009-04-24 | 1 | -0/+3 |
| | | | | | (was set correctly for plain interactive installs only) | ||||
* | add regression tracking data | Thierry Vignaud | 2009-04-23 | 1 | -0/+1 |
| | |||||
* | 12.33 | Thierry Vignaud | 2009-04-23 | 1 | -0/+2 |
| | |||||
* | (selectInstallClass) fix not offering to upgrade 32 bit installations | Thierry Vignaud | 2009-04-23 | 1 | -0/+1 |
| | | | | | | (regression introduced by pterjan in r255238 on 2009-03-31: "Don't list installed distros with other archs as ugrading betweenarchs is not supported") | ||||
* | handle virtio block devices | Pascal Terjan | 2009-04-23 | 1 | -0/+2 |
| | |||||
* | 12.32 | Thierry Vignaud | 2009-04-23 | 1 | -0/+2 |
| | |||||
* | (adjust_paths_in_urpmi_cfg) fix cdrom path in urpmi.cfg for dual arch ISOs | Thierry Vignaud | 2009-04-23 | 1 | -0/+1 |
| | |||||
* | (interactive_help) fix displaying help at install time | Thierry Vignaud | 2009-04-22 | 1 | -0/+3 |
| | |||||
* | 12.31 | Thierry Vignaud | 2009-04-22 | 1 | -0/+2 |
| | |||||
* | (empty_packages) use --force like older installer (and drop | Thierry Vignaud | 2009-04-22 | 1 | -1/+1 |
| | | | | | --replacepkgs which is implied by force in URPM.xs) | ||||
* | (empty_packages) use --replacepkgs like older installer | Thierry Vignaud | 2009-04-22 | 1 | -0/+2 |
| | |||||
* | (createXconf) set mouse driver as 'vmmouse' for vmware (#49654) | Thierry Vignaud | 2009-04-22 | 1 | -0/+1 |
| | |||||
* | fix left background | Anne Nicolas | 2009-04-22 | 1 | -0/+1 |
| | |||||
* | log annes's change | Thierry Vignaud | 2009-04-21 | 1 | -0/+1 |
| | |||||
* | handle partition starting after 1To | Pascal Terjan | 2009-04-21 | 1 | -1/+3 |
| | |||||
* | 12.30 | Thierry Vignaud | 2009-04-21 | 1 | -0/+2 |
| | |||||
* | (check) add a basic testsuite (ensuring it compiles) in order to | Thierry Vignaud | 2009-04-21 | 1 | -0/+2 |
| | | | | | | | prevent future crashes like #50009 rationale: make sure every perl module and tool pass perl_checker | ||||
* | log anne's changes | Thierry Vignaud | 2009-04-21 | 1 | -0/+1 |
| | |||||
* | (upgrade_kde3_to_kde4) fix checking for kde3 (which is now in /opt) | Thierry Vignaud | 2009-04-21 | 1 | -0/+1 |
| | |||||
* | (upgrade_kde3_to_kde4) do not offer to stop the install when kde3 is | Thierry Vignaud | 2009-04-21 | 1 | -0/+2 |
| | | | | | | | | installed since kde3 to kde4 upgrade is now done through kde4 packages obsoleting kde3 ones just silently select task-kde4 | ||||
* | render ext4 partition as red like ext3 ones | Thierry Vignaud | 2009-04-21 | 1 | -0/+1 |
| | |||||
* | (part_raw) display a progress bar while formating an ext4 partition | Thierry Vignaud | 2009-04-21 | 1 | -1/+3 |
| | |||||
* | do not run udevadm in install mode | Pascal Terjan | 2009-04-21 | 1 | -0/+2 |
| | |||||
* | typo fix | Thierry Vignaud | 2009-04-20 | 1 | -1/+1 |
| | |||||
* | 12.29 | Thierry Vignaud | 2009-04-20 | 1 | -0/+3 |
| | |||||
* | (_install_raw,monitor_full_edid) do not log perl warnings about | Thierry Vignaud | 2009-04-20 | 1 | -0/+3 |
| | | | | | missing/not-yet-installed locales while installing and while probing EDID | ||||
* | 12.28.1 | Thierry Vignaud | 2009-04-16 | 1 | -0/+2 |
| | |||||
* | (read_grub_menu_lst) fix crash introduced in latest commit... | Thierry Vignaud | 2009-04-16 | 1 | -0/+2 |
| | |||||
* | windows boot partition is the active one (#49483) | Pascal Terjan | 2009-04-15 | 1 | -0/+2 |
| | |||||
* | 12.2812.28 | Thierry Vignaud | 2009-04-15 | 1 | -0/+2 |
| | |||||
* | Move NEWS entries around | Pascal Terjan | 2009-04-15 | 1 | -2/+1 |
| | |||||
* | do not crash when encountering bad signatures in automatic install | Olivier Blin | 2009-04-15 | 1 | -0/+1 |
| | |||||
* | move a changelog from 12.27 into 12.26.2 as it really was released | Thierry Vignaud | 2009-04-15 | 1 | -1/+1 |
| | | | | | with it | ||||
* | display an error when mount fails during View action | Pascal Terjan | 2009-04-15 | 1 | -0/+1 |
| | |||||
* | - include mount.ntfs-3g in install and rescue | Pascal Terjan | 2009-04-15 | 1 | -0/+5 |
| | | | | | | - add various command to rescue | ||||
* | - handle firmware loading in stage2 too | Pascal Terjan | 2009-04-14 | 1 | -0/+1 |
| | |||||
* | (get_file_and_size) be more compatible with older http code for error management | Thierry Vignaud | 2009-04-09 | 1 | -0/+2 |
| | |||||
* | 12.26.212.26.2 | Thierry Vignaud | 2009-04-09 | 1 | -0/+2 |
| | |||||
* | (get_file_and_size) fix crashing when using urpmi early to download stuff ↵ | Thierry Vignaud | 2009-04-09 | 1 | -0/+3 |
| | | | | for network installs | ||||
* | better log | Thierry Vignaud | 2009-04-09 | 1 | -1/+1 |
| | |||||
* | 12.26.112.26.1 | Thierry Vignaud | 2009-04-08 | 1 | -0/+2 |
| | |||||
* | (_get_media_url) handle NFS & CDROM media with arched directory (aka 'i586/') | Thierry Vignaud | 2009-04-08 | 1 | -0/+3 |
| | |||||
* | release the installer too | Thierry Vignaud | 2009-04-08 | 1 | -0/+2 |
| | |||||
* | better log | Thierry Vignaud | 2009-04-08 | 1 | -1/+1 |
| | |||||
* | (adjust_paths_in_urpmi_cfg) fix mount point for disk media | Thierry Vignaud | 2009-04-08 | 1 | -0/+1 |
| | | | | | | rationale: for disk & nfs install, either resolve /tmp/image (using real mount point) or drop $::prefix, which makes url matches real mount point | ||||
* | (main) log where we segfaulted | Thierry Vignaud | 2009-04-08 | 1 | -0/+1 |
| | |||||
* | (install::http::get_file_and_size) just use curl instead of using our | Thierry Vignaud | 2009-04-08 | 1 | -0/+2 |
| | | | | | own http stack (thus fixing unable to set up network addittional media, #48887) |