summaryrefslogtreecommitdiffstats
path: root/perl-install/install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* - localedrake:Pascal Rigaux2007-10-151-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 Rigaux2007-10-111-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.238Pascal Rigaux2007-10-051-0/+2
|
* - do not use pseudo Protocol "vboxmouse" during install, use "IMPS/2" insteadPascal Rigaux2007-10-051-0/+2
|
* 10.4.236Pascal Rigaux2007-10-041-0/+2
|
* - fix copying of ../../i586/media/main medium Pascal Rigaux2007-10-041-0/+2
| | | | | (for dual_arch CDs sharing the i586 medium)
* - fix configuring kdeglobals (was broken because of /etc/kderc usingPascal Rigaux2007-10-041-0/+3
| | | | | udpate-alternatives which use absolute symlinks)
* 10.4.233Pascal Rigaux2007-10-041-0/+2
|
* - use /dev/cdrom in fstab, but do not write corresponding udev rulePascal Rigaux2007-10-041-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.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-031-0/+2
| | | | | (the rules were generated at boot time but here we ensure consistent naming)
* - 2008 logoPascal Rigaux2007-10-031-0/+1
|
* - bootloader:Pascal Rigaux2007-10-031-0/+3
| | | | | o if there is a /boot, check /boot instead of "/" to allow grub or not
* 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
|
* (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
* 10.4.224Pascal Rigaux2007-10-011-0/+2
|
* - don't keep noarch pkgs symlinked (to ../../../i586/media/main/xxx.rpm)Pascal Rigaux2007-10-011-0/+3
| | | | | when copying packages on disk
* 10.4.223Pascal Rigaux2007-10-011-0/+2
|
* - diskdrake:Pascal Rigaux2007-10-011-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 Blin2007-09-281-0/+3
| | | | Herton Ronaldo Krzesinski, #30208)
* 10.4.220Pascal Rigaux2007-09-281-0/+2
|
* - log_sizes: cleanup __db* filesPascal Rigaux2007-09-281-2/+1
|
* 10.4.219Pascal Rigaux2007-09-281-0/+2
|
* - ensure the rpmdb is closedPascal Rigaux2007-09-281-0/+2
|
* 10.4.218Pascal Rigaux2007-09-281-0/+2
|
* - add /etc/rpm/macros.cdbPascal Rigaux2007-09-281-0/+2
|
* 10.4.217Thierry Vignaud2007-09-271-0/+2
|
* (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
* 10.4.215Thierry Vignaud2007-09-261-0/+2
|
* (acceptLicense) display nicer HTML release notes rather than raw text versionThierry Vignaud2007-09-261-0/+1
|
* - handle @::auto_steps in patch-oem.plPascal Rigaux2007-09-261-0/+1
|
* - fix using iso CD2 on disk (#33022):Pascal Rigaux2007-09-261-0/+4
| | | | | | | | o remove " from medium name when reading media.cfg o handle "Volume id" ending with -CD[123] instead of -Disc[123] and also add some more logs
* fix bogus date for 10.4.212Thierry Vignaud2007-09-261-1/+1
|
* 10.4.214Thierry Vignaud2007-09-261-0/+2
|
* (interactive_help) fix displaying help (#33994)Thierry Vignaud2007-09-261-0/+1
|
* - do not ask desktop choice in upgrade (#34025)Pascal Rigaux2007-09-261-0/+2
| | | | | (typo fix)
* 10.4.212Thierry Vignaud2007-09-251-0/+2
|
* - add mount.nfs binary (since mount doesn't handle nfs fs anymore)Pascal Rigaux2007-09-251-0/+1
|
* - don't ask for desktop and go directly to choose groups if kde and gnome arePascal Rigaux2007-09-251-0/+2
| | | | | not available on media (useful for mini iso)
* - don't crash install when mounting CD fails (#33421)Pascal Rigaux2007-09-251-0/+2
|
* 10.4.211Pascal Rigaux2007-09-241-0/+2
|
* - on upgrade, don't add resume=xxx if noresume is there (#33953)Pascal Rigaux2007-09-241-0/+1
|
* - diskdrakePascal Rigaux2007-09-241-0/+2
| | | | | o fix "Add to LVM"