Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Updated Spanish translations | Fabián Mandelbaum | 2004-07-12 | 1 | -1952/+2001 |
| | |||||
* | (sort_hds_according_to_bios): when installing on floppy, $boot_hd is ↵ | Pascal Rigaux | 2004-07-12 | 1 | -3/+3 |
| | | | | undefined, but that's ok (bugzilla #10260) | ||||
* | unicore/PVA.pl is needed | Pascal Rigaux | 2004-07-09 | 1 | -0/+1 |
| | |||||
* | fix commit 1.685: use lang::analyse_locale_name() but still use lang::l2locale() | Pascal Rigaux | 2004-07-09 | 1 | -1/+1 |
| | |||||
* | replace lang::get_unneeded_png_lang_files() with lang::png_lang_files | Pascal Rigaux | 2004-07-09 | 2 | -2/+8 |
| | |||||
* | - adapt to new perl | Pascal Rigaux | 2004-07-09 | 1 | -21/+21 |
| | | | | | - use "*" instead of PERL_VERSION to be more versatile | ||||
* | ensure "*" to wildcard a directory in share/list match only once | Pascal Rigaux | 2004-07-09 | 1 | -1/+1 |
| | |||||
* | *** empty log message *** | Pascal Rigaux | 2004-07-09 | 1 | -1/+182 |
| | |||||
* | add "ls -l /sys/bus/scsi/devices" in report.bug | Pascal Rigaux | 2004-07-09 | 1 | -0/+1 |
| | | | | | (it helps for debugging getSCSI on 2.6) | ||||
* | fix mounting /sys (why did i switch to using syscall_ 'mount' directly? and ↵ | Pascal Rigaux | 2004-07-09 | 1 | -2/+1 |
| | | | | with missing parameters!) | ||||
* | updates | Keld Simonsen | 2004-07-08 | 1 | -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 Vojta | 2004-07-08 | 1 | -1/+1 |
| | |||||
* | warn the user before dm exit will kill the session (Robert Vojta, #10179) | Thierry Vignaud | 2004-07-08 | 1 | -0/+1 |
| | |||||
* | handle s/snd-card/snd/g and s/snd-via686|snd-via8233/snd-via82xx/g more ↵ | Pascal Rigaux | 2004-07-08 | 1 | -15/+8 |
| | | | | generically | ||||
* | in mergein_conf(), get the "above" value, and don't dirty "probeall" | Pascal Rigaux | 2004-07-08 | 1 | -1/+2 |
| | |||||
* | fix typo | Pascal Rigaux | 2004-07-08 | 1 | -1/+1 |
| | |||||
* | - create X_options_from_o() and use it | Pascal Rigaux | 2004-07-08 | 5 | -7/+16 |
| | | | | | - add freeDriver boot option | ||||
* | merge with MDK-10-update Move changes | Pascal Rigaux | 2004-07-08 | 1 | -4/+1 |
| | |||||
* | merge "language choice dialog" from MDK-10-update | Pascal Rigaux | 2004-07-08 | 1 | -5/+11 |
| | |||||
* | selectCountry doesn't really need a $o, a $in is enough | Pascal Rigaux | 2004-07-08 | 1 | -2/+2 |
| | |||||
* | when adding users during install, suggest the user names found in /home | Pascal Rigaux | 2004-07-08 | 3 | -6/+8 |
| | |||||
* | rename load_raw() to load_raw_install() and change the prototype | Pascal Rigaux | 2004-07-08 | 1 | -9/+9 |
| | |||||
* | cleanup | Pascal Rigaux | 2004-07-08 | 1 | -5/+6 |
| | |||||
* | - create when_load_category() | Pascal Rigaux | 2004-07-08 | 1 | -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 commit | Pascal Rigaux | 2004-07-08 | 1 | -2/+2 |
| | |||||
* | - generalize the snd-pcm-oss case | Pascal Rigaux | 2004-07-08 | 1 | -12/+15 |
| | | | | | - cleanup | ||||
* | - rename add_alias() into set_alias() | Pascal Rigaux | 2004-07-08 | 5 | -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 Rigaux | 2004-07-08 | 1 | -5/+1 |
| | | | | explictly, and already done by remove_module() | ||||
* | 10-53mdk final | Thierry Vignaud | 2004-07-08 | 1 | -1/+6 |
| | |||||
* | Merge fixes from Anthill 927, 929. | Stew Benedict | 2004-07-07 | 1 | -7/+16 |
| | | | | | (filenames with spaces, .backupignore, gui behavior) | ||||
* | fix comment | Pascal Rigaux | 2004-07-07 | 1 | -1/+1 |
| | |||||
* | fix indentation | Pascal Rigaux | 2004-07-07 | 1 | -8/+8 |
| | |||||
* | modules::mergein_conf() doesn't need to be given /etc/modules.conf | Pascal Rigaux | 2004-07-07 | 2 | -2/+2 |
| | | | | | => prepare for reading either modprobe.conf or modules.conf based on the running kernel version | ||||
* | modules::mergein_conf() doesn't need to be given /etc/modules.conf | Pascal Rigaux | 2004-07-07 | 13 | -17/+17 |
| | | | | | => prepare for reading either modprobe.conf or modules.conf based on the running kernel version | ||||
* | remove non-useful prototypes ($) | Pascal Rigaux | 2004-07-07 | 1 | -4/+4 |
| | |||||
* | use the module category to decide if it needs alias usb-interface or alias ↵ | Pascal Rigaux | 2004-07-07 | 1 | -4/+5 |
| | | | | ieee1394-controller | ||||
* | fix typo | Pascal Rigaux | 2004-07-07 | 1 | -1/+1 |
| | |||||
* | - restrict view of %mappings_24_26 and %mappings_26_24 to modules.pm | Pascal Rigaux | 2004-07-07 | 1 | -19/+17 |
| | | | | | | - simplify mapping_24_26(), it now takes only one module name, not a list - simplify mapping_26_24(), the special case is handled properly in %mappings_26_24 | ||||
* | - move configure_pcmcia() and write_pcmcia() out of modules.pm to install_any.pm | Pascal Rigaux | 2004-07-07 | 4 | -44/+42 |
| | | | | | | - load pcmcia_core, $pcic and ds in one call to modules::load - don't pass prefix to write_pcmcia() | ||||
* | create write_preload_conf() | Pascal Rigaux | 2004-07-07 | 1 | -2/+7 |
| | |||||
* | add 1024x480 (part of bugzilla #5192) | Pascal Rigaux | 2004-07-06 | 1 | -1/+11 |
| | |||||
* | rename function $set_chosen_x_res to $set_chosen_resolution (since it sets both) | Pascal Rigaux | 2004-07-06 | 1 | -5/+5 |
| | |||||
* | (choose_gtk): ensure default height is the chosen one | Pascal Rigaux | 2004-07-06 | 1 | -1/+1 |
| | |||||
* | 10-53mdk | Thierry Vignaud | 2004-07-06 | 1 | -1/+13 |
| | |||||
* | fix typo | Pascal Rigaux | 2004-07-06 | 1 | -1/+1 |
| | |||||
* | - nicer "usage: ..." | Pascal Rigaux | 2004-07-06 | 1 | -13/+54 |
| | | | | | | | | - add actions "add-entry" and "remove-entry" - add option --label - add option --chainload - rename --vmlinuz to --image | ||||
* | remove unneeded spaces in append=" foo" | Pascal Rigaux | 2004-07-06 | 1 | -0/+1 |
| | |||||
* | write_lilo handles "optional" | Pascal Rigaux | 2004-07-06 | 1 | -0/+1 |
| | |||||
* | rename var | Pascal Rigaux | 2004-07-06 | 1 | -17/+17 |
| | |||||
* | cleanup | Pascal Rigaux | 2004-07-06 | 1 | -2/+1 |
| |