Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 10.5.6 | Pascal Rigaux | 2007-11-30 | 1 | -0/+2 |
| | |||||
* | - localedrake: | Pascal Rigaux | 2007-11-30 | 1 | -0/+1 |
| | | | | | o restrict the proposed input-methods for each language | ||||
* | (isLaptop) fix wrongly detecting some devices as laptop specific due | Thierry Vignaud | 2007-11-29 | 1 | -0/+1 |
| | | | | | to too hungry regexp (#35759) | ||||
* | - /dev/<vg> may not exist if LVs have not been created, it must not be an ↵ | Pascal Rigaux | 2007-11-28 | 1 | -0/+1 |
| | | | | error (#31478) | ||||
* | - use xkb instead of xmodmap | Pascal Rigaux | 2007-11-27 | 1 | -0/+2 |
| | | | | | | | (this fixes XF86_Switch_VT_X not defined in our xmodmaps) => stage2 is bigger: 640KB uncompressed, 223KB compressed | ||||
* | - save bootloader on MBR when calling grub/install.sh, and restore it before | Pascal Rigaux | 2007-11-27 | 1 | -0/+2 |
| | | | | | calling it again (#35255) (ie implement "lilo -u" for grub) | ||||
* | - ensure /etc/sysconfig/console/default.kmap is generated with installed | Pascal Rigaux | 2007-11-26 | 1 | -0/+2 |
| | | | | | keymaps, not installer simplified (?) .bkmap (#35376) | ||||
* | - add /etc/mke2fs.conf symlink so that mke2fs can use it (cf #27377) | Pascal Rigaux | 2007-11-26 | 1 | -0/+2 |
| | |||||
* | 10.5.5 | Pascal Rigaux | 2007-11-14 | 1 | -0/+2 |
| | |||||
* | - adapt to cooker: | Pascal Rigaux | 2007-11-14 | 1 | -0/+4 |
| | | | | | | o kbd_drv.so instead of keyboard_drv.so o DejaVuSansBold*.ttf instead of DejaVuSans-Bold*.ttf | ||||
* | 10.5.4 | Pascal Rigaux | 2007-11-13 | 1 | -0/+2 |
| | |||||
* | - use UUID by default (in fstab, bootloader) | Pascal Rigaux | 2007-11-13 | 1 | -0/+1 |
| | |||||
* | - localedrake: | Pascal Rigaux | 2007-11-08 | 1 | -0/+2 |
| | | | | | o fix handling variant together with charset (eg: uz.UTF-8@Latn) (#35090) | ||||
* | - partitioning wizard: ensure existing_part and resize_fat are proposed before | Pascal Rigaux | 2007-10-19 | 1 | -0/+2 |
| | | | | | wipe_drive | ||||
* | - in case of ftp/http media, we select basesystem before doing | Pascal Rigaux | 2007-10-15 | 1 | -0/+3 |
| | | | | | | 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 | 1 | -0/+5 |
| | | | | | | | 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. | ||||
* | 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 | 1 | -0/+2 |
| | |||||
* | 10.4.236 | Pascal Rigaux | 2007-10-04 | 1 | -0/+2 |
| | |||||
* | - fix copying of ../../i586/media/main medium | Pascal Rigaux | 2007-10-04 | 1 | -0/+2 |
| | | | | | (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 | 1 | -0/+4 |
| | | | | | | | | | | (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 | 1 | -0/+2 |
| | | | | | (the rules were generated at boot time but here we ensure consistent naming) | ||||
* | - 2008 logo | Pascal Rigaux | 2007-10-03 | 1 | -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 | ||||
* | 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 |
| | |||||
* | (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 | ||||
* | 10.4.224 | Pascal Rigaux | 2007-10-01 | 1 | -0/+2 |
| | |||||
* | - don't keep noarch pkgs symlinked (to ../../../i586/media/main/xxx.rpm) | Pascal Rigaux | 2007-10-01 | 1 | -0/+3 |
| | | | | | when copying packages on disk | ||||
* | 10.4.223 | Pascal Rigaux | 2007-10-01 | 1 | -0/+2 |
| | |||||
* | - diskdrake: | Pascal Rigaux | 2007-10-01 | 1 | -0/+2 |
| | | | | | o bugfix 10.4.162: allow "LVM" on RAID (#34359) | ||||
* | add acpi-cpufreq support for some Intel CPUs (family 6 model 15) (from ↵ | Olivier Blin | 2007-09-28 | 1 | -0/+3 |
| | | | | Herton Ronaldo Krzesinski, #30208) | ||||
* | 10.4.220 | Pascal Rigaux | 2007-09-28 | 1 | -0/+2 |
| | |||||
* | - log_sizes: cleanup __db* files | Pascal Rigaux | 2007-09-28 | 1 | -2/+1 |
| | |||||
* | 10.4.219 | Pascal Rigaux | 2007-09-28 | 1 | -0/+2 |
| | |||||
* | - ensure the rpmdb is closed | Pascal Rigaux | 2007-09-28 | 1 | -0/+2 |
| | |||||
* | 10.4.218 | Pascal Rigaux | 2007-09-28 | 1 | -0/+2 |
| | |||||
* | - add /etc/rpm/macros.cdb | Pascal Rigaux | 2007-09-28 | 1 | -0/+2 |
| | |||||
* | 10.4.217 | Thierry Vignaud | 2007-09-27 | 1 | -0/+2 |
| | |||||
* | (load_from_uri) we don't handle #foobar like anchors, so strip them | Thierry Vignaud | 2007-09-27 | 1 | -0/+1 |
| | | | | | out of links in order to prevent segfaulting | ||||
* | (get_html_file) | Thierry Vignaud | 2007-09-27 | 1 | -0/+3 |
| | | | | | | - split it out of ask_fromW(), - use it in load_from_uri() so that we try translated links first (#33679) | ||||
* | 10.4.216 | Pascal Rigaux | 2007-09-27 | 1 | -0/+2 |
| | |||||
* | - localedrake: | Pascal Rigaux | 2007-09-27 | 1 | -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 |