summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* patch is needed for dkms-atiThierry Vignaud2005-06-171-1/+1
|
* Updated Simplified Chinese translationFunda Wang2005-06-171-15/+18
|
* updated Brazilian filePablo Saratxaga2005-06-171-2662/+2739
|
* (write_lilo) fix support for labels (eg: when switching from GRUB toThierry Vignaud2005-06-171-4/+6
| | | | | LILO, let's prevent unmanagable 'root="LABEL=..."' to appear)
* (to_raw_X) fix 3D on ATI cards (adding 'load "glx"')Thierry Vignaud2005-06-171-1/+1
|
* updated pot filePablo Saratxaga2005-06-1761-138227/+137321
|
* updated pot filePablo Saratxaga2005-06-175-11063/+10889
|
* updated pot filePablo Saratxaga2005-06-175-10847/+10685
|
* no space before question marksPablo Saratxaga2005-06-171-1/+1
|
* fix undefined function after pixel cleanups (#16472)Thierry Vignaud2005-06-171-0/+1
|
* 10.3-0.25mdkThierry Vignaud2005-06-171-1/+11
|
* rewrite and documentPascal Rigaux2005-06-171-6/+5
|
* (read_grub) fix reading config with new grub (thus fixing detectloader, thusThierry Vignaud2005-06-171-1/+5
| | | | | fixing bootloader-config, thus fixing installkernel)
* (libgl_config) fix enabling 3D when multiple GL libraries are installed (eg: ↵Thierry Vignaud2005-06-161-2/+2
| | | | globetrotter)
* fix end message (do not speak about restoration when installing)Thierry Vignaud2005-06-161-1/+1
|
* load mouse modules after the mouse has been configured, sinceOlivier Blin2005-06-161-1/+2
| | | | | modprobe.preload is read before harddrake is run
* fix mounting /procThierry Vignaud2005-06-161-1/+2
|
* - new grub has files in /lib/grub/i386-pc, copy them in /boot/grub (as done ↵Pascal Rigaux2005-06-161-5/+10
| | | | | | | by grub-install) - use "setup" grub command instead of "install" so that it handles stage1.5 embedding if possible, and is simpler
* (install2::configMove) fix infinite loop while adding usersThierry Vignaud2005-06-161-1/+1
|
* 10.3-0.24mdkThierry Vignaud2005-06-151-1/+6
|
* (to_raw_X) really prevent loading/unloading twice the same glx module on non ↵Thierry Vignaud2005-06-151-4/+1
| | | | NV cards
* (to_raw_X) prevent loading/unloading twice the same glx module on non NV cardsThierry Vignaud2005-06-151-1/+0
|
* (Gtk2::Banner->new) load lang in order to prevent abortingThierry Vignaud2005-06-151-0/+1
|
* 10.3-0.23mdkThierry Vignaud2005-06-141-1/+10
|
* (write_grub) adapt to grub-0.97-2mdkThierry Vignaud2005-06-141-1/+2
|
* die on errorPascal Rigaux2005-06-141-1/+1
|
* needed for partimage_whole_disk, before calling resize2fsPascal Rigaux2005-06-141-1/+1
|
* for lsparts to workPascal Rigaux2005-06-141-0/+1
|
* quotes in monitor names causes havoc, replace them (bugzilla #16406)Pascal Rigaux2005-06-141-0/+1
|
* use diskdrake::resize_ext2Pascal Rigaux2005-06-141-13/+7
|
* move ext2 resizing code here so that it's easier to usePascal Rigaux2005-06-141-0/+42
|
* Updated Malay translationSharuzzaman Ahmat Raslan2005-06-141-2532/+2670
|
* stop messing with likeauth and nullok options and keep them on the pam_unix ↵Pascal Rigaux2005-06-131-2/+1
| | | | line (bugzilla #12066)
* prefix write_secret_backendOlivier Blin2005-06-131-1/+1
|
* fsedit::is_same_hd is now fs:get::is_same_hdPascal Rigaux2005-06-135-19/+19
|
* fs::auto_fs() is now fs::type::guessed_by_mount() (still not a really nice ↵Pascal Rigaux2005-06-134-6/+6
| | | | name...)
* don't install drakpxe, the PXE wizard is now in the drakpxelinux packageOlivier Blin2005-06-131-1/+1
|
* move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-133-5/+9
|
* some additions and fixesrstandtke2005-06-121-498/+206
|
* Updated Simplified Chinese translationFunda Wang2005-06-121-154/+68
|
* don't drop "shade" and "viewport" lines (bugzilla #16372)Pascal Rigaux2005-06-101-1/+1
|
* class_discard is a bad idea, now unused, so drop itPascal Rigaux2005-06-102-12/+1
|
* don't need use MDK::Common... when we have "use common" (which is the ↵Pascal Rigaux2005-06-1012-13/+1
| | | | standard for libDrakX modules)
* make it workPascal Rigaux2005-06-101-2/+4
|
* - move functions using /proc/partitions out of fsedit to fs::proc_partitionsPascal Rigaux2005-06-1032-142/+125
| | | | | | - remove unneeded "use xxx" - add some "use xxx" (nb: not completly needed because some other modules may do it)
* write_secret_backend isn't exported anymoreOlivier Blin2005-06-101-1/+1
|
* use services::enable() and services::disable()Olivier Blin2005-06-102-5/+5
|
* create enable() and disable() out of set_status()Olivier Blin2005-06-101-4/+14
|
* add some "use xxx;" (the idea is to see what the package needs, but i may ↵Pascal Rigaux2005-06-107-1/+12
| | | | rollback after understanding better dependencies)
* move loopback.pm to fs/loopback.pmPascal Rigaux2005-06-1011-27/+25
| | | | | (since it's tightly tight to many fs* things)