summaryrefslogtreecommitdiffstats
path: root/perl-install/install/NEWS
Commit message (Collapse)AuthorAgeFilesLines
* set default per step banner title & icon for all stepsThierry Vignaud2007-08-211-0/+2
|
* 10.4.173Olivier Blin2007-08-211-0/+2
|
* convert module names to module filenamesOlivier Blin2007-08-211-0/+2
|
* 10.4.172Olivier Blin2007-08-201-0/+4
|
* styleOlivier Blin2007-08-201-0/+1
|
* 10.4.171Olivier Blin2007-08-201-0/+3
|
* spacingThierry Vignaud2007-08-201-0/+1
|
* 10.4.170Olivier Blin2007-08-201-0/+1
|
* use '_' in modules namesOlivier Blin2007-08-201-0/+2
|
* bump release for installer (10.4.169)Thierry Vignaud2007-08-141-0/+2
|
* partially revert previous (titi) commit: we do want noatime on laptops, sincePascal Rigaux2007-08-141-1/+1
| | | | | it's not a performance issue, but really a way to not wake up the hd
* (enteringStep) set default banner's icon & title per install step in order toThierry Vignaud2007-08-141-0/+1
| | | | | have better default banner's title & icon
* (set_default) default all machines to 'relatime' mount optionThierry Vignaud2007-08-141-0/+1
|
* (set_default) default laptops to 'relatime' mount option rather than 'noatime'Thierry Vignaud2007-08-141-0/+1
|
* (help) kill support for 'nodiratime' mount option ; add support for 'relatime'Thierry Vignaud2007-08-141-0/+4
| | | | | (rationale: 'nodiratime' is implied by 'noatime' and 'relatime' is better)
* 10.4.168Pascal Rigaux2007-08-131-0/+2
|
* - adduserdrake, finish-install:Pascal Rigaux2007-08-131-0/+6
| | | | | | | | | | | | | | | o create only one user o fix checking user info (#32517) - install: o merge root password step and create user step (new setRootPassword_addUser step name, but still handle addUser setRootPassword in interactiveSteps for auto_installs) o fix checking user creation info (#32517) o allow to create only one user per default, but add an entry in summary to create more users o authentication method is not configurable anymore for now. should we add it to summary?
* typo fixThierry Vignaud2007-08-131-1/+1
|
* (write_preload_conf) 'ibm_acpi' driver was replaced by 'thinkpad_acpi (#31606)Thierry Vignaud2007-08-131-0/+1
|
* - internalPascal Rigaux2007-08-121-0/+2
| | | | | | o use urpm::select::get_preferred to choose preferred packages (need urpmi library >= 4.10.1)
* - internalPascal Rigaux2007-08-121-0/+5
| | | | | | | | | o computeGroupSize: do direct requires before choices (eg for epiphany: require libmozilla-firefox2.0.0.6 before choosing package providing libmozjs.so) ps: is such a thing already done in perl-URPM's resolve_requested() ?
* 10.4.16510.4.165Thierry Vignaud2007-08-101-0/+2
|
* (pci_probe__real) let modules returned by modaliases be back compatibleThierry Vignaud2007-08-101-0/+2
|
* 10.4.16410.4.164Pascal Rigaux2007-08-091-0/+2
|
* document the change in install::steps which is needed for new ↵Pascal Rigaux2007-08-091-0/+1
| | | | drakx-kbd-mouse-X11
* (pci_probe) cache PCI probe results at install time tooThierry Vignaud2007-08-081-0/+2
|
* typo fixThierry Vignaud2007-08-081-1/+1
|
* release stage2 btw (10.4.162)10.4.162Thierry Vignaud2007-08-081-0/+2
|
* - drakboot:Pascal Rigaux2007-08-081-0/+3
| | | | | | o allow choosing another bootloader method when a package cannot be installed (occurs on 2008.0 beta1 where mandriva-gfxboot-theme is missing)
* - diskdrake:Pascal Rigaux2007-08-081-0/+3
| | | | | | | | o do not show partition types which have no associated filesystem for LVM LV (#32326) nb: we still would need to have pt_type per partition_table types
* - allow using diskdrake even if there is only a lvm PV on full disk availablePascal Rigaux2007-08-081-0/+1
|
* (summary) warn if the security level will prevent accessig windows partitionsThierry Vignaud2007-08-071-0/+1
|
* reorderThierry Vignaud2007-08-071-2/+2
|
* kill security level step (only reachable from summary now)Thierry Vignaud2007-08-071-0/+1
|
* (summary_prompt) render titles in boldThierry Vignaud2007-08-071-1/+3
|
* (summary) reorder steps according to specsThierry Vignaud2007-08-071-0/+1
|
* restore progress bar when formatting ext3Pascal Rigaux2007-08-061-0/+1
|
* - fix range max value >2TB when creating a partition (useful for LVs >2TB)Pascal Rigaux2007-08-061-0/+2
| | | | | | nb: >> 11 and << 11 doesn't work on floats which we use to handle >2TB partitions. perl floats are precise enough up until 512TB
* 10.4.158Pascal Rigaux2007-08-031-0/+2
|
* - diskdrake:Pascal Rigaux2007-08-031-0/+2
| | | | | | | o allow setting "flush" option (for vfat) - install: o configure removable writable media to use "flush" option instead of "sync" (#23042)
* 10.4.155Pascal Rigaux2007-08-021-3/+2
|
* use kbd (setfont) instead of console-tools (consolechars)Pascal Rigaux2007-08-021-0/+2
| | | | | | quickly adapting fonts to match existing kbd fonts, so dropping some for which i can't find a working equivalent
* 10.4.154Pascal Rigaux2007-08-021-0/+2
|
* drop supermount support (it has been dropped from our kernel)Pascal Rigaux2007-08-021-0/+1
|
* rescuept is no more in util-linux, soPascal Rigaux2007-07-311-0/+4
| | | | | | | | - diskdrake: drop "Rescue partition table" feature (was based on rescuept which has been dropped in util-linux, but was quite bad compared to testdisk anyway) - rescue: remove rescuept (use testdisk instead, which is much nicer)
* 10.4.150Olivier Blin2007-07-241-0/+1
|
* update banner for 2008 beta 1 (from Anne)Olivier Blin2007-07-241-0/+2
|
* 10.4.149Olivier Blin2007-07-171-0/+3
|
* 10.4.148Olivier Blin2007-07-171-0/+2
|
* load ide-disk module when loading disk/ide categoryOlivier Blin2007-07-161-0/+1
|