summaryrefslogtreecommitdiffstats
path: root/perl-install/install
Commit message (Collapse)AuthorAgeFilesLines
* update translation for ItalianAndrea Celli2008-09-281-191/+154
|
* update translation for ItalianAndrea Celli2008-09-281-75/+38
|
* 2008-09-28 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2008-09-281-14/+14
| | | | | | * nl.po: Updated Dutch translation
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2008-09-281-7/+7
|
* Update zh_TW translationShiva Huang2008-09-281-19/+19
|
* update Finnish translationsThomas Backlund2008-09-281-30/+24
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2008-09-271-1/+1
|
* greek (el) language update by NikosNikos Papadopoulos2008-09-271-234/+169
|
* typo fixThierry Vignaud2008-09-261-1/+1
|
* 11.56Thierry Vignaud2008-09-261-0/+2
|
* - dmraid devices: use isw_xxxxp1 instead of isw_xxxx1 (see #42542, #44182)Pascal Rigaux2008-09-261-0/+1
|
* (create_steps_window) remove hackThierry Vignaud2008-09-261-3/+0
|
* (display_release_notes) disable disable contextual menu on release notesThierry Vignaud2008-09-261-0/+2
|
* 11.55Pascal Rigaux2008-09-261-0/+2
|
* - never add usb-storage to scsi_hostadapter Pascal Rigaux2008-09-261-0/+2
| | | | | (never needed, and when wrongly added, it slows the boot)
* - ensure DPMS screensaver is not triggered during installPascal Rigaux2008-09-253-1/+7
| | | | | (it interacts badly with matchbox/compositing) (#44021)
* drakx-in-chroot: do not require running kernel to be installed, generate ↵Olivier Blin2008-09-251-0/+3
| | | | empty modules.dep and modules.alias files instead (useful when running drakx-in-chroot from a chroot)
* make gray background gradient available to mccThierry Vignaud2008-09-251-0/+0
|
* - generate /var/lib/rpm/installed-through-deps.listPascal Rigaux2008-09-254-0/+12
| | | | | | | | (to initialize urpmi orphans) - for this, we must ensure $packages (which is similar to urpmi's $urpm) has field {root}
* - generate /root/drakx/package_list.pl at end of install Pascal Rigaux2008-09-252-0/+5
| | | | | (since we don't propose "Save packages selection" at end of install)
* create selected_leaves_pl() out of g_default_packages()Pascal Rigaux2008-09-251-4/+9
|
* override latest buggy versionThierry Vignaud2008-09-241-1/+1
|
* 11.53.1Thierry Vignaud2008-09-241-0/+2
|
* (_gtk__MDV_Notebook) actually use better rendering for background gradientThierry Vignaud2008-09-241-0/+2
|
* 11.53Thierry Vignaud2008-09-241-0/+2
|
* move selection image so that it's available to MCC tooThierry Vignaud2008-09-241-0/+0
|
* log latest changeThierry Vignaud2008-09-241-0/+2
|
* 11.52.2Pascal Rigaux2008-09-241-0/+2
|
* - clean_rpmdb_shared_regions before and after calling gurpmi.addmedia/gurpmi2Pascal Rigaux2008-09-242-0/+5
| | | | | in chroot
* always set compssListLevel in interactive choosePackages step (even in ↵Olivier Blin2008-09-242-3/+3
| | | | auto-install)
* (installPackages) call Gtk2::Banner::update_text() instead of ↵Thierry Vignaud2008-09-241-1/+1
| | | | Gtk2::Banner::set_pixmap()
* Update French translationChristophe Berthelé2008-09-241-140/+21
|
* 11.52Thierry Vignaud2008-09-231-0/+2
|
* install cpufreq (defaulting to ondemand governor) instead of powernowd (#43769)Olivier Blin2008-09-232-1/+3
|
* auto-configure floppies (in /etc/modprobe.preload.d/floppy)Olivier Blin2008-09-232-0/+2
|
* oops, it should be lower caseOlivier Blin2008-09-231-1/+1
|
* allow setting compssListLevel from command lineOlivier Blin2008-09-232-0/+3
|
* oops, I meant o->{compssListLevel}Olivier Blin2008-09-231-1/+1
|
* reuse o->{rpmsrate_flags_chosen} (in disabled feather feature...)Olivier Blin2008-09-231-1/+1
|
* inline o->{compssListLevel} usage and remove useless parameterOlivier Blin2008-09-231-4/+4
|
* use o->{compssListLevel} instead of hardcoded default rate (so that it can ↵Olivier Blin2008-09-231-3/+2
| | | | be customized from command line later)
* use default packages rate (4) instead of max rate (5) as compssListLevel ↵Olivier Blin2008-09-231-1/+1
| | | | (since interactive installs don't depend on it being set to max anymore)
* explicitely pass max rate when computing available size corrected (not to ↵Olivier Blin2008-09-232-4/+4
| | | | depend on o->{compssListLevel} that currently defaults to max rate)
* extract compssListLevel setting, for later factorizationOlivier Blin2008-09-232-2/+3
|
* remove install::steps_interactive::setPackages, it's exactly the same as the ↵Olivier Blin2008-09-231-5/+0
| | | | install::steps::setPackages it's overriding
* move rpmsrate values in variablesOlivier Blin2008-09-233-3/+3
|
* Japanese translation updated.Yukiko Bando2008-09-231-55/+14
|
* 11.50.3Olivier Blin2008-09-221-0/+2
|
* fix/workaround crash when setting banner backgroundOlivier Blin2008-09-221-0/+3
| | | | | | | | | | (Can't call method "get_width" on an undefined value) it got broken three days ago (246038) by Gtk2::Banner changes, and install::steps_gtk calls Gtk2::Banner::set_pixmap without a real Gtk2::Banner object (but with an Install_Title object), which does not define back_pixbuf member to be fixed properly by the previous committer (not to name titi...)
* Fixing fuzzy entriesFelipe Arruda2008-09-221-63/+54
|