Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | (enteringStep) move default per step banner title & icon into step_lists' ↵ | Thierry Vignaud | 2007-08-21 | 2 | -31/+22 |
| | | | | steps table | ||||
* | use intel_agp instead of intel-agp | Olivier Blin | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | use usb_storage instead of usb-storage | Olivier Blin | 2007-08-21 | 1 | -1/+1 |
| | |||||
* | kill old usb-storage code, mkinitrd now loads it when necessary | Olivier Blin | 2007-08-21 | 1 | -10/+0 |
| | |||||
* | update | Thierry Vignaud | 2007-08-21 | 1 | -9/+9 |
| | |||||
* | sync with code | Thierry Vignaud | 2007-08-21 | 71 | -4312/+4384 |
| | |||||
* | 10.4.173 | Olivier Blin | 2007-08-21 | 1 | -0/+2 |
| | |||||
* | convert module names to module filenames | Olivier Blin | 2007-08-21 | 1 | -0/+2 |
| | |||||
* | 10.4.172 | Olivier Blin | 2007-08-20 | 1 | -0/+4 |
| | |||||
* | style | Olivier Blin | 2007-08-20 | 1 | -0/+1 |
| | |||||
* | New translations. | Mashrab Kuvatov | 2007-08-20 | 2 | -114/+67 |
| | |||||
* | 10.4.171 | Olivier Blin | 2007-08-20 | 1 | -0/+3 |
| | |||||
* | spacing | Thierry Vignaud | 2007-08-20 | 1 | -0/+1 |
| | |||||
* | 10.4.170 | Olivier Blin | 2007-08-20 | 1 | -0/+1 |
| | |||||
* | use '_' in modules names | Olivier Blin | 2007-08-20 | 1 | -0/+2 |
| | |||||
* | use -rBASE for svn export in order to please blino by making sure local ↵ | Thierry Vignaud | 2007-08-14 | 1 | -3/+3 |
| | | | | changes do not got exported | ||||
* | bump release for installer (10.4.169) | Thierry Vignaud | 2007-08-14 | 1 | -0/+2 |
| | |||||
* | partially revert previous (titi) commit: we do want noatime on laptops, since | Pascal Rigaux | 2007-08-14 | 1 | -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 to | Thierry Vignaud | 2007-08-14 | 2 | -0/+20 |
| | | | | | have better default banner's title & icon | ||||
* | (set_default) default all machines to 'relatime' mount option | Thierry Vignaud | 2007-08-14 | 1 | -0/+1 |
| | |||||
* | (set_default) default laptops to 'relatime' mount option rather than 'noatime' | Thierry Vignaud | 2007-08-14 | 1 | -0/+1 |
| | |||||
* | (help) kill support for 'nodiratime' mount option ; add support for 'relatime' | Thierry Vignaud | 2007-08-14 | 1 | -0/+4 |
| | | | | | (rationale: 'nodiratime' is implied by 'noatime' and 'relatime' is better) | ||||
* | 10.4.168 | Pascal Rigaux | 2007-08-13 | 1 | -0/+2 |
| | |||||
* | - adduserdrake, finish-install: | Pascal Rigaux | 2007-08-13 | 8 | -80/+39 |
| | | | | | | | | | | | | | | | 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 fix | Thierry Vignaud | 2007-08-13 | 1 | -1/+1 |
| | |||||
* | allow not having a {val} field in summary entry | Pascal Rigaux | 2007-08-13 | 1 | -3/+6 |
| | |||||
* | (write_preload_conf) 'ibm_acpi' driver was replaced by 'thinkpad_acpi (#31606) | Thierry Vignaud | 2007-08-13 | 1 | -0/+1 |
| | |||||
* | - internal | Pascal Rigaux | 2007-08-12 | 4 | -9/+16 |
| | | | | | | o use urpm::select::get_preferred to choose preferred packages (need urpmi library >= 4.10.1) | ||||
* | - internal | Pascal Rigaux | 2007-08-12 | 2 | -3/+9 |
| | | | | | | | | | 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() ? | ||||
* | computeGroupSize(): use packageCallbackChoices() | Pascal Rigaux | 2007-08-12 | 1 | -19/+11 |
| | |||||
* | perl-URPM callback gives us the virtual name, do display it instead of a ↵ | Pascal Rigaux | 2007-08-12 | 1 | -2/+2 |
| | | | | mess of things | ||||
* | fix typo (from 2003-02-25) | Pascal Rigaux | 2007-08-12 | 1 | -1/+1 |
| | |||||
* | rename {mediums} field into {media} to be compatible with urpm:: modules ↵ | Pascal Rigaux | 2007-08-12 | 4 | -23/+23 |
| | | | | (from urpmi) | ||||
* | revert wrong change | Pascal Rigaux | 2007-08-11 | 1 | -1/+0 |
| | | | | | | | committed in "Apr 28 15:47:50 2006" when moving install_steps_auto_install to install::step_auto_install. commit not available in svn, but can be seen in svn_corrupted | ||||
* | 10.4.16510.4.165 | Thierry Vignaud | 2007-08-10 | 1 | -0/+2 |
| | |||||
* | (pci_probe__real) let modules returned by modaliases be back compatible | Thierry Vignaud | 2007-08-10 | 1 | -0/+2 |
| | |||||
* | 10.4.16410.4.164 | Pascal Rigaux | 2007-08-09 | 1 | -0/+2 |
| | |||||
* | document the change in install::steps which is needed for new ↵ | Pascal Rigaux | 2007-08-09 | 1 | -0/+1 |
| | | | | drakx-kbd-mouse-X11 | ||||
* | simplify code using Xconfig::proprietary::pkgs_for_Driver2 from ↵ | Pascal Rigaux | 2007-08-08 | 1 | -2/+2 |
| | | | | drakx-kbd-mouse-X11 0.21 | ||||
* | (pci_probe) cache PCI probe results at install time too | Thierry Vignaud | 2007-08-08 | 1 | -0/+2 |
| | |||||
* | typo fix | Thierry Vignaud | 2007-08-08 | 1 | -1/+1 |
| | |||||
* | release stage2 btw (10.4.162)10.4.162 | Thierry Vignaud | 2007-08-08 | 1 | -0/+2 |
| | |||||
* | - drakboot: | Pascal Rigaux | 2007-08-08 | 1 | -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) | ||||
* | update translation for basque (euskara) | Iñigo Salvador Azurmendi | 2007-08-08 | 1 | -3/+3 |
| | |||||
* | - diskdrake: | Pascal Rigaux | 2007-08-08 | 1 | -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 available | Pascal Rigaux | 2007-08-08 | 1 | -0/+1 |
| | |||||
* | update translation for basque (euskara) | Iñigo Salvador Azurmendi | 2007-08-08 | 1 | -89/+30 |
| | |||||
* | (miscellaneousBefore) better log message | Thierry Vignaud | 2007-08-07 | 1 | -1/+1 |
| | |||||
* | silently set the default security level as 3 | Thierry Vignaud | 2007-08-07 | 2 | -2/+2 |
| | |||||
* | (summary) warn if the security level will prevent accessig windows partitions | Thierry Vignaud | 2007-08-07 | 2 | -2/+6 |
| |