summaryrefslogtreecommitdiffstats
path: root/perl-install/install/any.pm
Commit message (Collapse)AuthorAgeFilesLines
...
* drop (broken) support for Alpha, PPC, Sparc & most of IA64Thierry.Vignaud2014-05-261-5/+1
| | | | | | | | | | | | | Including Xsun, silo & yaboot support Rationale: it's unused/unmaintained for years and those arches are beyond any hope of being usefull any day... They just got in the way... Part of IA64 support is still kept (eg: support for GPT, EFI, right xorg driver at install, ...) as it might be usefull to extend to other arches Next to consider: Xbox?
* fix log messageThierry Vignaud2014-02-191-1/+1
|
* (write_fstab) make it more readableThierry Vignaud2014-02-071-2/+2
|
* do warn on first screenshot (mga#11176)Thierry Vignaud2014-01-211-1/+1
| | | | first screenshot already exists by this time...
* ensure fb2png ends in logsThierry Vignaud2014-01-211-1/+1
|
* do not warn if a screenshot already has been taked (mga#11176)Thierry Vignaud2014-01-211-0/+3
| | | | | as help runs in a one shot process, it doesn't remember the warning has already been done
* hint that nonfree is needed if a CPU needs a microcodeThierry Vignaud2013-12-201-1/+5
|
* drop useless commentThierry Vignaud2013-08-251-1/+0
|
* install open-vm-tools on VMware hypervisorThierry Vignaud2013-08-241-0/+2
|
* update TODO listThierry Vignaud2013-05-171-2/+1
|
* preselect nonfree if neededThierry Vignaud2013-05-171-0/+10
|
* save test value in a variable (needed for next commits)Thierry Vignaud2013-05-171-1/+2
|
* cache value (thus logging only once)Thierry Vignaud2013-05-171-1/+8
| | | | (needed for next commits)
* hint that nonfree is needed if a driver needs a nonfree firmwareThierry Vignaud2013-05-171-1/+6
|
* log which nonfree firmware packages are needed for X.orgThierry Vignaud2013-05-171-1/+3
|
* install 'basesystem-minimal' instead of 'basesystem' prior to add extra mediaThierry Vignaud2013-05-011-3/+3
| | | | thus fixing "basesystem package not selected" (mga#9611)
* include mount options in auto_inst.plThierry Vignaud2013-04-301-1/+1
|
* include more partition fields in auto_inst.pl (mga#9784)Thierry Vignaud2013-04-301-1/+1
| | | | | | | include qw(hd level parts VG_name) also sort fields we might miss VGs though...
* install shorewall-ipv6 along shorewall (mga#9401)Thierry Vignaud2013-04-271-1/+1
|
* add support for new media helpThierry Vignaud2013-04-211-0/+2
|
* convert from ask_from() to ask_from_()Thierry Vignaud2013-04-211-2/+2
| | | | (needed for next commit)
* prevent selecting an update medium without its parent mediumThierry Vignaud2012-12-211-1/+5
|
* (media_screen) display better release medium name in update medium descriptionThierry Vignaud2012-12-211-1/+1
| | | | | display medium name instead of path (eg: "Core Release" instead of "core/release"
* do not duplicate dialog titleThierry Vignaud2012-12-141-1/+0
|
* show which media are actually disabled when offering to add supplementary onesThierry Vignaud2012-12-141-1/+1
|
* fix missing ")" in messageThierry Vignaud2012-12-141-1/+1
|
* (media_screen) prevent unselecting 'Main Release' on mdv server tooThierry Vignaud2012-12-131-1/+1
|
* (media_screen) display tooltips for update media tooThierry Vignaud2012-12-131-1/+2
|
* (media_screen) merge grep into map (needed for next commit)Thierry Vignaud2012-12-131-4/+3
|
* (media_screen) display tooltips describing mediaThierry Vignaud2012-12-131-0/+1
|
* (media_screen) simplifyThierry Vignaud2012-12-131-2/+3
|
* (media_screen) 'format' is unsupported for checkboxesThierry Vignaud2012-12-131-1/+0
|
* (media_screen) use media.cfg keywords in order to white list the media we wantThierry Vignaud2012-12-131-1/+5
| | | | needs urpmi-7.14
* (setPackages) make logs slightly more readableThierry Vignaud2012-12-131-1/+1
|
* (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)
* (setPackages) update commentThierry Vignaud2012-12-111-1/+1
|
* (prep_net_suppl_media) adapt to install::media API changeThierry Vignaud2012-12-111-1/+4
| | | | | thus fixing installing basesystem prior to adding a supplementary network medium
* (media_screen) update TODO listThierry Vignaud2012-12-101-0/+2
|
* (media_screen) no media is a critical errorThierry Vignaud2012-12-101-0/+1
|
* (media_screen) log choosen mediaThierry Vignaud2012-12-101-0/+2
|
* (media_screen blacklist unwanted media instead of whitelisting wanted onesThierry Vignaud2012-12-101-1/+2
| | | | thus fixing dual cd where media names are not the regular ones
* (setPackages) skip media screen in auto installThierry Vignaud2012-12-071-1/+1
|
* (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-061-0/+58
| | | | (such as 'nonfree', 'tainted' which are disabled by default)
* (start_pushing_error,popup_errors,error) factorize "background" error handlingThierry Vignaud2012-12-061-8/+2
|
* (configure_media) rename it as update_media() for consistencyThierry Vignaud2012-12-061-1/+1
|
* (setPackages,configure_media) extract call to urpm::media::configure()Thierry Vignaud2012-12-061-0/+4
| | | | (needed for next commits)
* (setPackages) simplifyThierry Vignaud2012-12-061-13/+14
| | | | (needed for next commits)