summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* Update Greek translationDimitrios Glentadakis2011-12-171-5/+5
|
* Update Greek translationDimitrios Glentadakis2011-12-171-7/+4
|
* Update Greek translationDimitrios Glentadakis2011-12-171-1/+1
|
* perl_checker cleanupsThierry Vignaud2011-12-171-5/+5
|
* (setupBootloader__entries) display partition labels when adding a foreign OSThierry Vignaud2011-12-172-1/+3
| | | | | (similar to previous commit, maybe should we share some helper for devices listing & GUI-formating)
* (setupBootloader__general) display partition labels in list instead of just ↵Thierry Vignaud2011-12-172-1/+5
| | | | | | | disk names in "boot device" choice hard disk names were displayed since 'as suggested in bug #21524, display the info on hard drives in the "boot device" choice' (pixel, 2006-03-09)
* (read_one) kill Dumper warningThierry Vignaud2011-12-171-3/+0
| | | | (present since "Rewrite gpt support with libparted" (pterjan, 2009-01-27))
* (_setup_and_start_X) split it out of new()Thierry Vignaud2011-12-161-42/+47
|
* (_launchX) split it out of new()Thierry Vignaud2011-12-161-48/+50
|
* do not hardcode systemd default through kernel command line, it should be ↵Olivier Blin2011-12-142-6/+3
| | | | easily overridable by just picking the proper init package
* (format_bus_ids) perl_checker cleanupThierry Vignaud2011-12-141-1/+1
|
* fix missing names after bogus cleaning-before-importing (mga#3745)Thierry Vignaud2011-12-143-1/+4
|
* (exitInstall) fix distro name in /root/drakx/READMEThierry Vignaud2011-12-121-2/+2
| | | | (bogus cleaning on importing drakx)
* Mageia 2 Alpha2 bannerAnne Nicolas2011-12-111-1/+1
|
* fix versionAnne Nicolas2011-12-111-1/+1
|
* update news Anne Nicolas2011-12-111-0/+4
|
* 13.72.1Thierry Vignaud2011-12-112-1/+3
|
* fix crash after mismerge (mga#3696)Thierry Vignaud2011-12-112-1/+2
|
* (raw) fix $HOME for all when runing as another user instead of root (mga#287)Thierry Vignaud2011-12-102-0/+5
| | | | make rpmdrake fix more generic
* Update Greek translationDimitrios Glentadakis2011-12-101-7/+10
|
* fix mismergeThierry Vignaud2011-12-101-1/+1
|
* 13.72Thierry Vignaud2011-12-102-1/+3
|
* do not display some bluetooth stuff as unknown (mga#1460)Thierry Vignaud2011-12-102-1/+2
|
* use a list for harddrakeThierry Vignaud2011-12-101-1/+2
|
* drakhelp: make it work somewhat despite lack of docThierry Vignaud2011-12-102-3/+4
|
* add a bug ID into NEWSThierry Vignaud2011-12-101-1/+1
|
* harddrake: prevent detecting some soft modems as scanners (mga#2753)Thierry Vignaud2011-12-102-1/+2
| | | | | | as usual sane-find-scanner is reporting wrongly too many devices, so we must filter them Here, let's filter harder soft modems
* fix bug ID in NEWSThierry Vignaud2011-12-101-1/+1
|
* (Gtk2::Notify::Queue->show) prevent net_applet to crash on notifications ↵Thierry Vignaud2011-12-102-1/+3
| | | | without icons (mga#2876)
* revert "identify xhci-hcd driven hw as bluetooth not usb"Thierry Vignaud2011-12-101-3/+0
|
* update for Mageia 2 - Alpha 2Anne Nicolas2011-12-091-0/+0
|
* fixed German translation typoOliver Burger2011-12-081-1/+1
|
* identify xhci-hcd driven hw as bluetooth not usbThierry Vignaud2011-12-071-0/+3
|
* revert incorrect change in is_netbook_nettop(), the regexp was ok, fix ↵Olivier Blin2011-12-071-2/+2
| | | | perl_checker instead
* (floppies) minor perl_checker cleanupThierry Vignaud2011-12-071-1/+1
|
* (is_netbook_nettop) fix typosThierry Vignaud2011-12-071-2/+2
| | | | | | | | detection was probably broken since introducing that function in "allow detection of low resources systems (extracted from compssUsers.pl) and netbooks/nettops" by blino on Oct 2 2008 (found by perl_checker)
* (getSCSI) fix test, thus only overwritting model if foundThierry Vignaud2011-12-071-1/+1
| | | | broken since "(_get_hd_vendor) factorize code (needed for next commit)" on 2010-01-18
* - update fi translationJani Välimaa2011-12-041-3/+3
|
* 13.71Anssi Hannula2011-12-042-1/+3
|
* service_harddrake: fix xorg.conf Driver switch regexpAnssi Hannula2011-12-042-1/+3
| | | | | This fixes a driver switch failing to alter xorg.conf when the Driver line doesn't contain default whitespacing (reported by Barry Jackson).
* libDrakx-standalone: update po filesAnssi Hannula2011-12-0471-4044/+5066
|
* fix standalone/po Make rule for POTILES.inAnssi Hannula2011-12-041-1/+1
|
* service_harddrake: show proper warning when a proprietary driver is wrongly ↵Anssi Hannula2011-12-042-6/+17
| | | | loaded
* service_harddrake: better messages in notify-x11-free-driver-switchAnssi Hannula2011-12-043-4/+8
|
* Update translationDimitrios Glentadakis2011-12-021-7/+9
|
* Update translationDimitrios Glentadakis2011-12-021-3/+3
|
*  13.70.2Thierry Vignaud2011-11-272-1/+3
|
* (secured_file) ensure that ~/tmp is correctly owned if createdThierry Vignaud2011-11-271-2/+11
| | | | | | | | callers should probably just use mkstemp in /tmp instead of relying on $TMPDIR || $ENV{HOME}/tmp or we should just move the choice of directoyr from callers to here, sg like: my $tmpdir = find { -d $_ } $ENV{TMPDIR}, "$ENV{HOME}/tmp", "$::prefix/tmp";
* (parse_release_file) silent perl_checkerThierry Vignaud2011-11-271-1/+1
|
* (secured_file) fix crashing on creating temp file if temp dir doesn't exist ↵Thierry Vignaud2011-11-272-0/+3
| | | | (mga#1396)