summaryrefslogtreecommitdiffstats
path: root/perl-install
Commit message (Collapse)AuthorAgeFilesLines
* New ad's for 10.1David Baudens2004-08-13147-798/+640
|
* perl_checker fix (add missing spaces)Olivier Blin2004-08-131-1/+1
|
* ctrl-alt-delete allows to restart installOlivier Blin2004-08-131-2/+5
|
* do not assume drakvpn is already configured if the tunnels file isOlivier Blin2004-08-131-1/+1
| | | | | made of comments only
* drakupdate_fstab: add debug mode that dumps argv, device list and fstabOlivier Blin2004-08-131-0/+10
| | | | | to make bug reports easier
* (device_name_to_entry) remove unused $variableOlivier Blin2004-08-131-1/+1
|
* (device_name_to_entry) if device looks like a devfs device, setOlivier Blin2004-08-131-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 assignmentOlivier Blin2004-08-131-1/+0
|
* (device_name_to_entry) in non devfs case, $e->{device} always equalsOlivier Blin2004-08-131-3/+2
| | | | | to $name, move this test in devfs case
* (device_name_to_entry) don't do brain twisted thingsOlivier Blin2004-08-131-1/+1
| | | | | | ($e->{prefix} || $e->{device}) equals $prefix $prefix . $nb equals $name
* (device_name_to_entry) fix indentationOlivier Blin2004-08-131-1/+1
|
* (device_name_to_entry) define $nb locallyOlivier Blin2004-08-131-6/+4
|
* (device_name_to_entry) recompute $e->{device} only when neededOlivier Blin2004-08-131-3/+1
|
* (device_name_to_entry) do devfs things where they should be doneOlivier Blin2004-08-131-4/+5
|
* (device_name_to_entry) define $e->{devfs_prefix} if entry looks looksOlivier Blin2004-08-131-0/+1
| | | | | | like a devfs one but isn't found in device list (else our computed $e->{devfs_device} will be crappy)
* perl_checker fixRafael Garcia-Suarez2004-08-131-9/+9
|
* Don't ask for the selection of supplementary media in non-interactiveRafael Garcia-Suarez2004-08-133-92/+104
| | | | | installs.
* - move installing acpi and acpid directly in any::setupBootloader() instead ↵Pascal Rigaux2004-08-132-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 iftabOlivier Blin2004-08-131-2/+2
|
* Concision, good (says perl_checker)Rafael Garcia-Suarez2004-08-131-1/+1
|
* Try to copy associated synthesis when a custom hdlist path is givenRafael Garcia-Suarez2004-08-131-3/+9
|
* Remove a perl compilation warningRafael Garcia-Suarez2004-08-131-6/+5
|
* updated pot filePablo Saratxaga2004-08-127-939/+762
|
* Hong Kong -> Hong Kong SARFunda Wang2004-08-121-1/+1
|
* write interface MAC address in iftabOlivier Blin2004-08-121-0/+3
|
* errm, don't commit crappy gnome proxy handling for nowOlivier Blin2004-08-121-34/+0
|
* (write_interface_conf) simplify HWADDR assignment and defineOlivier Blin2004-08-121-8/+37
| | | | | $mac_address (will be used later for /etc/iftab)
* better let pango/Gtk+ do the proper wrapping that let translatorThierry Vignaud2004-08-121-3/+2
| | | | | | manually insert end of lines which will badly look depending on current theme and font settings
* First stab at supporting several hdlists on a supplementary CDRafael Garcia-Suarez2004-08-122-26/+32
|
* still needed since installer can't make symlinks on read-only stage2,Olivier Blin2004-08-121-0/+2
| | | | | and we can't easily workaround it by modifying LC_* variables
* revived, still needed since installer can't make symlinks on read-only ↵Olivier Blin2004-08-121-0/+12
| | | | stage2, and we can't easily workaround it by modifying LC_* variables
* fixed English stringPablo Saratxaga2004-08-121-1/+1
|
* let's be more l10n-friendlyThierry Vignaud2004-08-121-3/+3
|
* fix default connection time (Fabrice FACORAT)Thierry Vignaud2004-08-121-1/+1
|
* enhance based on perl_checker suggestion, but not using it :)Pascal Rigaux2004-08-121-3/+2
|
* (basic_seclevel_explanations) explainThierry Vignaud2004-08-121-0/+1
|
* (basic_seclevel_explanations)Thierry Vignaud2004-08-121-6/+6
| | | | | | - handle "bold" value for "weight" - display labels as bold
* fixed tamil font (removed wrong unicode values for some glyphs);Pablo Saratxaga2004-08-121-0/+0
| | | | | improved fonts.conf
* fix bad %%Pascal Rigaux2004-08-121-2/+2
|
* kill unused variablesOlivier Blin2004-08-121-2/+2
|
* kill deprecated partsOlivier Blin2004-08-121-36/+0
|
* update from doc (/cooker/doc/manualB)Pascal Rigaux2004-08-127-5394/+3775
|
* set both NET_DEVICE and NET_INTERFACE in automatic lan configurationOlivier Blin2004-08-121-1/+1
| | | | | (network install)
* set NET_DEVICE and NET_INTERFACE for lan and adsl dhcp/manual connectionsOlivier Blin2004-08-121-0/+1
|
* - nicer error message for help.pm N parameters errorPascal Rigaux2004-08-121-3/+3
| | | | | - handle <sect3> (and also <option>)
* *** empty log message ***Pascal Rigaux2004-08-121-1/+211
|
* standalone doesn't need to be blacklistedPascal Rigaux2004-08-121-1/+0
|
* install driver and firmware for madwifi cardsThierry Vignaud2004-08-121-0/+1
|
* remove check_mounted(), it is done by diskdrakePascal Rigaux2004-08-121-11/+0
|
* use difference2() as suggested by new perl_checker warningPascal Rigaux2004-08-121-1/+1
|