summaryrefslogtreecommitdiffstats
path: root/perl-install/install_any.pm
Commit message (Collapse)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 ↵Pascal Rigaux2005-06-101-1/+0
| | | | standard for libDrakX modules)
* don't need prefixing with current packagePascal Rigaux2005-06-091-1/+1
|
* (media_browser): handle nfsPascal Rigaux2005-06-071-31/+73
|
* replace strange "-" with a ascii compliant onePascal Rigaux2005-06-061-1/+1
|
* install2 functions should be stepsPascal Rigaux2005-06-061-0/+16
|
* get rid of $clicked and $ent_number (obsolete)Pascal Rigaux2005-06-061-3/+3
|
* do not use a loop device to read ISO image IDs, read them directly in the ↵Olivier Blin2005-06-031-8/+4
| | | | file ...
* provide backward compatibility for network fields in loadOOlivier Blin2005-06-031-0/+14
|
* remove unneeded parentheses (keep first() to make it readable by trainees ...)Olivier Blin2005-06-031-2/+4
|
* - merge network settings in a $net hash (it modifies $o fields too):Olivier Blin2005-06-031-10/+10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* allow upgrading a chroot (using drakx-in-chroot)Pascal Rigaux2005-06-021-3/+10
|
* create detect_devices::probe_name() & detect_devices::probe_unique_name() ↵Pascal Rigaux2005-06-021-2/+2
| | | | and use them
* make drakx-in-chroot workPascal Rigaux2005-05-301-2/+2
|
* kderc_largedisplay() is no more neededPascal Rigaux2005-05-271-10/+0
|
* Comment fixes, remove noisy logRafael Garcia-Suarez2005-05-271-4/+4
|
* kfm is gone for some timePascal Rigaux2005-05-271-5/+0
|
* Remove the naming convention with a trailing "s" for supplementary CDs ↵Rafael Garcia-Suarez2005-05-271-4/+1
| | | | medium ids
* Remove unused functionRafael Garcia-Suarez2005-05-271-7/+0
|
* don't set DRAKX_PASSWORD and DURING_INSTALL for msec since msec doesn't care ↵Pascal Rigaux2005-05-271-5/+1
| | | | about them anymore
* replace $o->{localInstall} with $::local_installPascal Rigaux2005-05-271-1/+1
|
* Factorize and ensure checking main installation methodRafael Garcia-Suarez2005-05-261-3/+3
|
* Don't use the \d+s regexp on medium ids to see if that's suppl cds.Rafael Garcia-Suarez2005-05-261-3/+3
|
* More refactorisationRafael Garcia-Suarez2005-05-261-4/+5
|
* Begin refactorization of install medium handling codeRafael Garcia-Suarez2005-05-251-32/+16
|
* Modernize, remove old codeRafael Garcia-Suarez2005-05-241-9/+8
|
* propagate postInstall and postInstallNonRooted in new auto_install.cfg.plPascal Rigaux2005-05-201-1/+1
|
* create common::release_file() and use itPascal Rigaux2005-04-211-3/+2
|
* do not care about the ISO volume name if it doesn't end in -Disc\d+Olivier Blin2005-04-201-4/+6
|
* handle DVD ISO images too (so that they get added installed for urpmi)Olivier Blin2005-04-201-1/+1
|
* Change the name of the directory where the rpms are copiedRafael Garcia-Suarez2005-04-151-5/+5
|
* When re-using the rpmsrate and compssUsers.pl from a supplementary media,Rafael Garcia-Suarez2005-04-141-1/+8
| | | | | | always retrieve them locally in /tmp, instead of choosing the main install method (this wasn't working for http installs)
* Remount CD1 if we cancel insertion of a supplementary CDRafael Garcia-Suarez2005-04-131-7/+13
|
* Eject CD-Rom when installation is finishedRafael Garcia-Suarez2005-04-131-3/+11
|
* When installing urpmi, mark cd-rom media as "static" so they never getRafael Garcia-Suarez2005-04-121-1/+3
| | | | | | updated. This is needed because those media use hdlists, but the hdlist path is false for all CDs except the first one.
* Supplementary cd-roms weren't marked as supplementary. Fix this.Rafael Garcia-Suarez2005-04-081-1/+6
|
* Don't copy rpms that come from any sort of supplementary media.Rafael Garcia-Suarez2005-04-081-2/+2
|
* More heuristics to figure out the CD / DVD number from its name, usedRafael Garcia-Suarez2005-04-081-1/+7
| | | | | for the copy of media to the local HD.
* Add a traceRafael Garcia-Suarez2005-04-071-1/+2
|
* make the auto_inst.cfg more valid in report.bug.gz, and add a warningPascal Rigaux2005-04-061-3/+5
|
* media_browser is returning a file, not a file handle, /me is bad :-/Pascal Rigaux2005-04-051-3/+3
|
* Try to guess the device associated with the CD-ROM when installing urpmiRafael Garcia-Suarez2005-04-041-0/+2
| | | | | (bug 14395)
* /me suxRafael Garcia-Suarez2005-04-041-2/+2
|
* Don't ask for the same cd to be reinserted when copying rpms on diskRafael Garcia-Suarez2005-04-041-1/+3
|
* Introduce the new utility function getCDNumber()Rafael Garcia-Suarez2005-04-041-0/+10
|
* Sort CDs according to CD numbers, not alphabeticallyRafael Garcia-Suarez2005-04-011-1/+5
|
* nasty warly uses different volume IDs for mini CDsOlivier Blin2005-03-241-1/+1
|
* Always write an MD5SUM fileRafael Garcia-Suarez2005-03-241-3/+2
|
* temporarily fallback on /mnt/hd if the hard disk mount point can't be foundOlivier Blin2005-03-231-1/+2
|
* Fix ejection of cdrom when asking for the supplementary CD. (bug 14902)Rafael Garcia-Suarez2005-03-231-1/+1
|