summaryrefslogtreecommitdiffstats
path: root/perl-install/install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* (media_screen) display tooltips describing mediaThierry Vignaud2012-12-131-0/+3
|
* 15.1015.10Thierry Vignaud2012-12-111-0/+2
|
* (add_kernel) revert rosa crap that breaks generating initrd (mga#8357)Thierry Vignaud2012-12-111-0/+2
|
* 15.915.9Thierry Vignaud2012-12-111-0/+2
|
* (prep_net_suppl_media) fix network set up for adding network media ifThierry Vignaud2012-12-111-0/+2
| | | | not up by stage1 (aka DVD/CD case, mga#8282)
* (part) if a partition has been manually formated, don't offer toThierry Vignaud2012-12-111-0/+4
| | | | format it again (for draklive-install, mga#7822)
* 15.815.8Thierry Vignaud2012-12-111-0/+2
|
* (prep_net_suppl_media) adapt to install::media API changeThierry Vignaud2012-12-111-0/+3
| | | | | thus fixing installing basesystem prior to adding a supplementary network medium
* 15.715.7Thierry Vignaud2012-12-101-0/+2
|
* (installUpdates) add all media instead of only update ones (mga#7959)Thierry Vignaud2012-12-101-0/+2
| | | | | | rationale: - DVD media are only partial, online media bring all media - nonfree medium on DVD will be partial (only firmware)
* (media_screen) no media is a critical errorThierry Vignaud2012-12-101-0/+1
|
* (media_screen blacklist unwanted media instead of whitelisting wanted onesThierry Vignaud2012-12-101-0/+4
| | | | thus fixing dual cd where media names are not the regular ones
* 15.615.6Thierry Vignaud2012-12-101-0/+2
|
* (load_font) set font familly & size system wideThierry Vignaud2012-12-101-0/+2
| | | | thus fixing font size in gurpmi & release notes (mga#67)
* (selectLanguage_install) change title of of "Multiple languages" dialogThierry Vignaud2012-12-101-0/+4
| | | | | box from "Please Choose A Language To Use" to "Select Additional Languages" (mga#7648)
* 15.515.5Thierry Vignaud2012-12-101-0/+2
|
* include new kernel-3.6 driversThierry Vignaud2012-12-101-0/+4
|
* 15.415.4Thierry Vignaud2012-12-091-0/+2
|
* (method_choices_raw) put grub-legacy before grub2Thierry Vignaud2012-12-091-0/+2
|
* 15.215.2Thierry Vignaud2012-12-071-0/+2
|
* (read_grub2) add fake gru2 conf readingThierry Vignaud2012-12-071-0/+1
| | | | else drakboot crashes
* (setPackages) skip media screen in auto installThierry Vignaud2012-12-071-0/+2
|
* 15.115.1Thierry Vignaud2012-12-071-0/+2
|
* add grub2 supportThierry Vignaud2012-12-071-0/+3
| | | | | | (from rosa but cleaned) (also rosa work is way incomplete: no filling of $booloader and the like...)
* 15.015.0Thierry Vignaud2012-12-061-0/+2
|
* (media_screen) enable to enable other mediaThierry Vignaud2012-12-061-0/+2
| | | | (such as 'nonfree', 'tainted' which are disabled by default)
* enable to skip keyboard step with keyboard optionThierry Vignaud2012-12-061-0/+2
|
* 14.5214.52Thierry Vignaud2012-12-041-0/+2
|
* fix missing command links (mga#8289)Thierry Vignaud2012-12-041-0/+1
| | | | | breakage introduced in commit r6341 by colin on 2012-10-22 ("Only emulate shell commands via perl if real versions do not exist already")
* add bug idThierry Vignaud2012-12-041-1/+1
|
* (empty_packages) fix initializing urpm objectThierry Vignaud2012-12-041-0/+1
|
* Mageia 3 beta 1 left backgroundAnne Nicolas2012-12-031-0/+1
|
* (chooseGroups) fix offering "selecting individual packages" whenThierry Vignaud2012-11-161-0/+3
| | | | pressing "previous" after selecting package groups
* 14.5114.51Thierry Vignaud2012-11-161-0/+2
|
* (saveSelected) fix a crash when pressing "previous" after selecting package ↵Thierry Vignaud2012-11-161-0/+1
| | | | groups
* retrieve package descriptions from XML meta-data instead of from huge hdlistsThierry Vignaud2012-11-161-0/+3
| | | | (fix not displaying packages description in network installs) (mga#549)
* 14.50.114.50.1Thierry Vignaud2012-11-151-0/+2
|
* include Parse::EDID for monitor-parse-edid (mga#8076)Thierry Vignaud2012-11-151-0/+2
|
* 14.5014.50Thierry Vignaud2012-11-061-0/+2
|
* reboot path fix was for finish-install, not regular installerThierry Vignaud2012-11-061-1/+0
|
* (get_label_width) prevent a horizontal scrollbar to appear in some dialogs ↵Thierry Vignaud2012-11-051-0/+1
| | | | (mga#7374)
* adapt to new reboot pathThierry Vignaud2012-11-031-0/+2
|
* fix NEWS fileAnne Nicolas2012-11-031-0/+2
|
* Mageia 3 alpha 3 bannerAnne Nicolas2012-11-031-0/+1
|
* Show a 'please wait' dialog while processing usrmove.Colin Guthrie2012-10-221-0/+1
| | | | Thanks Blino for the tip
* Ensure the filesystem is converted for usrmove on upgradeColin Guthrie2012-10-221-0/+1
|
* Only emulate shell commands via perl if real versions do not exist alreadyColin Guthrie2012-10-221-0/+2
|
* 14.4814.48Thierry Vignaud2012-10-221-0/+2
|
* (start_udev) fix detecting if udev is already runningThierry Vignaud2012-10-221-0/+1
| | | | | Spot by Colin, broken since commit r4817 June 5 2012: "(start_udev) do not start udev twice in debug mode"
* Layout stage2 filesystem in a post usrmove-esque way (symlinked bin, lib etc)Colin Guthrie2012-10-211-0/+1
|