summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* use '_' in modules namesOlivier Blin2007-08-206-157/+162
|
* Japanese translation updated.Yukiko Bando2007-08-171-5/+5
|
* Japanese translation updated.Yukiko Bando2007-08-171-2/+2
|
* * 2007-08-17 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2007-08-161-15/+20
| | | | | | - nl.po: Updated Dutch translation
* include ata_generic (low-level driver for generic ATA)Thierry Vignaud2007-08-161-1/+1
|
* 1.15Olivier Blin2007-08-152-1/+7
|
* 1.11Olivier Blin2007-08-152-1/+5
|
* add usbtable in stage1Olivier Blin2007-08-151-1/+3
|
* add pci.ids in stage1Olivier Blin2007-08-151-0/+1
|
* optimize loopOlivier Blin2007-08-151-1/+1
|
* fix segfault if ldetect does not return a moduleOlivier Blin2007-08-151-0/+4
|
* fix typos s/tpm/tmp (hard to know the lucky culprit because of the SVN crash ↵Olivier Blin2007-08-141-2/+2
| | | | :-p)
* add pcitable.gzOlivier Blin2007-08-141-0/+1
|
* add a /lib/modules symlink in the stage1Olivier Blin2007-08-141-1/+2
|
* - use ldetect/libmodprobe/libpci instead of custom pci/usb probeOlivier Blin2007-08-144-296/+67
| | | | | - write the list of supported modules in pci-resource/ and usb-resource/ (instead of the list of support devices)
* Updated Estonian translation.Marek Laane2007-08-141-4/+4
|
* Updated Estonian translation.Marek Laane2007-08-141-2/+2
|
* use -rBASE for svn export in order to please blino by making sure local ↵Thierry Vignaud2007-08-141-3/+3
| | | | changes do not got exported
* use -rBASE for svn export in order to please blino by making sure local ↵Thierry Vignaud2007-08-141-1/+1
| | | | changes do not got exported
* remove hack to replace 'snd_' with 'snd-', it's now done in ldetectOlivier Blin2007-08-141-1/+0
|
* release a drakxtools btwThierry Vignaud2007-08-141-0/+2
|
* bump release for installer (10.4.169)Thierry Vignaud2007-08-142-1/+3
|
* make gdb debugging easier (-g, no optimization, no stripping, stdio ↵Olivier Blin2007-08-141-2/+17
| | | | frontend) if DEBUG is set
* rename title of ask_user_and_root() to "User management"Pascal Rigaux2007-08-141-1/+1
|
* - diskdrake:Pascal Rigaux2007-08-142-1/+4
| | | | | o in fstab, have "xxx" instead of "defaults,xxx"
* - fix handling relatime vs noatimePascal Rigaux2007-08-142-2/+6
| | | | | | (esp. relatime is not the opposite of atime, noatime is) - fix titypo: norelatime doesn't exist
* partially revert previous (titi) commit: we do want noatime on laptops, sincePascal Rigaux2007-08-142-4/+6
| | | | | 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-142-0/+20
| | | | | have better default banner's title & icon
* (get_default_step_items,new,set_default_step_items) add support for defaultThierry Vignaud2007-08-141-2/+9
| | | | | banner per install step
* (set_default) default all machines to 'relatime' mount optionThierry Vignaud2007-08-142-4/+4
|
* (set_default) adjust commentThierry Vignaud2007-08-141-1/+1
|
* (set_default) default laptops to 'relatime' mount option rather than 'noatime'Thierry Vignaud2007-08-142-1/+2
|
* (help) kill support for 'nodiratime' mount option ; add support for 'relatime'Thierry Vignaud2007-08-143-1/+8
| | | | | (rationale: 'nodiratime' is implied by 'noatime' and 'relatime' is better)
* handle 'relatime' mount optionThierry Vignaud2007-08-141-1/+1
|
* use new path for diet libzOlivier Blin2007-08-131-1/+1
|
* 10.4.168Pascal Rigaux2007-08-132-1/+3
|
* focus_first focuses first editable entry (ie skip "title" entries)Pascal Rigaux2007-08-131-0/+6
| | | | | (i wonder why with !$::isInstall it doesn't matter...)
* fix releaser of 10.4.16[67]Thierry Vignaud2007-08-131-2/+2
|
* - adduserdrake, finish-install:Pascal Rigaux2007-08-1312-122/+89
| | | | | | | | | | | | | | | 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
|
* better styleThierry Vignaud2007-08-131-1/+1
|
* allow not having a {val} field in summary entryPascal Rigaux2007-08-131-3/+6
|
* bump release for drakxtools (10.4.167)Thierry Vignaud2007-08-132-1/+3
|
* (translate_real) fix translating plural forms by comparing the gettextThierry Vignaud2007-08-132-1/+2
| | | | | | | string to both the singular & the plural templates (#32505) (bug spoted by pixel)
* (translate_real) always use dngettext() if we have a plural stringThierry Vignaud2007-08-131-1/+1
|
* move pause/play/stop icons from drakvirt to drakxtools pixmapsOlivier Blin2007-08-136-0/+0
|
* (write_preload_conf) 'ibm_acpi' driver was replaced by 'thinkpad_acpi (#31606)Thierry Vignaud2007-08-133-1/+4
|
* handle more usb controllers: r8a66597-hcd sl811_cs sl811-hcd u132-hcdThierry Vignaud2007-08-131-1/+1
|
* - internalPascal Rigaux2007-08-124-9/+16
| | | | | | o use urpm::select::get_preferred to choose preferred packages (need urpmi library >= 4.10.1)
* - internalPascal Rigaux2007-08-122-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() ?