Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | modules::load doesn't accept options anymore, use ↵ | Pascal Rigaux | 2004-08-16 | 1 | -3/+2 |
| | | | | modules::load_with_options() (bugzilla #10778) | ||||
* | add load_with_options() | Pascal Rigaux | 2004-08-16 | 1 | -5/+10 |
| | |||||
* | add sata_sis (bugzilla #10365) | Pascal Rigaux | 2004-08-16 | 1 | -1/+1 |
| | |||||
* | updated Italian file | Pablo Saratxaga | 2004-08-15 | 1 | -3/+3 |
| | |||||
* | zh_CN -> zh_cn to fit CVS module | Funda Wang | 2004-08-14 | 1 | -8/+8 |
| | |||||
* | (updateAutologin) clean any::set_autologin() call | Thierry Vignaud | 2004-08-13 | 1 | -1/+1 |
| | |||||
* | (set_autologin) parameters are optionnal, writing empty variables in | Thierry Vignaud | 2004-08-13 | 1 | -10/+10 |
| | | | | | kdmrc and the like means disabled autologin | ||||
* | enabled Turkmen and Tatar; prepared various other languages (waiting for | Pablo Saratxaga | 2004-08-13 | 1 | -17/+32 |
| | | | | | | lang-*.png pixmap). updated the kde-i18n list with the newly available languages | ||||
* | misc cleanups | Olivier Blin | 2004-08-13 | 1 | -7/+6 |
| | |||||
* | make perl_checker happy | Olivier Blin | 2004-08-13 | 1 | -2/+1 |
| | |||||
* | perl_checker fix | Olivier Blin | 2004-08-13 | 1 | -1/+1 |
| | |||||
* | (drakboot --splash) add enable_framebuffer to allow to choose a video | Olivier Blin | 2004-08-13 | 1 | -1/+39 |
| | | | | | mode if boot isn't graphical | ||||
* | *** empty log message *** | Pascal Rigaux | 2004-08-13 | 1 | -1/+324 |
| | |||||
* | add and use bootloader::set_append_netprofile() and ↵ | Olivier Blin | 2004-08-13 | 2 | -3/+16 |
| | | | | bootloader::get_append_netprofile() | ||||
* | changed arabic font to roya.ttf (from fonts-ttf-arabic-farsi) which | Pablo Saratxaga | 2004-08-13 | 1 | -0/+0 |
| | | | | | | | | | also cover Farsi (fa). updated Nimbus Sans L to cooker version, and edited it to add the two missing letters needed to full latin and cyrillic coverage (the two letters were latin schwa (for Azeri) and cyrillic che with descender (for Tajik)) | ||||
* | One further step towards the ftp supplementary media | Rafael Garcia-Suarez | 2004-08-13 | 1 | -3/+8 |
| | |||||
* | perl_checker compliance | Pascal Rigaux | 2004-08-13 | 2 | -2/+2 |
| | |||||
* | - bootloader::remove_append_dict() is not useful, bootloader::set_append() ↵ | Pascal Rigaux | 2004-08-13 | 2 | -9/+1 |
| | | | | | | | | can do the same - don't modify anything before "Ok" is clicked - set_append with $netprofile eq '' will remove parameter PROFILE=xxx, which is what we want | ||||
* | s/compssUsers/compssUsers.pl/ | Pascal Rigaux | 2004-08-13 | 1 | -1/+1 |
| | |||||
* | - don't use compssUsers anymore, use compssUsers.pl | Pascal Rigaux | 2004-08-13 | 12 | -287/+226 |
| | | | | | | | | - code to display compssUsers choices is now in compssUsers.pl - {compssUsers} is now a list instead of a hash, and so drop {compssUsersSorted} - rename {compssUsersChoice} to {rpmsrate_flags_chosen} (better name) - i18n_compssUsers is no more needed, add share/compssUsers.pl* to ALLPMS | ||||
* | remove old linuxconf profile code | Olivier Blin | 2004-08-13 | 2 | -22/+0 |
| | |||||
* | (setupBootloader__entries) allow to choose net profile in advanced mode | Olivier Blin | 2004-08-13 | 1 | -0/+5 |
| | |||||
* | add remove_append_dict | Olivier Blin | 2004-08-13 | 1 | -0/+7 |
| | |||||
* | add list of providers for modem connexions in INSTALL section | Olivier Blin | 2004-08-13 | 1 | -0/+1 |
| | |||||
* | New ad's for 10.1 | David Baudens | 2004-08-13 | 147 | -798/+640 |
| | |||||
* | perl_checker fix (add missing spaces) | Olivier Blin | 2004-08-13 | 1 | -1/+1 |
| | |||||
* | ctrl-alt-delete allows to restart install | Olivier Blin | 2004-08-13 | 1 | -2/+5 |
| | |||||
* | do not assume drakvpn is already configured if the tunnels file is | Olivier Blin | 2004-08-13 | 1 | -1/+1 |
| | | | | | made of comments only | ||||
* | drakupdate_fstab: add debug mode that dumps argv, device list and fstab | Olivier Blin | 2004-08-13 | 1 | -0/+10 |
| | | | | | to make bug reports easier | ||||
* | (device_name_to_entry) remove unused $variable | Olivier Blin | 2004-08-13 | 1 | -1/+1 |
| | |||||
* | (device_name_to_entry) if device looks like a devfs device, set | Olivier Blin | 2004-08-13 | 1 | -1/+1 |
| | | | | | | $e->{devfs_device} to $name even if the device wasn't found in devices list (it helps in case the device has been removed in del mode) | ||||
* | (device_name_to_entry) remove useless assignment | Olivier Blin | 2004-08-13 | 1 | -1/+0 |
| | |||||
* | (device_name_to_entry) in non devfs case, $e->{device} always equals | Olivier Blin | 2004-08-13 | 1 | -3/+2 |
| | | | | | to $name, move this test in devfs case | ||||
* | (device_name_to_entry) don't do brain twisted things | Olivier Blin | 2004-08-13 | 1 | -1/+1 |
| | | | | | | ($e->{prefix} || $e->{device}) equals $prefix $prefix . $nb equals $name | ||||
* | (device_name_to_entry) fix indentation | Olivier Blin | 2004-08-13 | 1 | -1/+1 |
| | |||||
* | (device_name_to_entry) define $nb locally | Olivier Blin | 2004-08-13 | 1 | -6/+4 |
| | |||||
* | (device_name_to_entry) recompute $e->{device} only when needed | Olivier Blin | 2004-08-13 | 1 | -3/+1 |
| | |||||
* | (device_name_to_entry) do devfs things where they should be done | Olivier Blin | 2004-08-13 | 1 | -4/+5 |
| | |||||
* | (device_name_to_entry) define $e->{devfs_prefix} if entry looks looks | Olivier Blin | 2004-08-13 | 1 | -0/+1 |
| | | | | | | like a devfs one but isn't found in device list (else our computed $e->{devfs_device} will be crappy) | ||||
* | perl_checker fix | Rafael Garcia-Suarez | 2004-08-13 | 1 | -9/+9 |
| | |||||
* | Don't ask for the selection of supplementary media in non-interactive | Rafael Garcia-Suarez | 2004-08-13 | 3 | -92/+104 |
| | | | | | installs. | ||||
* | - move installing acpi and acpid directly in any::setupBootloader() instead ↵ | Pascal Rigaux | 2004-08-13 | 2 | -6/+6 |
| | | | | | | | | of doing it in summaryAfter(), that way acpi and acpid are installed in drakboot (bugzilla #10760) - if no acpi parameter, don't try installing acpi & acpid (fix for ppc) | ||||
* | (write_interface_conf) do not write undefined MAC address in iftab | Olivier Blin | 2004-08-13 | 1 | -2/+2 |
| | |||||
* | Concision, good (says perl_checker) | Rafael Garcia-Suarez | 2004-08-13 | 1 | -1/+1 |
| | |||||
* | Try to copy associated synthesis when a custom hdlist path is given | Rafael Garcia-Suarez | 2004-08-13 | 1 | -3/+9 |
| | |||||
* | Remove a perl compilation warning | Rafael Garcia-Suarez | 2004-08-13 | 1 | -6/+5 |
| | |||||
* | updated pot file | Pablo Saratxaga | 2004-08-12 | 7 | -939/+762 |
| | |||||
* | Hong Kong -> Hong Kong SAR | Funda Wang | 2004-08-12 | 1 | -1/+1 |
| | |||||
* | write interface MAC address in iftab | Olivier Blin | 2004-08-12 | 1 | -0/+3 |
| | |||||
* | errm, don't commit crappy gnome proxy handling for now | Olivier Blin | 2004-08-12 | 1 | -34/+0 |
| |