summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'V10_54mdk'.V10_54mdkMystery Man2004-07-152078-286225/+11
|
* make_boot_splash is no good since the same initrd is used with or without vga=,Pascal Rigaux2004-07-152-10/+1
| | | | | so call add_boot_splash directly
* alt_xxx instead of old_xxx for bootloader labels (as suggested by Svetoslav ↵Pascal Rigaux2004-07-151-1/+1
| | | | Slavtchev on cooker)
* *** empty log message ***Pascal Rigaux2004-07-151-1/+97
|
* remove unneeded returnOlivier Blin2004-07-141-1/+1
|
* to_bool is what I was looking for, thanks PixelOlivier Blin2004-07-141-1/+1
|
* perl_checker fix, I should have done it before ...Olivier Blin2004-07-141-1/+1
|
* use bootloader and Xconfig instead of detect-resolutionOlivier Blin2004-07-141-12/+12
|
* automatically detect which media are available in install from ISO imagesOlivier Blin2004-07-142-13/+25
|
* umount nfs directory if an error occurs tooOlivier Blin2004-07-131-2/+2
|
* don't forget to umount ISO imagesOlivier Blin2004-07-131-3/+9
|
* it is again stupid to use a ramdisk if the install location isn'tOlivier Blin2004-07-131-1/+1
| | | | | mounted by loopback
* fix segfault when hostname resolves as weird name without any dot (forOlivier Blin2004-07-131-11/+26
| | | | | | example 24.159.64.20 resolves as TN-JACKSN-NR1) and abort domain name guess in this case
* cooker logoFlorent Villard2004-07-131-0/+0
|
* Added Bengali and Furlan filesPablo Saratxaga2004-07-132-0/+42433
|
* apply Pixel's suggestion, use //m instead of foreachOlivier Blin2004-07-131-3/+1
|
* Some factorization. Protection against /var/lib/urpmi being aRafael Garcia-Suarez2004-07-131-4/+10
| | | | | dangling symlink (see bug #9934)
* *** empty log message ***Dovix2004-07-121-1924/+2034
|
* perl_checker fixesOlivier Blin2004-07-121-3/+3
|
* add a "monitor network" menu item that launches net_monitorOlivier Blin2004-07-121-1/+2
|
* use drakconnect to configure networkOlivier Blin2004-07-121-1/+1
|
* use 'ip route show' to find the gateway device when no GATEWAYDEV is definedOlivier Blin2004-07-121-5/+14
|
* - add "Active Directory" through winbind (it needs more stuff to work)Pascal Rigaux2004-07-121-37/+48
| | | | | - drop using $val, use directly $authentication->{XXX}
* Updated Spanish translationsFabián Mandelbaum2004-07-121-1952/+2001
|
* (sort_hds_according_to_bios): when installing on floppy, $boot_hd is ↵Pascal Rigaux2004-07-121-3/+3
| | | | undefined, but that's ok (bugzilla #10260)
* unicore/PVA.pl is neededPascal Rigaux2004-07-091-0/+1
|
* fix commit 1.685: use lang::analyse_locale_name() but still use lang::l2locale()Pascal Rigaux2004-07-091-1/+1
|
* replace lang::get_unneeded_png_lang_files() with lang::png_lang_filesPascal Rigaux2004-07-092-2/+8
|
* - adapt to new perlPascal Rigaux2004-07-091-21/+21
| | | | | - use "*" instead of PERL_VERSION to be more versatile
* use "*" instead of PERL_VERSION in list, but ensure only one matchPascal Rigaux2004-07-092-5/+11
|
* ensure "*" to wildcard a directory in share/list match only oncePascal Rigaux2004-07-091-1/+1
|
* ask perl where to find package.pm and URPM.pm, this is more versatile than ↵Pascal Rigaux2004-07-091-3/+3
| | | | using installvendorlib
* sometimes grub return non zero exit status w/o errorThierry Vignaud2004-07-091-1/+1
|
* kill debug messageThierry Vignaud2004-07-091-1/+1
|
* do not complain about unmounted usb fs in recue modeThierry Vignaud2004-07-091-1/+1
|
* sortThierry Vignaud2004-07-091-19/+20
|
* add Robert VojtaThierry Vignaud2004-07-091-0/+1
|
* fix restore mode (initrd's mount failled to mount ext2 as ext3)Thierry Vignaud2004-07-091-1/+1
|
* *** empty log message ***Pascal Rigaux2004-07-091-1/+182
|
* add "ls -l /sys/bus/scsi/devices" in report.bugPascal Rigaux2004-07-091-0/+1
| | | | | (it helps for debugging getSCSI on 2.6)
* fix mounting /sys (why did i switch to using syscall_ 'mount' directly? and ↵Pascal Rigaux2004-07-091-2/+1
| | | | with missing parameters!)
* updatesKeld Simonsen2004-07-081-1957/+2078
| | | | | | | | | soft/drakcronat/po/da.po soft/drakfax/po/da.po soft/GtkMdkWidgets/po/da.po soft/mdkonline/po/da.po soft/rpmdrake/po/da.po soft/urpmi/po/da.po gi/perl-install/share/po/da.po soft/galaxy/thememdk/mandrake_client/po/da.po
* - typo fix (lost -> lose)Robert Vojta2004-07-081-1/+1
|
* warn the user before dm exit will kill the session (Robert Vojta, #10179)Thierry Vignaud2004-07-081-0/+1
|
* handle s/snd-card/snd/g and s/snd-via686|snd-via8233/snd-via82xx/g more ↵Pascal Rigaux2004-07-081-15/+8
| | | | generically
* in mergein_conf(), get the "above" value, and don't dirty "probeall"Pascal Rigaux2004-07-081-1/+2
|
* add vincentThierry Vignaud2004-07-081-0/+1
|
* fix typoPascal Rigaux2004-07-081-1/+1
|
* - create X_options_from_o() and use itPascal Rigaux2004-07-085-7/+16
| | | | | - add freeDriver boot option
* merge with MDK-10-update Move changesPascal Rigaux2004-07-081-4/+1
|