summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* adapt to mdk 10.0Pascal Rigaux2004-04-085-479/+580
|
* mount /sys before move::init() since move::init() needs itPascal Rigaux2004-04-081-1/+3
|
* handle option "--already-have=..." alike busy-files-accessesPascal Rigaux2004-04-081-0/+7
|
* also build various subdirs in mdk-stage1 in case it's not donePascal Rigaux2004-04-081-1/+1
|
* - no need for chloop device anymore, my kernel patch applies directly on the ↵Pascal Rigaux2004-04-081-11/+5
| | | | | | | default loop module :) - gzloop needs cryptoloop and zlib_inflate (why must i handle this by hand? is my gzloop ugly?...)
* modinfo when running on kernel 2.6 is incompatible with the one on kernel ↵Pascal Rigaux2004-04-081-1/+9
| | | | 2.4, so handle both cases
* - don't install magicdev nor mdkonline (not useful in mandrakemove)Pascal Rigaux2004-04-081-5/+18
| | | | | | | | - we were removing /lib/i686, also remove the various tls/ directories - use "kbuildsycoca --global", it works better (the generated ksycoca can be used nicely by boot-time kbuildsycoca's, whereas the /var/tmp/kdecache-root/ksycoca can't)
* bump glib/gtk+ perl binding requiresThierry Vignaud2004-04-081-1/+1
|
* use Mandrakelinux nowThierry Vignaud2004-04-081-3/+3
|
* 10-30mdkThierry Vignaud2004-04-081-1/+17
|
* defined default font to use in KDE for devanagari and malayalam scriptsPablo Saratxaga2004-04-071-3/+7
|
* corrected drakups against new libconf 0.32damien2004-04-071-3/+3
|
* fully translated, was 3 fuzzy, 3 untranslatedThomas Backlund2004-04-061-1090/+1113
|
* (shrink_topwindow) fix faillure with perl-Gtk+-1.04x (#9411)Thierry Vignaud2004-04-061-1/+1
|
* Use a scalar with cat_ (Pixel suggestion).Stew Benedict2004-04-061-6/+6
|
* Don't move existing dhcpd.conf, add an include for terminal-server instead.Stew Benedict2004-04-061-27/+59
|
* Don't display commercial advertisement in development versionDavid Baudens2004-04-064-4/+0
|
* typo fixThierry Vignaud2004-04-061-1/+1
|
* Remove config-info (new home to be man page).Stew Benedict2004-04-051-194/+75
| | | | | | Use ugtk2 cursor wait/normal (share the wheel). Combine/rework restore code.
* adapt to kernel 2.6Pascal Rigaux2004-04-051-8/+8
|
* allow mounting type devptsPascal Rigaux2004-04-051-1/+1
|
* - devfs in kernel 2.6 doesn't handle /dev/pts anymore, so we must mount itPascal Rigaux2004-04-051-13/+13
| | | | | | | - adapt to 10.0 DrakX - /etc/modprobe.conf handled same as modules.conf (why this special case for them and not other /etc files?) - cleanup and perl_checker fixes
* add /etc/modprobe.conf and /etc/modprobe.preloadPascal Rigaux2004-04-051-0/+2
|
* kernel 2.6 is devfs=mount by default, whereas we prefer devfs=nomount for ↵Pascal Rigaux2004-04-051-2/+2
| | | | mandrakemove
* Xtest is not in c:: anymore, it is in xf86misc::main::Pascal Rigaux2004-04-051-2/+2
|
* kernel-smp not useful since we don't boot using itPascal Rigaux2004-04-051-1/+0
|
* adapt to kernel 2.6 (and fake having one so that pkg selection defaults to 2.6)Pascal Rigaux2004-04-051-1/+5
|
* (setDefaultPackages) despite find and any are semantically equivalentThierry Vignaud2004-04-051-1/+1
| | | | | in this context, any will be used there (boolean vs scalar context)
* (setDefaultPackages) install alsa-utils if *any* of the present sound card ↵Thierry Vignaud2004-04-051-2/+1
| | | | is driven by ALSA
* install gnome-alsamixer and alsa-utils when there's an alsa driver sound cardThierry Vignaud2004-04-051-1/+2
| | | | | setDefaultPackages
* - move from /usr/bin/stage2 to /usr/lib/stage2Pascal Rigaux2004-04-051-6/+6
| | | | | | - use the new "./make_boot_img move" (so remove building isolinux/boot.msg) - separate the stage1 + isolinux build
* - no need forking make_boot_imgPascal Rigaux2004-04-052-424/+30
| | | | | - also create the isolinux picture (was done in move/Makefile)
* perl now handle cleanly utf8 string in exceptions, no need to die \N("...")Pascal Rigaux2004-04-0518-57/+56
|
* move from /usr/bin/stage2 to /usr/lib/stage2 (cleaner)Pascal Rigaux2004-04-053-3/+3
|
* im-ja has been reported to be more user-friendly than uimThierry Vignaud2004-04-051-1/+1
|
* log nv<=>nvidia switchesThierry Vignaud2004-04-051-0/+2
|
* remove file already in cluster/mdkc2 cvs branchAntoine Ginies2004-04-037-1091/+0
|
* Updated Spanish translationsFabián Mandelbaum2004-04-021-1090/+1100
|
* first relseaseAntoine Ginies2004-04-027-0/+1091
|
* clean init-move when cleaningPascal Rigaux2004-04-021-1/+1
|
* we don't provide a cdrom.rdz (not useful, either El Torito "no emulation" ↵Pascal Rigaux2004-04-021-1/+0
| | | | works, either it is too late)
* enable nfs install on old i586 machines (or maybe poor network cards) ↵Pascal Rigaux2004-04-021-3/+5
| | | | (bugzilla #9322) (thanks to Michael Riss)
* updated Farsi and Norwegian filesPablo Saratxaga2004-04-021-1170/+1099
|
* updated Mongol filesPablo Saratxaga2004-04-015-6099/+6070
|
* updated pot filePablo Saratxaga2004-04-0138-41237/+41906
|
* let execl() handle the arg array (this is safer)Thierry Vignaud2004-04-011-1/+1
|
* pass timeout parameter tooThierry Vignaud2004-04-012-2/+4
|
* enable to translate a few more messagesThierry Vignaud2004-04-011-1/+1
|
* translate "XYZ was added/removed" messagesThierry Vignaud2004-04-011-2/+2
|
* list service_harddrake_confirm tooThierry Vignaud2004-04-011-1/+1
|