summaryrefslogtreecommitdiffstats
path: root/perl-install/install
Commit message (Collapse)AuthorAgeFilesLines
* - translate the pkg summary when mdv-rpm-summary info is availablePascal Rigaux2007-09-213-1/+22
| | | | | | (for the "Details" mode when installing packages) - ensure mdv-rpm-summary is installed first (if selected)
* 10.4.207Thierry Vignaud2007-09-201-0/+2
|
* add bug referenceThierry Vignaud2007-09-201-1/+1
|
* default input method is now scim-bridge (#32138)Thierry Vignaud2007-09-201-0/+3
|
* fix bug#33817Funda Wang2007-09-201-1/+1
|
* 10.4.206Thierry Vignaud2007-09-201-0/+2
|
* (summary) fix some banner icons (#33802)Thierry Vignaud2007-09-202-2/+4
|
* 10.4.205Olivier Blin2007-09-191-0/+2
|
* add ldetect-lst-modules.alias file in stage2Olivier Blin2007-09-192-1/+5
|
* add dkms-modules.alias file in stage2Olivier Blin2007-09-192-1/+2
|
* fix passing module options when module name contains a '-' characterOlivier Blin2007-09-191-0/+1
|
* (summary) stop configuring TV cards in summary since kernel do a better job nowThierry Vignaud2007-09-192-12/+2
|
* 10.4.204Pascal Rigaux2007-09-191-0/+2
|
* in my tests with drakx-in-chroot, i end up change_phys_medium being called byPascal Rigaux2007-09-191-2/+2
| | | | | | get_file_and_size, so ensure $o->{packages} is passed, otherwise it breaks needToCopy action
* - individual package selection: make the package "Info" non editablePascal Rigaux2007-09-191-0/+1
|
* - diskdrake :Pascal Rigaux2007-09-191-0/+2
| | | | | | o do not allow partitions bigger than 2TB-1 on DOS MBR, nor partitions starting above 2TB-1
* - diskdrake:Pascal Rigaux2007-09-191-0/+2
| | | | | o "Clear All" defaults to LVM on full disk if drive is >4TB
* restore banner on pop up messages (#33753)Pascal Rigaux2007-09-191-0/+1
| | | | | | | the tricky part here is we need to differentiate the case when the empty box given in ugtk2.pm was really meant to be discarded (eg: diskdrake during install), but don't want to discard the child if it's useful (wait_message)
* o handle /boot/xxx files on linux raid1Pascal Rigaux2007-09-191-0/+1
|
* allow to specify keep_unrequested_dependencies in auto_instOlivier Blin2007-09-192-3/+5
|
* do not use $::o in install::pkgs (to be consistent with next commit and to ↵Olivier Blin2007-09-192-3/+3
| | | | please pixel)
* add RC2 bannerOlivier Blin2007-09-182-0/+1
|
* - when basesystem can't be selected, display the reasonPascal Rigaux2007-09-182-9/+19
|
* allow use_uuid=0Pascal Rigaux2007-09-171-1/+1
|
* - also load dm-zero for dmraidPascal Rigaux2007-09-171-0/+2
|
* 10.4.201Pascal Rigaux2007-09-171-1/+3
|
* - fix loading dependencies of kernel module "xxx-yyy" (instead of "xxx_yyy")Pascal Rigaux2007-09-171-0/+2
| | | | | | | | (eg: dm-mirror) hint: dependencies_closure("dm-mirror") doesn't work, whereas dependencies_closure("dm_mirror") do
* - report_bug: hide grub password (#33634)Pascal Rigaux2007-09-171-0/+1
|
* - fix blocking wait_message (when they pop) (#33676, #33670)Pascal Rigaux2007-09-171-0/+1
| | | | | | | the fix is quite ugly: don't use banner when we pop and have a "child" but the code was buggy anyway, the "child" was dropped, replaced by the banner
* (IM2packages) only run "chksession -l" if neededThierry Vignaud2007-09-171-0/+2
|
* (create_treeview_list) use ellipsis in order to prevent horizontal scroll barThierry Vignaud2007-09-171-0/+2
|
* - advertising: restore support for $title in .pl files (wrongly dropped in ↵Pascal Rigaux2007-09-173-0/+12
| | | | 10.4.195)
* 10.4.199Olivier Blin2007-09-161-0/+2
|
* make modules::*::get_above return a list, and thus fix loading of tifm_sd ↵Olivier Blin2007-09-161-0/+2
| | | | module during install
* 10.4.198Thierry Vignaud2007-09-151-0/+2
|
* transform "use lang" into "require lang" (lang.pm doesn't exportThierry Vignaud2007-09-151-0/+1
| | | | | | anything anyway, thus making stuff require any.pm then lang.pm works as well as stuff requiring lang.pm then any.pm
* install scim-bridge-qt4 if KDE4 is installedThierry Vignaud2007-09-151-0/+3
|
* better log for installThierry Vignaud2007-09-151-1/+1
|
* 10.4.197Thierry Vignaud2007-09-151-0/+2
|
* kill extra SCIM combinations (simpler) (UTUMI Hirosi)Thierry Vignaud2007-09-151-0/+1
|
* install scim-qtimm for scim default configThierry Vignaud2007-09-151-0/+1
|
* log another changeThierry Vignaud2007-09-151-0/+1
|
* install needed packages for skim (UTUMI Hirosi)Thierry Vignaud2007-09-151-0/+3
|
* 10.4.196Pascal Rigaux2007-09-141-0/+2
|
* advertising: drop support for .pl files, only {title} was still supported, ↵Pascal Rigaux2007-09-142-10/+0
| | | | and it's unused
* cleanup: use URPM::packages_providing()Pascal Rigaux2007-09-144-11/+5
|
* - packageCallbackChoices: use prefered packages given by perl-URPM 2.00 Pascal Rigaux2007-09-142-13/+7
| | | | | and perl-URPM now handles nicely locales-* as prefered packages
* - create resolve_requested_and_check() which nicely check selection failuresPascal Rigaux2007-09-141-17/+19
| | | | | - keep_unrequested_dependencies is now a global flag in perl-URPM 2.01
* selectPackage:Pascal Rigaux2007-09-141-4/+2
| | | | | | - stop reporting false errors - much nicer error message
* complete translationPer Øyvind Karlsen2007-09-141-120/+15
|