summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* include new kernel-3.6 driversThierry Vignaud2012-12-101-0/+4
|
* 15.4Thierry Vignaud2012-12-092-1/+3
|
* (method_choices_raw) put grub-legacy before grub2Thierry Vignaud2012-12-092-2/+4
|
* perl_checker cleanupThierry Vignaud2012-12-091-1/+1
|
* typo fixThierry Vignaud2012-12-091-1/+1
|
* 15.3Thierry Vignaud2012-12-092-1/+3
|
* (ask_network) fix a crash by lazy loading when needed services (DaveThierry Vignaud2012-12-092-0/+5
| | | | | | | | | | | | | Hodgins, mga#8335) perl_checker didn't find it b/c it saw a chain of module require (but in reallity it's not here b/c only one or a couple subs actually lazy load most modules in that chain so the odds of it being done are 0 in practice :-( ) Xconfig::glx -> detect_devices -> fs::proc_partitions -> partition_table -> fs -> fs::remote::* -> network::network -> network::shorewall -> services
* 15.2Thierry Vignaud2012-12-073-1/+5
|
* (read_grub2) add fake gru2 conf readingThierry Vignaud2012-12-073-0/+7
| | | | else drakboot crashes
* - Add support to detect if we're running in Hyper-V vm and automaticallyArnaud Patard2012-12-072-1/+12
| | | | | load storage driver when probing disks in this case.
* (setPackages) skip media screen in auto installThierry Vignaud2012-12-072-1/+3
|
* 15.1Thierry Vignaud2012-12-073-1/+5
|
* offer 'grub2' choiceThierry Vignaud2012-12-071-0/+3
|
* (install_grub2) add basic support for installing grub2Thierry Vignaud2012-12-071-0/+6
|
* (detectloader) make it return 'grub2' when grub2 is installedThierry Vignaud2012-12-071-0/+1
| | | | rationale: rosa work is incomplete
* add support for Grub2 when installing/removing kernelsThierry Vignaud2012-12-071-11/+32
| | | | | (from rosa but fixed) (also way incomplete...)
* add grub2 supportThierry Vignaud2012-12-073-9/+58
| | | | | | (from rosa but cleaned) (also rosa work is way incomplete: no filling of $booloader and the like...)
* extract hash into a variable (needed for next commit)Thierry Vignaud2012-12-071-6/+7
|
* (parse_grub2_config) introduce it in order to parse grub2 configThierry Vignaud2012-12-071-0/+37
| | | | (from rosa but cleaned)
* recognize grub2 magic (from rosa but cleaned)Thierry Vignaud2012-12-071-0/+8
| | | | warning: looks bogus and actually unused by Rosa...
* (read_grub_menu_lst) kill a very old perl_checker warningThierry Vignaud2012-12-071-1/+1
| | | | | | warning introduced in commit r256501 by pterjan on Apr 15 2009: "keep grub entries which refer to unknown devices verbatim instead of crashing (#48728)"
* 15.0Thierry Vignaud2012-12-062-1/+3
|
* (media_screen) hint if non_free is neededThierry Vignaud2012-12-061-0/+21
|
* (media_screen) only display release & update mediaThierry Vignaud2012-12-061-1/+2
| | | | else there're too many media and it's unreadable
* (media_screen) add FIXME notesThierry Vignaud2012-12-061-0/+6
|
* (media_screen) enable to enable other mediaThierry Vignaud2012-12-062-0/+60
| | | | (such as 'nonfree', 'tainted' which are disabled by default)
* (start_pushing_error,popup_errors,error) factorize "background" error handlingThierry Vignaud2012-12-062-8/+19
|
* (configure_media) rename it as update_media() for consistencyThierry Vignaud2012-12-062-2/+2
|
* (setPackages,configure_media) extract call to urpm::media::configure()Thierry Vignaud2012-12-062-1/+4
| | | | (needed for next commits)
* (setPackages) simplifyThierry Vignaud2012-12-061-13/+14
| | | | (needed for next commits)
* enable to skip keyboard step with keyboard optionThierry Vignaud2012-12-062-0/+3
|
* (setPackages) perl_checker fixThierry Vignaud2012-12-051-1/+2
|
* 14.52Thierry Vignaud2012-12-042-1/+3
|
* fix missing command links (mga#8289)Thierry Vignaud2012-12-042-1/+2
| | | | | 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-042-1/+2
|
* Mageia 3 beta 1 left backgroundAnne Nicolas2012-12-032-0/+1
|
* promote ibus-libpinyinFunda Wang2012-11-241-1/+1
|
* (chooseGroups) fix offering "selecting individual packages" whenThierry Vignaud2012-11-162-2/+8
| | | | pressing "previous" after selecting package groups
* 14.51Thierry Vignaud2012-11-162-1/+3
|
* (saveSelected) fix a crash when pressing "previous" after selecting package ↵Thierry Vignaud2012-11-162-1/+2
| | | | groups
* (cleanHeaders,extractHeaders) drop them again, they're no more neededThierry Vignaud2012-11-161-27/+0
|
* retrieve package descriptions from XML meta-data instead of from huge hdlistsThierry Vignaud2012-11-163-2/+43
| | | | (fix not displaying packages description in network installs) (mga#549)
* include perl modules for retrieving XML meta dataThierry Vignaud2012-11-161-0/+19
|
* (empty_packages) clean upThierry Vignaud2012-11-161-1/+1
| | | | | | | rationale: {count} is dead since switching to URPM ten years ago... (commit r198847 by fpons on Jul 10 2002: "use perl-URPM instead of rpmtools")
* (_rebuild_RPM_DB) extract it out of rpmDbOpen()Thierry Vignaud2012-11-161-20/+22
|
* perl_checker cleanupThierry Vignaud2012-11-161-1/+1
|
* 14.50.1Thierry Vignaud2012-11-152-1/+3
|
* include Parse::EDID for monitor-parse-edid (mga#8076)Thierry Vignaud2012-11-152-0/+3
|
* 14.50Thierry Vignaud2012-11-063-1/+5
|