summaryrefslogtreecommitdiffstats
path: root/perl-install/install_steps_interactive.pm
Commit message (Collapse)AuthorAgeFilesLines
* - configure a firewall by default in secure level >= 3Pascal Rigaux2005-03-241-1/+3
| | | | | - allow auto_install parameter {firewall_ports}
* - network::shorewall::default_interfaces_silent() does not need any parameterPascal Rigaux2005-03-241-1/+1
| | | | | | | - network::shorewall::read() is simpler with a $o_in - network::drakfirewall::default_from_pkgs() is non interactive, better give it a do_pkgs - cleanup as little as possible
* handle the return value of any::setupBootloader() (bugzilla #13641)Pascal Rigaux2005-03-221-1/+1
|
* simplifyPascal Rigaux2005-03-171-5/+4
|
* bring back generic release-notes.txt to lifeGwenolé Beauchesne2005-03-171-1/+2
|
* MERGE: make it possible to read arch-specific release notes in addition toGwenolé Beauchesne2005-03-171-2/+2
| | | | | global (default) ones
* - Let country and not language decide about default paper sizeTill Kamppeter2005-02-281-1/+1
|
* media_browser returns a filehandle when non savePascal Rigaux2005-02-181-2/+2
|
* replace load/save from floppy with using media_browser()Pascal Rigaux2005-02-151-12/+10
|
* really fix "Graphical interface - not configured" bugPascal Rigaux2005-02-071-1/+2
|
* Add support to copy all RPMs to the hard drive before installation.Rafael Garcia-Suarez2005-02-041-5/+0
|
* check the given mount pointsPascal Rigaux2005-02-011-0/+8
|
* move SATA in its own categoryThierry Vignaud2005-01-201-2/+2
|
* for Driver fbdev, rework to allow configuring vga= in bootloader and telling ↵Pascal Rigaux2005-01-161-1/+1
| | | | to reboot instead of restarting X server (now i simply need to configure bootloader in Xconfig::main::write() when need_reboot)
* - fs::format::part_raw() now takes $wait_message to allow displaying the ↵Pascal Rigaux2005-01-061-6/+2
| | | | | | | | progress of format - create fs::format::wait_message() which creates a $wait_message valid to give to fs::format::part - fs::format::mke2fs() format while parsing the output to display the progress
* fix selecting "other" keyboard when @best <= 1Pascal Rigaux2005-01-051-1/+1
|
* move and rename network::ethernet::get_eth_categories() into ↵Pascal Rigaux2005-01-031-1/+1
| | | | | | | list_modules::ethernet_categories() (it's closer to the definition of the categories)
* when computing group size, select CAT_SYSTEM packagesPascal Rigaux2004-12-291-1/+1
|
* - create set_rpmsrate_category_flags(), ↵Pascal Rigaux2004-12-281-4/+1
| | | | | | | | | set_rpmsrate_default_category_flags(), default_packages(), rpmsrate_always_flags() replacing setDefaultPackages() - create select_default_packages() - apply "always" rpmsrate flags ASAP and skip packages with flag "FALSE" in computeGroupSize() => 30% speed-up
* differentiate compssUsers flags from non-user modifiable flags (eg: hardware ↵Pascal Rigaux2004-12-241-18/+17
| | | | flags)
* no need to use max_size, no need to compute itPascal Rigaux2004-12-221-12/+4
|
* don't pass prefix, use $::prefixPascal Rigaux2004-12-211-3/+3
|
* don't pass prefix to network::netconnect::main() (it doesn't use it)Pascal Rigaux2004-12-211-2/+2
|
* better english (writing style rather than spoken one)Thierry Vignaud2004-12-131-5/+5
|
* look for yenta_socket in pci_probe too (nb: ldetect pci_probe has a special ↵Pascal Rigaux2004-12-071-1/+1
| | | | rule for it, not simply pcitable)
* - move some functions from any.pm to authentication.pmPascal Rigaux2004-11-301-24/+1
| | | | | - create authentication::ask_root_password_and_authentication() out of install_steps_interactive::setRootPassword()
* - drop oem & recovery code (which was broken)Pascal Rigaux2004-11-291-6/+4
| | | | | - will be replaced with a root password + user accounts + network configuration a la drakfirsttime
* since we don't use ramdisk but clp, some code is deadPascal Rigaux2004-11-181-11/+1
| | | | | (remove usingRamdisk(), check_prog(), remove_unused()...)
* add some ";", remove some ";", as told by perl_checkerPascal Rigaux2004-11-181-5/+5
|
* fix indentationPascal Rigaux2004-11-171-5/+8
|
* - special bootstrap partition warning for IBM mac_generationPascal Rigaux2004-11-151-19/+26
| | | | | - no "OldWorld or Unknown machine" for IBM mac_generation
* no "auto install floppy" on ppcPascal Rigaux2004-11-121-2/+3
|
* in upgrade, when we need to migrate device names, we must write the fstabPascal Rigaux2004-10-261-1/+1
|
* This deserves an explanationRafael Garcia-Suarez2004-10-191-0/+1
|
* Installation with a ftp supplementary media (for mini-isos) :Rafael Garcia-Suarez2004-10-191-3/+5
| | | | | | inline the mirror list (since fetching it causes weird network problems). Fix the handling of relative urls in ftp media when fetching hdlists file.
* make perl_checker happyPascal Rigaux2004-10-131-1/+1
|
* don't ask the security level in firewire meta_classPascal Rigaux2004-10-131-1/+1
|
* for meta_class firewall, call the general netconnect functionPascal Rigaux2004-10-051-3/+9
|
* don't warnAboutNaughtyServers if meta_class is firewallPascal Rigaux2004-10-051-1/+1
|
* (configureNetwork) load only ethernet modules before easy_dhcp (thisOlivier Blin2004-10-031-1/+2
| | | | | | will load firewire modules after other ethernet modules, so firewire interfaces won't always take the name eth0)
* only allow Active Directory for the corporate productPascal Rigaux2004-09-301-1/+1
|
* - make printer::printerdrake::install_spooler() work with an optional $inPascal Rigaux2004-09-281-1/+1
| | | | | | | | | | - many functions now take $security (which used to be taken from $in during install) - fix some functions with empty prototype but still using a parameter - remove some unused variable - rename some $_foo vars to $foo since those vars are used - add some undef to some function calls to be minimally perl_checker compliant - perl_checker compliant optional parameters in start_spooler_on_boot(), install_spooler()
* oops, i missed a ->cleanupPrinter here. inline it here tooPascal Rigaux2004-09-241-1/+6
|
* install_steps must not call a method only defined in ↵Pascal Rigaux2004-09-241-9/+0
| | | | install_steps_interactive, inline it
* - add field {part_number} for partitionsPascal Rigaux2004-09-201-1/+1
| | | | | | | | | | | (handle it in subpart_from_wild_device_name(), partition_table::read()) - create migrate_device_names() to handle the change of device names when changing kernel&modules (eg: hde->hda or hda->sda) - change prototype of install_any::use_root_part() (prefix is dropped, optional $in is added) - create fs::type::can_be_this_fs_type() and use it - create devices::part_number() and devices::part_prefix() and use them
* (configureNetwork) load all network modules before networkOlivier Blin2004-09-141-0/+1
| | | | | | auto-configuration, so that all interfaces will be available and written in iftab
* The "choose an update mirror" screen was launched without notice whenRafael Garcia-Suarez2004-09-131-0/+1
| | | | | a supplementary ftp media was selected.
* Ability to choose from the mirror list when assing an ftp supplementaryRafael Garcia-Suarez2004-09-131-1/+31
| | | | | media. Fix download of hdlists file for ftp supplementary media.
* add button "Release Notes" in the acceptLicense dialog boxPascal Rigaux2004-09-101-0/+1
|
* minor fix in last patchRafael Garcia-Suarez2004-09-091-1/+3
|