Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | - localedrake: | Pascal Rigaux | 2007-11-08 | 1 | -0/+2 |
| | | | | | o fix handling variant together with charset (eg: uz.UTF-8@Latn) (#35090) | ||||
* | updates | Keld Simonsen | 2007-10-30 | 1 | -145/+35 |
| | |||||
* | Updated Indonesian Translations | Willy Sudiarto Raharjo | 2007-10-27 | 1 | -3/+5 |
| | |||||
* | add some debug message: detect @::auto_steps containing invalid step | Pascal Rigaux | 2007-10-26 | 1 | -2/+5 |
| | | | | | (esp when used in patch-oem.pl) | ||||
* | - partitioning wizard: ensure existing_part and resize_fat are proposed before | Pascal Rigaux | 2007-10-19 | 1 | -0/+2 |
| | | | | | wipe_drive | ||||
* | /dev/<vg_name> doesn't exist in drakx-in-chroot (why?), but at least it's not | Pascal Rigaux | 2007-10-17 | 1 | -1/+1 |
| | | | | | needed for lilo since we don't use lilo in chroot | ||||
* | - in case of ftp/http media, we select basesystem before doing | Pascal Rigaux | 2007-10-15 | 2 | -6/+18 |
| | | | | | | bestKernelPackage so we must ensure the choice callback selects the good kernel (reported by Thomas Spuhler on cooker mailing list) | ||||
* | - localedrake: | Pascal Rigaux | 2007-10-15 | 1 | -0/+1 |
| | | | | | | | | o do propose "Suisse" after selecting french language (#34675) nb: it was not selected because CH is associated to de_CH whereas it also exists fr_CH. hence country_to_locales() | ||||
* | - use time() to know when to timeout (when launching installer X server) | Pascal Rigaux | 2007-10-11 | 2 | -0/+8 |
| | | | | | | | since the loop may be slower than 1 second (xf86misc::main::Xtest takes time on a failing X server on i810). Also print a message telling user to wait after 8 seconds. | ||||
* | update by Alexander | Arpad Biro | 2007-10-10 | 1 | -167/+75 |
| | |||||
* | (main) stop handling Discovery & 'Powerpack+ which do not exist anymore | Thierry Vignaud | 2007-10-09 | 1 | -2/+0 |
| | |||||
* | add FIXME notes | Thierry Vignaud | 2007-10-09 | 2 | -0/+2 |
| | |||||
* | installer segfaulting doesn't imply memory is missing | Pascal Rigaux | 2007-10-09 | 1 | -1/+1 |
| | |||||
* | 10.4.238 | Pascal Rigaux | 2007-10-05 | 1 | -0/+2 |
| | |||||
* | - do not use pseudo Protocol "vboxmouse" during install, use "IMPS/2" instead | Pascal Rigaux | 2007-10-05 | 2 | -0/+3 |
| | |||||
* | 10.4.236 | Pascal Rigaux | 2007-10-04 | 1 | -0/+2 |
| | |||||
* | - fix copying of ../../i586/media/main medium | Pascal Rigaux | 2007-10-04 | 2 | -2/+9 |
| | | | | | (for dual_arch CDs sharing the i586 medium) | ||||
* | - fix configuring kdeglobals (was broken because of /etc/kderc using | Pascal Rigaux | 2007-10-04 | 1 | -0/+3 |
| | | | | | udpate-alternatives which use absolute symlinks) | ||||
* | 10.4.233 | Pascal Rigaux | 2007-10-04 | 1 | -0/+2 |
| | |||||
* | - use /dev/cdrom in fstab, but do not write corresponding udev rule | Pascal Rigaux | 2007-10-04 | 2 | -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.232 | Olivier Blin | 2007-10-03 | 1 | -0/+2 |
| | |||||
* | add helper to get kernel module path (to be used in draklive) | Olivier Blin | 2007-10-03 | 1 | -0/+2 |
| | |||||
* | 10.4.228 | Pascal Rigaux | 2007-10-03 | 1 | -0/+2 |
| | |||||
* | - use /dev/cdrom in fstab, and write corresponding udev rule | Pascal Rigaux | 2007-10-03 | 2 | -0/+3 |
| | | | | | (the rules were generated at boot time but here we ensure consistent naming) | ||||
* | update (Fabián Mandelbaum) | Thierry Vignaud | 2007-10-03 | 1 | -90/+13 |
| | |||||
* | - 2008 logo | Pascal Rigaux | 2007-10-03 | 2 | -0/+1 |
| | |||||
* | - bootloader: | Pascal Rigaux | 2007-10-03 | 1 | -0/+3 |
| | | | | | o if there is a /boot, check /boot instead of "/" to allow grub or not | ||||
* | Updated Czech translation | Michal Bukovjan | 2007-10-02 | 1 | -20/+11 |
| | |||||
* | Update fr translation | Christophe Berthelé | 2007-10-02 | 1 | -9/+5 |
| | |||||
* | Updated Norwegian Nynorsk translation. | Karl Ove Hufthammer | 2007-10-02 | 1 | -13/+11 |
| | |||||
* | update translation for Hebrew | Dotan Kamber | 2007-10-02 | 1 | -8/+8 |
| | |||||
* | add missing bug reference | Thierry Vignaud | 2007-10-02 | 1 | -1/+1 |
| | |||||
* | 10.4.227 | Thierry Vignaud | 2007-10-02 | 1 | -0/+2 |
| | |||||
* | add ath5k module in wireless category | Olivier Blin | 2007-10-02 | 1 | -0/+1 |
| | |||||
* | update | Tomasz Bednarski | 2007-10-02 | 1 | -14/+8 |
| | |||||
* | (Options) improved wrapping of mount option descriptions (#19848) ; | Thierry Vignaud | 2007-10-01 | 1 | -0/+3 |
| | | | | | but we should use very short strings and move most of descriptions in help | ||||
* | update translation for Italian | Andrea Celli | 2007-10-01 | 1 | -16/+9 |
| | |||||
* | 10.4.224 | Pascal Rigaux | 2007-10-01 | 1 | -0/+2 |
| | |||||
* | up | José Melo | 2007-10-01 | 1 | -18/+10 |
| | |||||
* | - don't keep noarch pkgs symlinked (to ../../../i586/media/main/xxx.rpm) | Pascal Rigaux | 2007-10-01 | 2 | -1/+4 |
| | | | | | when copying packages on disk | ||||
* | with cp_with_progress_() with a cleaner prototype + the ability to pass | Pascal Rigaux | 2007-10-01 | 1 | -5/+15 |
| | | | | | options. (nb: option keep_special is not the default) | ||||
* | pt_BR translations | Wanderlei Antonio Cavassin | 2007-10-01 | 1 | -2/+4 |
| | |||||
* | Updated zh_TW translation | Funda Wang | 2007-10-01 | 1 | -3/+5 |
| | |||||
* | Updated et translation | Funda Wang | 2007-10-01 | 1 | -3/+5 |
| | |||||
* | 10.4.223 | Pascal Rigaux | 2007-10-01 | 1 | -0/+2 |
| | |||||
* | Japanese translation updated. | Yukiko Bando | 2007-10-01 | 1 | -7/+7 |
| | |||||
* | - diskdrake: | Pascal Rigaux | 2007-10-01 | 1 | -0/+2 |
| | | | | | o bugfix 10.4.162: allow "LVM" on RAID (#34359) | ||||
* | Updated hu translation | Funda Wang | 2007-10-01 | 1 | -20/+11 |
| | |||||
* | Updated translation | Funda Wang | 2007-10-01 | 1 | -3/+3 |
| | |||||
* | Upddated POT file | Funda Wang | 2007-10-01 | 71 | -19963/+21047 |
| |