| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
use sddm instead of kdm
use task-plasma5 instead of task-kde4
|
| |
|
|
|
|
|
| |
* dont remove crda, iw, wireless-regdb, usb_modeswitch, usb_modeswitch-data
(they are needed to be able to support hotplugged wireless hw)
|
|
|
|
|
| |
The country locale needs to be converted to a base locale name when
generating the list of package names (mga#3723).
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
original fix by Pablo Saratxaga
Mageia has he ability to choose both *language* and *country*
Language is used for choosing translations to be displayed, etc.
country for things like currency, etc.
(country may be deduced from other geographical settings rather than
choosen directly, but that is not the problem).
GNU libc locales embedd both concepts (language and country) in a single
locale.
Obviously those exists for only some combinations.
For cases were an existing matching locale doesn't exists, Mageia
chooses two locales, one for the language oriented settings, and another
four the country oriented settings.
Unlike normal installer where packages to be installed are choosen; in
draklive-install, we have a set of "all packages", and "uneeded" ones
are removed.
The problem was obviously the installer didn't see the "need" for the
locales-xx package for country; only language was checked.
This fixes that, the idea is to check for *both* $locale->{lang} and
$locale->{country}, which can lead two *two* neeeded locales-xx packages
|
|
|
|
|
|
| |
removed:
* b43-fwcutter, b43-openfwwf, atmel-firmware, speedtouch-firmware
* zd1211-firmware, isdn4k-utils, rfkill, x11-driver-input-wacom
|
|
|
|
| |
they're obsolete since switching from CVS/SVN to git...
|
| |
|
|
|
|
| |
dont know when some hw gets plugged that needs it
|
|
|
|
|
|
| |
kbluetooth is replaced by bluedevil, (#10082)
|
| |
|
|
|
|
|
|
|
|
| |
#7641):
- not to remove radeon-firmware in draklive-install if a matching card is present
- to install radeon-firmware during install
|
| |
|
| |
|
|
|
|
|
| |
- use 'LDAP' instead of 'Ldap'
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
with Mageia.
This commit consitsts of the following subversion commits:
------------------------------------------------------------------------
r431 | dmorgan | 2011-02-06 01:58:02 +0000 (Sun, 06 Feb 2011) | 1 line
Add drakx structure on the SVN
------------------------------------------------------------------------
r432 | dmorgan | 2011-02-06 01:59:38 +0000 (Sun, 06 Feb 2011) | 1 line
Import cleaned advertising
------------------------------------------------------------------------
r446 | dmorgan | 2011-02-06 22:37:08 +0000 (Sun, 06 Feb 2011) | 1 line
Import Clean perl-install
------------------------------------------------------------------------
r448 | dmorgan | 2011-02-06 23:02:36 +0000 (Sun, 06 Feb 2011) | 1 line
Add cleaned files
------------------------------------------------------------------------
r449 | dmorgan | 2011-02-06 23:03:52 +0000 (Sun, 06 Feb 2011) | 1 line
Import cleaned kernel
------------------------------------------------------------------------
r450 | dmorgan | 2011-02-06 23:23:30 +0000 (Sun, 06 Feb 2011) | 1 line
Import cleaned tools
------------------------------------------------------------------------
r451 | dmorgan | 2011-02-07 00:01:56 +0000 (Mon, 07 Feb 2011) | 1 line
Import stage1
------------------------------------------------------------------------
r473 | dmorgan | 2011-02-07 11:20:50 +0000 (Mon, 07 Feb 2011) | 1 line
Import images
------------------------------------------------------------------------
r497 | ennael | 2011-02-09 21:02:06 +0000 (Wed, 09 Feb 2011) | 2 lines
readd missing file
------------------------------------------------------------------------
r502 | pterjan | 2011-02-09 23:30:32 +0000 (Wed, 09 Feb 2011) | 1 line
Import rescue
------------------------------------------------------------------------
r603 | ennael | 2011-02-24 13:32:54 +0000 (Thu, 24 Feb 2011) | 2 lines
import cleaned rescue for Mageia
------------------------------------------------------------------------
r2061 | tv | 2011-10-20 20:32:19 +0100 (Thu, 20 Oct 2011) | 1 line
import (cleaned) doc
------------------------------------------------------------------------
|
| |
|
| |
|
|
|
|
| |
This reverts commit f5f2a44bbc1cdfde292b92febebfe9011acd5b05.
|
|
|
|
| |
It's used as the default locale on the flash
|
|
|
|
|
|
|
| |
Unused locale code tries to look for packages named locales-$cur_locale
but this isn't right when the locale is zh_TW or similar since the
package is named locales-zh for these locales. For such locales,
use the main locale name when doing the package lookup.
|
|
|
|
|
|
| |
If we do that, it will mess with the locale detection. Use a separate
variable for the prefix where to run urpme from, and use the normal
$::prefix for the rest of the code
|
|
|
|
|
|
|
| |
This is necessary for draklive-install on the Flash which does not
copy / to the hard disk but a subdirectory. If we don't take ::prefix
into account, we won't clean what we are about to install but the
currently running system.
|
|
|
|
|
|
|
|
|
|
| |
standalone mode, thus fixing wrongly selecting some 32bits packages on
x86_64 (#50148)
(regression introduced in r256659 on 2009-04-17;
"(detect_hardware_packages,simple_read_rpmsrate) do not offer to
install KDE packages on GNOME or LXDE (#49671)")
|
| |
|
| |
|
|
|
|
| |
KDE packages on GNOME or LXDE (#49671)
|
| |
|
|
|
|
| |
are detected
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
helpers into a new remove-unused-packages tool (and make it reusable)
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
| |
hardware)
|
|
|
|
| |
hardware)
|
| |
|
| |
|
| |
|
| |
|
| |
|