summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* This commit was manufactured by cvs2svn to create tag 'V10_54mdk'.V10_54mdkMystery Man2004-07-153-21439/+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
|
* 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
* ensure "*" to wildcard a directory in share/list match only oncePascal Rigaux2004-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
|
* 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
|
* merge "language choice dialog" from MDK-10-updatePascal Rigaux2004-07-081-5/+11
|
* selectCountry doesn't really need a $o, a $in is enoughPascal Rigaux2004-07-081-2/+2
|
* when adding users during install, suggest the user names found in /homePascal Rigaux2004-07-083-6/+8
|
* rename load_raw() to load_raw_install() and change the prototypePascal Rigaux2004-07-081-9/+9
|
* cleanupPascal Rigaux2004-07-081-5/+6
|
* - create when_load_category()Pascal Rigaux2004-07-081-26/+33
| | | | | | - replace regexp [uo]hci on module name with testing category "bus/usb" - move the special case imm ppa from when_load() to load()
* fix previous commitPascal Rigaux2004-07-081-2/+2
|
* - generalize the snd-pcm-oss casePascal Rigaux2004-07-081-12/+15
| | | | | - cleanup
* - rename add_alias() into set_alias()Pascal Rigaux2004-07-085-12/+20
| | | | | - create set_sound_slot() and use it
* don't remove "above ... snd-pcm-oss" for the old alias, it's better done ↵Pascal Rigaux2004-07-081-5/+1
| | | | explictly, and already done by remove_module()
* 10-53mdk finalThierry Vignaud2004-07-081-1/+6
|
* Merge fixes from Anthill 927, 929.Stew Benedict2004-07-071-7/+16
| | | | | (filenames with spaces, .backupignore, gui behavior)
* fix commentPascal Rigaux2004-07-071-1/+1
|