summaryrefslogtreecommitdiffstats
path: root/perl-install/install
Commit message (Collapse)AuthorAgeFilesLines
* 10.4.233Pascal Rigaux2007-10-041-0/+2
|
* - use /dev/cdrom in fstab, but do not write corresponding udev rulePascal Rigaux2007-10-042-1/+5
| | | | | | | | | | (the rules will be generated at boot time otherwise it won't catch the hdX/srX switch) (ID_PATH is something like "pci-0000:00:1f.1-ide-1:0", so it can't catch the ide/scsi device name switch that occurs at first boot on a box with cdrom on pata and harddisk on sata)
* 10.4.232Olivier Blin2007-10-031-0/+2
|
* add helper to get kernel module path (to be used in draklive)Olivier Blin2007-10-031-0/+2
|
* 10.4.228Pascal Rigaux2007-10-031-0/+2
|
* - use /dev/cdrom in fstab, and write corresponding udev rulePascal Rigaux2007-10-032-0/+3
| | | | | (the rules were generated at boot time but here we ensure consistent naming)
* update (Fabián Mandelbaum)Thierry Vignaud2007-10-031-90/+13
|
* - 2008 logoPascal Rigaux2007-10-032-0/+1
|
* - bootloader:Pascal Rigaux2007-10-031-0/+3
| | | | | o if there is a /boot, check /boot instead of "/" to allow grub or not
* Updated Czech translationMichal Bukovjan2007-10-021-20/+11
|
* Update fr translationChristophe Berthelé2007-10-021-9/+5
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2007-10-021-13/+11
|
* update translation for HebrewDotan Kamber2007-10-021-8/+8
|
* add missing bug referenceThierry Vignaud2007-10-021-1/+1
|
* 10.4.227Thierry Vignaud2007-10-021-0/+2
|
* add ath5k module in wireless categoryOlivier Blin2007-10-021-0/+1
|
* updateTomasz Bednarski2007-10-021-14/+8
|
* (Options) improved wrapping of mount option descriptions (#19848) ;Thierry Vignaud2007-10-011-0/+3
| | | | | but we should use very short strings and move most of descriptions in help
* update translation for ItalianAndrea Celli2007-10-011-16/+9
|
* 10.4.224Pascal Rigaux2007-10-011-0/+2
|
* upJosé Melo2007-10-011-18/+10
|
* - don't keep noarch pkgs symlinked (to ../../../i586/media/main/xxx.rpm)Pascal Rigaux2007-10-012-1/+4
| | | | | when copying packages on disk
* with cp_with_progress_() with a cleaner prototype + the ability to passPascal Rigaux2007-10-011-5/+15
| | | | | options. (nb: option keep_special is not the default)
* pt_BR translationsWanderlei Antonio Cavassin2007-10-011-2/+4
|
* Updated zh_TW translationFunda Wang2007-10-011-3/+5
|
* Updated et translationFunda Wang2007-10-011-3/+5
|
* 10.4.223Pascal Rigaux2007-10-011-0/+2
|
* Japanese translation updated.Yukiko Bando2007-10-011-7/+7
|
* - diskdrake:Pascal Rigaux2007-10-011-0/+2
| | | | | o bugfix 10.4.162: allow "LVM" on RAID (#34359)
* Updated hu translationFunda Wang2007-10-011-20/+11
|
* Updated translationFunda Wang2007-10-011-3/+3
|
* Upddated POT fileFunda Wang2007-10-0171-19963/+21047
|
* fix translationFunda Wang2007-09-301-1/+1
|
* Update Finnish translation.Anssi Hannula2007-09-291-144/+32
|
* Updated Norwegian Nynorsk translation.Karl Ove Hufthammer2007-09-291-3/+3
|
* add acpi-cpufreq support for some Intel CPUs (family 6 model 15) (from ↵Olivier Blin2007-09-281-0/+3
| | | | Herton Ronaldo Krzesinski, #30208)
* 10.4.220Pascal Rigaux2007-09-281-0/+2
|
* - log_sizes: cleanup __db* filesPascal Rigaux2007-09-282-2/+2
|
* 10.4.219Pascal Rigaux2007-09-281-0/+2
|
* - ensure the rpmdb is closedPascal Rigaux2007-09-282-0/+3
|
* 10.4.218Pascal Rigaux2007-09-281-0/+2
|
* - add /etc/rpm/macros.cdbPascal Rigaux2007-09-283-1/+4
|
* Japanese translation updated.Yukiko Bando2007-09-271-1/+1
|
* Updated Indonesian TranslationsWilly Sudiarto Raharjo2007-09-271-17/+17
|
* 10.4.217Thierry Vignaud2007-09-271-0/+2
|
* Fix zh_CN translationFunda Wang2007-09-271-1/+1
|
* (load_from_uri) we don't handle #foobar like anchors, so strip themThierry Vignaud2007-09-271-0/+1
| | | | | out of links in order to prevent segfaulting
* (get_html_file)Thierry Vignaud2007-09-271-0/+3
| | | | | | - split it out of ask_fromW(), - use it in load_from_uri() so that we try translated links first (#33679)
* 10.4.216Pascal Rigaux2007-09-271-0/+2
|
* - localedrake: Pascal Rigaux2007-09-271-0/+4
| | | | | | | | | | | o allow to choose countries like "Angola" which have no locale (pt_AO) in the "best" countries (alas it won't be remembered, will only be used in kde settings for now) - a solution could be to put pt_AO in LANGUAGE? - another solution would be to really use LC_*=pt_AO, it should not be an issue since it will use pt which really is pt_PT