summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Collapse)AuthorAgeFilesLines
* hopefuly better interfaceFlorin Grad2004-02-121-128/+148
|
* fix ethernet and adsl conflict in menuDamien Chaumette2004-02-121-1/+0
|
* re-adding with -kbPascal Rigaux2004-02-121-0/+0
|
* removing for re-adding with -kbPascal Rigaux2004-02-121-0/+0
|
* Restore title banner.Stew Benedict2004-02-121-4/+2
|
* Address some QA issues with restores.Stew Benedict2004-02-121-17/+19
| | | | | | Cleanup screen layout in restore screen. Restore title banner.
* typo errorsFlorin Grad2004-02-111-2/+2
|
* fix the perl_checker errorsFlorin Grad2004-02-111-3/+8
|
* remote debugging print commandsFlorin Grad2004-02-111-36/+56
|
* Rearrange main buttons (jmdault - http://advx.org/docs/ice3.png)Stew Benedict2004-02-111-26/+27
|
* first shy attemptFlorin Grad2004-02-111-0/+0
|
* first shy attemptFlorin Grad2004-02-111-0/+943
|
* Disable title banner for now (same as Bugzilla 7564, just not reported yet).Stew Benedict2004-02-111-1/+1
|
* Disable title banner for now (Bugzilla 7564).Stew Benedict2004-02-111-10/+25
| | | | | Don't assume eth0, rework subnet/netmask for hosts.allow (jmdault).
* - isdn and modem are fetched from $intfDamien Chaumette2004-02-101-5/+7
| | | | | | - drop useless @all_cards - 'ath' and 'wlan' cards fix
* Use logdrake mail method, allow definition of SMTP server. (Arnaud de Lorbeau)Stew Benedict2004-02-101-17/+41
|
* - add 'ath' and 'wlan' to ethernet kindDamien Chaumette2004-02-101-4/+5
| | | | | - use regexp once
* Undo some of the breakage, format is still wrong :(Stew Benedict2004-02-101-2/+3
|
* Remove confusing "On hard drive" checkbox from wizard (Arnaud de Lorbeau)Stew Benedict2004-02-101-4/+1
|
* Fix failure to disable user cron job. Code reduction.Stew Benedict2004-02-101-35/+18
|
* (appli_choice) fix crash on option toggling (#7248)Thierry Vignaud2004-02-091-5/+5
|
* Thierry compliance. Doesn't work anymore and fails perl_checker now :PStew Benedict2004-02-091-39/+30
|
* handle allowNVIDIA_rpms & allowATI_rpms directly in ↵Pascal Rigaux2004-02-091-3/+1
| | | | Xconfig::card::install_server
* make XFdrake startup be instantenous for non nv|ati cards (allowNVIDIA_rpms andThierry Vignaud2004-02-081-2/+2
| | | | | allowATI_rpms tests used to cost us 99% of the long startup time of XFdrake:-()
* English typo and disambiguation of some stringsPablo Saratxaga2004-02-071-5/+5
|
* PXE image support, researched by Venantius Kumar.Stew Benedict2004-02-071-10/+33
|
* use ->create_okcancel instead of doing it by handPascal Rigaux2004-02-061-4/+1
| | | | | (hopefully it will ensure better choice of Ok/Cancel vs Cancel/Ok without breaking anything...)
* - no special testing mouse in embeddedPascal Rigaux2004-02-061-13/+4
| | | | | - use mouse::change_mouse_live()
* advertize alsaconf too since sndconfig failled for cards only managedThierry Vignaud2004-02-061-1/+1
| | | | | by ALSA (#7456)
* workaround gtk limitation #133489Thierry Vignaud2004-02-061-9/+11
|
* (alert_config) do not complain when removing non existing cron entryThierry Vignaud2004-02-061-1/+1
| | | | | (aka when one run twice the disable path)
* Warn if the user is not in framebuffer mode, but allow to see the installed ↵Florent Villard2004-02-061-17/+19
| | | | | | | | theme. Do not perform autologin config in splash mode Better parsing of current resolution from detect-resolution
* - do only one regexp on $interfaceDamien Chaumette2004-02-061-3/+9
| | | | | - more readable repack
* - add sub check_fieldDamien Chaumette2004-02-061-2/+10
| | | | | | - check IPs - delete BOOTPROTO when not needed
* Provide more detailed info on files backed up/ignored. <Anthill #306>Stew Benedict2004-02-061-91/+114
| | | | | Cleanup some of the redundant code in the actual backup routines.
* typo fix (spoted by Per Øyvind Karlsen)Thierry Vignaud2004-02-051-1/+1
|
* Informations doesn't exist in english, use Information instead (no need to ↵Guillaume Cottenceau2004-02-051-5/+5
| | | | update the POs, they already contain Information elsewhere)
* upcase protocol nameThierry Vignaud2004-02-051-1/+1
|
* write fstab for /tmp using tmpfs when "clean /tmp" is chosenPascal Rigaux2004-02-051-3/+11
|
* remove $draw2 (in ugtk2.pm) and wiz_default_left.png which are unusedPascal Rigaux2004-02-041-0/+0
|
* $::noBorder is deprecated (it was the same as !$::isInstall)Pascal Rigaux2004-02-041-1/+0
|
* compact declarationDamien Chaumette2004-02-041-4/+2
|
* ethernet cards get via get_eth_cards()Damien Chaumette2004-02-041-0/+2
|
* - add network::ethernet::get_eth_cards_namesDamien Chaumette2004-02-041-6/+1
| | | | | - kill duplicated code
* drop Storable and use Dumper (queen & pipi rulez)Damien Chaumette2004-02-041-2/+2
|
* typo fix...Damien Chaumette2004-02-041-0/+1
|
* Maintain /etc/passwd$$CLIENT$$ so mdkkdm has a valid userlist.Stew Benedict2004-02-031-7/+30
|
* - fix adsl_conf_backend callDamien Chaumette2004-02-031-3/+2
| | | | | - store and retreive network interfaces via $config file
* remove unneeded next fieldsThierry Vignaud2004-02-021-2/+0
|
* make cron script be able to use either local smtp server or a remoteThierry Vignaud2004-02-021-12/+19
| | | | | one (arnaud)