Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | drop useless comment | Thierry Vignaud | 2013-08-25 | 1 | -1/+0 |
| | |||||
* | install open-vm-tools on VMware hypervisor | Thierry Vignaud | 2013-08-24 | 1 | -0/+2 |
| | |||||
* | update TODO list | Thierry Vignaud | 2013-05-17 | 1 | -2/+1 |
| | |||||
* | preselect nonfree if needed | Thierry Vignaud | 2013-05-17 | 1 | -0/+10 |
| | |||||
* | save test value in a variable (needed for next commits) | Thierry Vignaud | 2013-05-17 | 1 | -1/+2 |
| | |||||
* | cache value (thus logging only once) | Thierry Vignaud | 2013-05-17 | 1 | -1/+8 |
| | | | | (needed for next commits) | ||||
* | hint that nonfree is needed if a driver needs a nonfree firmware | Thierry Vignaud | 2013-05-17 | 1 | -1/+6 |
| | |||||
* | log which nonfree firmware packages are needed for X.org | Thierry Vignaud | 2013-05-17 | 1 | -1/+3 |
| | |||||
* | install 'basesystem-minimal' instead of 'basesystem' prior to add extra media | Thierry Vignaud | 2013-05-01 | 1 | -3/+3 |
| | | | | thus fixing "basesystem package not selected" (mga#9611) | ||||
* | include mount options in auto_inst.pl | Thierry Vignaud | 2013-04-30 | 1 | -1/+1 |
| | |||||
* | include more partition fields in auto_inst.pl (mga#9784) | Thierry Vignaud | 2013-04-30 | 1 | -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 Vignaud | 2013-04-27 | 1 | -1/+1 |
| | |||||
* | add support for new media help | Thierry Vignaud | 2013-04-21 | 1 | -0/+2 |
| | |||||
* | convert from ask_from() to ask_from_() | Thierry Vignaud | 2013-04-21 | 1 | -2/+2 |
| | | | | (needed for next commit) | ||||
* | prevent selecting an update medium without its parent medium | Thierry Vignaud | 2012-12-21 | 1 | -1/+5 |
| | |||||
* | (media_screen) display better release medium name in update medium description | Thierry Vignaud | 2012-12-21 | 1 | -1/+1 |
| | | | | | display medium name instead of path (eg: "Core Release" instead of "core/release" | ||||
* | do not duplicate dialog title | Thierry Vignaud | 2012-12-14 | 1 | -1/+0 |
| | |||||
* | show which media are actually disabled when offering to add supplementary ones | Thierry Vignaud | 2012-12-14 | 1 | -1/+1 |
| | |||||
* | fix missing ")" in message | Thierry Vignaud | 2012-12-14 | 1 | -1/+1 |
| | |||||
* | (media_screen) prevent unselecting 'Main Release' on mdv server too | Thierry Vignaud | 2012-12-13 | 1 | -1/+1 |
| | |||||
* | (media_screen) display tooltips for update media too | Thierry Vignaud | 2012-12-13 | 1 | -1/+2 |
| | |||||
* | (media_screen) merge grep into map (needed for next commit) | Thierry Vignaud | 2012-12-13 | 1 | -4/+3 |
| | |||||
* | (media_screen) display tooltips describing media | Thierry Vignaud | 2012-12-13 | 1 | -0/+1 |
| | |||||
* | (media_screen) simplify | Thierry Vignaud | 2012-12-13 | 1 | -2/+3 |
| | |||||
* | (media_screen) 'format' is unsupported for checkboxes | Thierry Vignaud | 2012-12-13 | 1 | -1/+0 |
| | |||||
* | (media_screen) use media.cfg keywords in order to white list the media we want | Thierry Vignaud | 2012-12-13 | 1 | -1/+5 |
| | | | | needs urpmi-7.14 | ||||
* | (setPackages) make logs slightly more readable | Thierry Vignaud | 2012-12-13 | 1 | -1/+1 |
| | |||||
* | (prep_net_suppl_media) fix network set up for adding network media if | Thierry Vignaud | 2012-12-11 | 1 | -0/+2 |
| | | | | not up by stage1 (aka DVD/CD case, mga#8282) | ||||
* | (setPackages) update comment | Thierry Vignaud | 2012-12-11 | 1 | -1/+1 |
| | |||||
* | (prep_net_suppl_media) adapt to install::media API change | Thierry Vignaud | 2012-12-11 | 1 | -1/+4 |
| | | | | | thus fixing installing basesystem prior to adding a supplementary network medium | ||||
* | (media_screen) update TODO list | Thierry Vignaud | 2012-12-10 | 1 | -0/+2 |
| | |||||
* | (media_screen) no media is a critical error | Thierry Vignaud | 2012-12-10 | 1 | -0/+1 |
| | |||||
* | (media_screen) log choosen media | Thierry Vignaud | 2012-12-10 | 1 | -0/+2 |
| | |||||
* | (media_screen blacklist unwanted media instead of whitelisting wanted ones | Thierry Vignaud | 2012-12-10 | 1 | -1/+2 |
| | | | | thus fixing dual cd where media names are not the regular ones | ||||
* | (setPackages) skip media screen in auto install | Thierry Vignaud | 2012-12-07 | 1 | -1/+1 |
| | |||||
* | (media_screen) hint if non_free is needed | Thierry Vignaud | 2012-12-06 | 1 | -0/+21 |
| | |||||
* | (media_screen) only display release & update media | Thierry Vignaud | 2012-12-06 | 1 | -1/+2 |
| | | | | else there're too many media and it's unreadable | ||||
* | (media_screen) add FIXME notes | Thierry Vignaud | 2012-12-06 | 1 | -0/+6 |
| | |||||
* | (media_screen) enable to enable other media | Thierry Vignaud | 2012-12-06 | 1 | -0/+58 |
| | | | | (such as 'nonfree', 'tainted' which are disabled by default) | ||||
* | (start_pushing_error,popup_errors,error) factorize "background" error handling | Thierry Vignaud | 2012-12-06 | 1 | -8/+2 |
| | |||||
* | (configure_media) rename it as update_media() for consistency | Thierry Vignaud | 2012-12-06 | 1 | -1/+1 |
| | |||||
* | (setPackages,configure_media) extract call to urpm::media::configure() | Thierry Vignaud | 2012-12-06 | 1 | -0/+4 |
| | | | | (needed for next commits) | ||||
* | (setPackages) simplify | Thierry Vignaud | 2012-12-06 | 1 | -13/+14 |
| | | | | (needed for next commits) | ||||
* | (setPackages) perl_checker fix | Thierry Vignaud | 2012-12-05 | 1 | -1/+2 |
| | |||||
* | install cpupower instead of cpupower | Thierry Vignaud | 2012-09-12 | 1 | -1/+1 |
| | |||||
* | diskdrake: install nfs-utils instead of nfs-utils-clients | Olivier Blin | 2012-07-22 | 1 | -1/+1 |
| | | | | | (#6570, merged back in nfs-utils) | ||||
* | (setPackages) show all errors at once when setting media | Thierry Vignaud | 2012-06-23 | 1 | -5/+15 |
| | |||||
* | (setPackages) simplify after previous commit | Thierry Vignaud | 2012-06-11 | 1 | -4/+2 |
| | |||||
* | (setPackages) kill 6 years old hack for selecting task-kde on upgrade (when ↵ | Thierry Vignaud | 2012-06-11 | 1 | -4/+0 |
| | | | | it was introduced) | ||||
* | (setPackages) call clean_rpmdb_shared_regions() early thus fixing upgrade ↵ | Thierry Vignaud | 2012-06-11 | 1 | -0/+4 |
| | | | | | | | | with rpm-4.10.0: "error: db5 error (-30969) from dbenv->open: BDB0091 DB_VERSION_MISMATCH: Database environment version mismatch error: cannot open Packages index using db5 - (-30969) error: cannot open Packages database in /mnt/var/lib/rpm/" |