summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* use memberOlivier Blin2007-09-221-2/+2
|
* service_harddrake: auto-configure CD-Rom drives in fstab again (evenOlivier Blin2007-09-222-4/+8
| | | | | | | if it prevents KDE media manager from unmounting them), to be consistent with install which actually configures CD-Rom drives in fstab (revert harddrake commit 228859)
* * 2007-09-22 Reinout van Schouwen <reinouts@gnome.org>Reinout van Schouwen2007-09-211-10/+6
| | | | | | - nl.po: updated Dutch translation
* - translate the pkg summary when mdv-rpm-summary info is availablePascal Rigaux2007-09-213-1/+22
| | | | | | (for the "Details" mode when installing packages) - ensure mdv-rpm-summary is installed first (if selected)
* formatXiB: make it explicit that we don't support float numbersPascal Rigaux2007-09-211-1/+1
| | | | | (otherwise formatXiB(-0.1) would need to be supported whereas it was broken)
* simplify handling negative numbersPascal Rigaux2007-09-211-3/+5
|
* make formatXiB() handle negative numbers (for rpmdrake)Thierry Vignaud2007-09-212-3/+5
|
* 10.4.208Olivier Blin2007-09-212-1/+3
|
* rename media auto configuration functions (and restore old is_removable)Olivier Blin2007-09-212-8/+9
|
* make clear it's service_harddrakeOlivier Blin2007-09-211-1/+1
|
* service_harddrake: automatically configure harddisksOlivier Blin2007-09-212-2/+4
|
* allow to configure harddisksOlivier Blin2007-09-212-23/+18
|
* read gdm autologin settingsOlivier Blin2007-09-212-3/+6
|
* finish-install: config first user to autologin if USER_AUTOLOGIN_FIRST is "yes"Olivier Blin2007-09-212-4/+5
|
* finish-install: write autologin settings after user creation only (so that ↵Olivier Blin2007-09-212-1/+7
| | | | home is set and exists, should partly fix GNOME autologin)
* harddrake: do not auto-configure CD-Rom drives in fstab, it fordbids ↵Olivier Blin2007-09-212-4/+8
| | | | umounting with hal (install does not configure them in fstab either)
* 10.4.207Thierry Vignaud2007-09-203-1/+5
|
* update translation for HebrewDotan Kamber2007-09-201-11/+6
|
* Rephrase a text to be shorter (#33780).Michal Bukovjan2007-09-201-61/+30
|
* update docPascal Rigaux2007-09-201-2/+3
|
* add bug referenceThierry Vignaud2007-09-202-2/+2
|
* default input method is now scim-bridge (#32138)Thierry Vignaud2007-09-203-2/+5
|
* fix listing DVD/CD as them and as unknown (#33366)Thierry Vignaud2007-09-202-3/+4
|
* - drakboot:Pascal Rigaux2007-09-202-0/+3
| | | | | o create .dmrc with mode 0644 for gdm (#33774)
* fix bug#33817Funda Wang2007-09-201-1/+1
|
* handle snd-azt2316 driver as soon as releasedThierry Vignaud2007-09-201-1/+1
|
* 10.4.206Thierry Vignaud2007-09-202-1/+3
|
* (summary) fix some banner icons (#33802)Thierry Vignaud2007-09-202-2/+4
|
* split on 2 lines since it's too long (#33780)Pascal Rigaux2007-09-201-2/+4
|
* upJosé Melo2007-09-201-8/+7
|
* Updated Slovenian translationJure Repinc2007-09-201-28/+16
|
* 10.4.205Olivier Blin2007-09-192-1/+3
|
* update translation for ItalianAndrea Celli2007-09-191-38/+21
|
* stop offering to run drakxtv ; rationale:Thierry Vignaud2007-09-192-1/+3
| | | | | | - all TV players have their own wizard - kernel do a better job at autoconfiguring cards
* add ldetect-lst-modules.alias file in stage2Olivier Blin2007-09-192-1/+5
|
* add dkms-modules.alias file in stage2Olivier Blin2007-09-192-1/+2
|
* fix passing module options when module name contains a '-' characterOlivier Blin2007-09-192-2/+4
|
* (config) do not configure unknow drivers (installer wasn't filteringThierry Vignaud2007-09-191-0/+1
| | | | | | them like drakxtv does, though we don't really care now we stop configuring them) (#31110)
* (summary) stop configuring TV cards in summary since kernel do a better job nowThierry Vignaud2007-09-192-12/+2
|
* fix a pathThierry Vignaud2007-09-191-1/+1
|
* 10.4.204Pascal Rigaux2007-09-192-1/+3
|
* in my tests with drakx-in-chroot, i end up change_phys_medium being called byPascal Rigaux2007-09-191-2/+2
| | | | | | get_file_and_size, so ensure $o->{packages} is passed, otherwise it breaks needToCopy action
* adapt load_and_configure() example to current prototypeOlivier Blin2007-09-191-1/+1
|
* 10.4.203Thierry Vignaud2007-09-192-1/+3
|
* - individual package selection: make the package "Info" non editablePascal Rigaux2007-09-192-1/+2
|
* - diskdrake :Pascal Rigaux2007-09-195-1/+12
| | | | | | o do not allow partitions bigger than 2TB-1 on DOS MBR, nor partitions starting above 2TB-1
* rename function (to avoid conflicting name in next commit)Pascal Rigaux2007-09-191-2/+2
|
* create partition_table_initialize() and partition_table_clear_and_initialize()Pascal Rigaux2007-09-195-7/+38
| | | | | | which are wrappers around partition_table::initialize() but which also create a singleton VG automatically (so that it's easier for the user)
* should have been committed with the rest...Pascal Rigaux2007-09-191-0/+2
|
* - create lvm::add_to_VG() out of diskdrake::interactive::Add2LVM()Pascal Rigaux2007-09-192-9/+16
| | | | | | - lvm::check() now takes a $do_pkgs - help pvcreate (it may fail if it finds previous metadata on the MBR)