summaryrefslogtreecommitdiffstats
path: root/perl-install/standalone/drakautoinst
Commit message (Collapse)AuthorAgeFilesLines
* perl_checker cleanupsThierry Vignaud2012-03-231-7/+7
|
* - use 'cannot' instead of 'can not'Ahmad Samir2011-04-021-1/+1
| | | | | - use 'LDAP' instead of 'Ldap'
* gc no more works at MandrivaThierry Vignaud2008-01-231-1/+1
|
* fix a couple of emailsThierry Vignaud2008-01-231-1/+1
|
* bump copyright yearThierry Vignaud2008-01-231-1/+1
|
* adapt it to new installer layout (#22307)Thierry Vignaud2007-06-181-1/+1
|
* re-sync after the big svn lossPascal Rigaux2007-04-251-4/+3
|
* try to cleanup fs.pmPascal Rigaux2005-06-281-4/+4
| | | | | | | | | | | | | | | | | | | | | | | | (to have simpler dependencies between modules, esp. have some modules only required by diskdrake): - move some functions from fs to fs::mount (most keep their name, except mount_part and mount_usbfs) - move formatMount_part and formatMount_all from fs to fs::format - move some functions from fs to fs::wild_device (part2wild_device_name -> fs::wild_device::from_part) (subpart_from_wild_device_name -> fs::wild_device::to_subpart) (analyze_wild_device_name -> fs::wild_device::analyse) - formatMount_part(), formatMount_all(), fs::mount::part() don't take a prefix anymore the current situation was quite muddy we now rely on fs::get::mntpoint_prefixed() which will maybe depend on a field in $part for now, we mount every part in chroot, it seems to be what's wanted - fs::format::part() now expect $all_hds instead of $raids - fs::type::carryRootLoopback is now fs::get::carry_root_loopback() - in fs::loopback, most functions don't want a prefix anymore
* - merge network settings in a $net hash (it modifies $o fields too):Olivier Blin2005-06-031-3/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | o $netc becomes $net->{network} and $net->{resolv} o $intf becomes $net->{ifcfg} - move zeroconf config stuff in write_zeroconf - read_tmdns_conf -> read_zeroconf - read_all_conf -> read_net_conf - configureNetwork2 -> configure_network - configure_network: write ifcfg files for ppp interfaces too - don't install wireless-tools in configure_network, this package is in basesystem - most functions don't need the file path as an argument in network::network - drop network::tools::remove_initscript - don't export too much from network::network - don't export from network::tools - remove adsl_unsupported_eci step in drakconnect - drop passwd2 field in network::adsl - drop $net->{isdn_internal} - network::netconnect : main -> safe_main - use network::netconnect::real_main during install - don't read network config in network::netconnect::real_main - install_steps::upNetwork : resolv.conf is already symlinked by network::network::configure_network when appropriate - try to fix install_any::generate_automatic_stage1_params to use a real interface configuration - put authentication stuff in $net->{auth} - drop network::ethernet::write_ether_conf - drop network::adsl::get_wizard - use 'static' instead of 'manual' as ADSL method - drop first_modem and its workarounds in network::modem - drop deprecated "multiple_internet_cnx" step in drakconnect - don't save /etc/sysconfig/drakconnect anymore - drop MDK::Common::Globals stuff - drop getIP in net_applet (Pixel) - drop $netc->{DHCP} - configure_network(): write resolv.conf even if a dhcp interface is configured
* bump copyrigth noticeThierry Vignaud2005-04-251-1/+1
|
* switch from MandrakeSoft to Mandriva in copyright noticesThierry Vignaud2005-04-211-1/+1
|
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-1/+1
|
* (create_notebook) follow the same parameter order as gtkappend_page() use andThierry Vignaud2004-09-011-1/+1
| | | | | as C/Gtk+ does
* prefer obj->new rather than new obj for gtk+ widgetsThierry Vignaud2004-08-091-29/+29
|
* perl_checker cleanupThierry Vignaud2004-08-091-1/+1
|
* perl_checker fixesPascal Rigaux2004-07-211-3/+3
|
* MandrakeSoft -> MandrakesoftPascal Rigaux2004-07-201-1/+1
|
* support two-floppies boot style for replay_install disk as well (not nice at ↵Guillaume Cottenceau2004-02-261-0/+17
| | | | all..)
* typo fixThierry Vignaud2004-02-161-1/+1
|
* do not abuse global namespaceThierry Vignaud2004-02-161-2/+2
|
* update copyright noticesThierry Vignaud2004-01-221-1/+1
|
* - kill unused variablesThierry Vignaud2004-01-141-9/+8
| | | | | | - fix gtk+2 notebook usage - perl_checker cleanups
* alter message according to interface team suggestionThierry Vignaud2004-01-131-1/+1
|
* remove mkbootdisk supportPascal Rigaux2004-01-061-1/+1
|
* don't check *all* for test_pms_all, skip horrible stuffsPascal Rigaux2003-09-301-1/+1
|
* try again if no floppy (or error during creation of floppy)Francois Pons2003-09-091-5/+9
|
* fixed missing import of ugtk2Francois Pons2003-09-031-1/+1
|
* perl_checker compliancePascal Rigaux2003-08-191-9/+9
|
* switch from gtk2-perl to gtk2-perl-xsThierry Vignaud2003-07-091-1/+1
|
* perl_checker fixesThierry Vignaud2003-05-231-22/+21
|
* - clean up embedding; since socket automatically emit plug-added gtk+ signalThierry Vignaud2003-02-241-4/+0
| | | | | | | | | | when plug is realize, it's just cleaner to centralize/consolidate the child embedding in mcc this of course, need a newer up-to-date mcc what's more, it allows to remove the somewhat mythical "$::isEmbedded and kill 'USR2', $::CCPID;" - keyboarddrake, xfdrake, drakautoinst: goto cleaning btw
* - clean up embedding; since socket get automatically destroyed on child exitThierry Vignaud2003-02-241-2/+1
| | | | | | | | | | and since they emit plug-removed at that moment, it's just cleaner to centralize/consolidate the child exit in mcc this of course, need a newer up-to-date mcc what's more, it allows to remove the somewhat mythical "$::isEmbedded and kill 'USR1', $::CCPID;" - drakautoinst, drakxservices, keyboardrake: fix fscking embedding managment
* perl_checker fixesThierry Vignaud2003-01-161-13/+14
|
* "je n'en veux + de cette engeance" (c) pixel :Thierry Vignaud2003-01-161-1/+1
| | | | | | make explanations provided by log and not anymore by standalone, thus preventing using standalone in drakx (which is bad)
* use ->method syntax for method callPascal Rigaux2002-12-161-1/+1
|
* minimal perl_checker fixes to have only warningsPascal Rigaux2002-12-101-2/+2
|
* use gtkflush()Thierry Vignaud2002-12-051-1/+1
|
* gtk+2 portThierry Vignaud2002-12-051-39/+37
|
* use ask_warn when I should, and remove a one year old debug statement (???)Guillaume Cottenceau2002-11-211-3/+2
|
* - standalone.pm :Thierry Vignaud2002-11-181-2/+0
| | | | | | | | | | | o make it be 'use strict' aware o factorize options managment in one place - standalone tools : o they all now support -h|--help -v|--version, ... o they can add their own options to %standalone::usages - harddrake : use std --testing/$::testing rather than its own --test option
* update copyright yearsThierry Vignaud2002-11-181-1/+1
|
* replace "_" with "N" and "__" with "N_"Pascal Rigaux2002-11-061-22/+22
| | | | | | | | | | | | | | | | | | | rationale: - currently, we use _("xxx") as a shorthand for gettext("xxx"). It also used to call xgettext with --keyword=_ - alas, function &_ is global and not by package (notice esp. that _ is not exported in common.pm) - this lead to big ugly pb with packages defining their own &_, overriding common.pm's &_ - a fix is to set @::textdomains to add a new domain (the default being "libDrakX") but relying on the global "_" is still dangerous!
* fixe explanation useThierry Vignaud2002-08-251-1/+1
|
* - explanationsDaouda Lo2002-08-151-0/+1
|
* replace "kill USR1" with "kill 'USR1'" (and same for USR2)Pascal Rigaux2002-08-051-3/+3
| | | | | (so that 'use strict' works)
* kill $Log (487 useless lines supressed from drakxtools)Thierry Vignaud2002-08-051-80/+0
|
* Handle parsing --embedded command line in standalone.pmPascal Rigaux2002-07-311-2/+5
| | | | | | => allows to remove the somewhat mythical $::isEmbedded = ($::XID, $::CCPID) = "@ARGV" =~ /--embedded (\w+) (\w+)/
* use $o->{interactiveSteps} instead of ↵Pascal Rigaux2002-07-301-6/+6
| | | | @install_steps_auto_install::graphical_steps
* - Big Move 1: interactive::* hierarchyThierry Vignaud2002-07-231-1/+4
|
* corrected HASH and ARRAY labeldamien2002-03-061-9/+20
|