summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone
Commit message (Expand)AuthorAgeFilesLines
* fsedit::is_same_hd is now fs:get::is_same_hdPascal Rigaux2005-06-131-1/+1
* don't need use MDK::Common... when we have "use common" (which is the standar...Pascal Rigaux2005-06-101-1/+0
* don't be fooled by if_ not short-circuiting and auto-vivification, use $conf-...Olivier Blin2005-06-071-1/+1
* kill unused variablesOlivier Blin2005-06-061-3/+0
* simplify apply() since sethostname() is done by configure_network()Olivier Blin2005-06-061-5/+2
* create adjustments before resolution is set so that they get correct upper va...Olivier Blin2005-06-061-3/+3
* - create update_scales_for_resolution() and update_scale_values_from_conf() o...Olivier Blin2005-06-061-14/+10
* - draw cross in progress barOlivier Blin2005-06-061-11/+17
* nicer errorPascal Rigaux2005-06-061-1/+1
* - put quotes if needed for root=xxx (quotes are needed for LABEL=...)Pascal Rigaux2005-06-061-1/+1
* really consider text box valuesOlivier Blin2005-06-061-1/+1
* handle GATEWAY field again in manage interfaceOlivier Blin2005-06-061-6/+6
* use real_main here since exceptions are handledOlivier Blin2005-06-061-1/+1
* drop unused variable, this file is modified in network::shorewall nowOlivier Blin2005-06-061-1/+0
* new netconnect APIOlivier Blin2005-06-061-7/+5
* remove unused codePascal Rigaux2005-06-032-2/+0
* drop unused subsOlivier Blin2005-06-031-19/+0
* - merge network settings in a $net hash (it modifies $o fields too):Olivier Blin2005-06-037-133/+109
* drop setting $_ (unused)Pascal Rigaux2005-06-031-2/+0
* drop unused code (and one should use append_to_file instead of this outpend)Pascal Rigaux2005-06-031-5/+0
* read existing authentication conf (only minimal support for now)Pascal Rigaux2005-06-031-2/+1
* use find() (which was unused)Pascal Rigaux2005-06-031-3/+1
* minimal changes to make me and perl_checker happyPascal Rigaux2005-06-031-3/+3
* make perl_checker happyPascal Rigaux2005-06-033-9/+9
* perl_checker fixes, make mode optionnal in load_imageOlivier Blin2005-06-031-3/+8
* 4th parameter is not used, i suspect it's not useful anymore since we pass th...Pascal Rigaux2005-06-031-1/+1
* make perl_checker happyPascal Rigaux2005-06-031-39/+38
* fix blino suxPascal Rigaux2005-06-031-1/+1
* make perl_checker happyPascal Rigaux2005-06-031-1/+1
* fix indentation (titi sux)Pascal Rigaux2005-06-031-1/+1
* create keyboard::configure_xorg() and use itPascal Rigaux2005-06-031-8/+1
* - create keyboard::default() and use itPascal Rigaux2005-06-021-1/+1
* Tape backup/restore fixes to work with new .backupignore scheme, +bugs.Stew Benedict2005-06-011-4/+6
* add language selection to finish-installPascal Rigaux2005-06-012-30/+24
* remove unneded modules loading ('net' category is deprecated for ages)Olivier Blin2005-05-311-2/+0
* remove dead codeOlivier Blin2005-05-311-5/+0
* adding back translation of descriptions for some known display managersPascal Rigaux2005-05-311-1/+7
* move netprofile stuff in network::networkOlivier Blin2005-05-301-4/+4
* - don't use hard written entries anymorePascal Rigaux2005-05-301-35/+11
* look for *.confPascal Rigaux2005-05-301-1/+1
* load drivers for newly added devices so that they work out of the box on firstThierry Vignaud2005-05-301-1/+4
* handle /etc/X11/dm.d/* entries (as proposed by Loic Baudry)Pascal Rigaux2005-05-271-0/+11
* remove debug codeOlivier Blin2005-05-261-2/+0
* check_iptables() doesn't need a $in object anymoreOlivier Blin2005-05-261-1/+1
* add "choose_net_interface" step to have a real wizard step when askingOlivier Blin2005-05-261-17/+25
* better way to handle squid ports (read shorewall REDIRECT rules in network::s...Olivier Blin2005-05-261-14/+16
* - use scrollbar in preview windowOlivier Blin2005-05-261-23/+38
* let user call drakroam (#16019)Olivier Blin2005-05-251-1/+2
* - wizardifyOlivier Blin2005-05-241-489/+354
* uninstall DVB modules if neededThierry Vignaud2005-05-191-1/+1