summaryrefslogtreecommitdiffstats
path: root/perl-install/install2.pm
Commit message (Collapse)AuthorAgeFilesLines
* re-sync after the big svn lossPascal Rigaux2007-04-251-677/+0
|
* no need to open something special since log is done on stderr when testingPascal Rigaux2006-03-031-1/+1
|
* be more explicit in the log about defaulting to newtPascal Rigaux2006-01-131-0/+1
|
* when upgrading, merge existing modprobe.conf (and do it when /mnt is ↵Pascal Rigaux2005-12-161-2/+0
| | | | mounted, not before!)
* load all ethernet modules in all installation modes (fixes the problem of ↵Olivier Blin2005-12-021-1/+2
| | | | firewire not being loaded in automatic mode)
* fix typoPascal Rigaux2005-10-101-1/+1
|
* (main) do not stop bootsplash on globetrotterThierry Vignaud2005-09-271-1/+1
|
* pppoe_modem device doesn't existOlivier Blin2005-09-161-1/+1
|
* automatically configure DSL connection on installation from DSLOlivier Blin2005-09-161-2/+16
|
* - we do want doPartitionDisks and formatPartitions to be done early on upgrade,Pascal Rigaux2005-09-151-0/+4
| | | | | | | | so that selectKeyboard is done when the partitions are mounted - call set_all_default() (to fix fstab on upgrade) before install packages so that {useSupermount} is correctly set (maybe we could also move the set_all_default on install there)
* since choosing keyboard is done after mounting partition to upgrade,Pascal Rigaux2005-09-151-12/+9
| | | | | | | we can do things much more nicely on upgrade: - keeping previous keyboard - or forcing prompting keyboard when bad keyboard
* write ethernet aliases (and iftab) on upgrade, so that eth1394 doesn't mess ↵Olivier Blin2005-09-141-1/+6
| | | | up interface ordering after install
* new option "nodmraid" do ensure we don't use dmraidPascal Rigaux2005-09-141-0/+1
| | | | | (useful since dmraid can be unused by the user but still half working as far as dmraid knows)
* it seems we don't need re-ordering steps anymore for upgradingPascal Rigaux2005-09-131-4/+0
| | | | | (otherwise we would need to have miscellaneous before doPartitionDisks so that useSupermount is correctly set)
* when upgrading and the keyboard config is wrong, write the unsafe configPascal Rigaux2005-09-131-0/+3
|
* really skip setupBootloader in local_installPascal Rigaux2005-09-131-1/+2
|
* simplifyPascal Rigaux2005-09-121-1/+0
|
* do summaryBefore() only once (this will reduce damage caused in bugzilla #18277)Pascal Rigaux2005-09-061-1/+1
|
* move code to create_minimal_files()Pascal Rigaux2005-09-021-9/+1
|
* fix typoPascal Rigaux2005-08-161-1/+1
|
* - if we have a lot of memory, keep the clp in tmpfsPascal Rigaux2005-08-101-2/+2
| | | | | | - check the size available in $::prefix/tmp for the case it's on its own filesystem (bug #15377) - also check the size available in other cases
* write /etc/mdadm.conf when creating a new md (bugzilla #15502)Pascal Rigaux2005-08-081-1/+1
|
* - have /lib/tls/lib*.so* instead of replacing them with /lib/lib*.so*Pascal Rigaux2005-06-291-1/+0
| | | | | | otherwise rpm database gets corrupted - don't need setting LD_ASSUME_KERNEL anymore (it wasn't enough, and we now have tls libs)
* try to cleanup fs.pmPascal Rigaux2005-06-281-6/+6
| | | | | | | | | | | | | | | | | | | | | | | | (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
* don't disable kmod when doing a chroot installPascal Rigaux2005-06-211-1/+1
|
* initial dmraid supportPascal Rigaux2005-06-201-1/+2
|
* install2 functions should be stepsPascal Rigaux2005-06-061-19/+4
|
* get rid of $clicked and $ent_number (obsolete)Pascal Rigaux2005-06-061-47/+39
|
* define $o->{net}{type} and $o->{net}{net_interface} for lan installsOlivier Blin2005-06-031-0/+2
|
* remove comment, stage1 now writes DOMAINNAME and DHCP_HOSTNAME in the proper ↵Olivier Blin2005-06-031-1/+0
| | | | files
* remove unused codePascal Rigaux2005-06-031-1/+1
|
* $o->{net}{network} and $o->{net}{resolv} may not exist at this stage of ↵Olivier Blin2005-06-031-2/+2
| | | | installation (they are created by read_net_conf), create them if needed
* - merge network settings in a $net hash (it modifies $o fields too):Olivier Blin2005-06-031-10/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
* read in existing modprobe.conf on upgrade (bugzilla #13309)Pascal Rigaux2005-06-021-0/+2
|
* allow upgrading a chroot (using drakx-in-chroot)Pascal Rigaux2005-06-021-2/+2
|
* don't skip selectLanguage, selectKeyboard and miscellaneous by default in ↵Pascal Rigaux2005-05-301-1/+1
| | | | drakx-in-chroot
* remove dead codePascal Rigaux2005-05-301-4/+2
|
* make drakx-in-chroot workPascal Rigaux2005-05-301-1/+7
|
* - since set_security doesn't depend on the bootloader password, we can call ↵Pascal Rigaux2005-05-271-2/+0
| | | | | | | it where it should - ensure we don't drop entries from /etc/sysconfig/system
* replace unused $o->{localInstall} with $::local_install, partially used ↵Pascal Rigaux2005-05-261-4/+5
| | | | | | | instead of $::uml_install and used in drakx-in-chroot
* Add missing braceRafael Garcia-Suarez2005-05-061-0/+1
|
* remove obsolete code (most of these steps are anyway skipped in upgrade mode)Olivier Blin2005-05-031-4/+0
|
* do the edid probe before launching X server (the way it was already done for ↵Pascal Rigaux2005-04-081-1/+2
| | | | i810fb)
* leave bootsplash when X is up (and also in newt and auto_install)Pascal Rigaux2005-04-061-0/+2
|
* when re-ordering the steps to have doPartitionDisks just after ↵Pascal Rigaux2005-04-061-1/+3
| | | | selectInstallClass in case of upgrade, do it properly so that the "Partitioning lamp" behaves properly (bugzilla #15040)
* do "doPartitionDisks" and "formatPartitions" ASAP in upgrade so that ↵Pascal Rigaux2005-03-181-1/+4
| | | | miscellaneous is runned when /mnt is mounted (bugzilla #8678)
* Allow to specify "suppl" and "askmedia" in the kernel command-line as well ↵Rafael Garcia-Suarez2005-03-161-1/+3
| | | | as in the hdlists file
* - remove ddcxinfos, replaced by monitor-edid (which is in a separate package)Pascal Rigaux2005-02-281-2/+1
| | | | | | | | | | | | - add many resolutions (they are structured by aspect ratio for next move) - put the "Monitor preferred modeline" from EDID in xorg.conf - for this ModeLine must be exported from the monitor section - specifying a VendorName|ModelName in auto_inst is valid, don't overwrite it with edid probe - the strange /dev/zero needed (?) by ddcxinfos is no more needed - field {size} is now {diagonal_size}, and is no more "corrected" - add @CVT_ratios and @CVT_vfreqs (unused at the moment) - Getopt::Long is needed by monitor-parse-edid
* new kernel doesn't like usbdevfs any more, it wants usbfsPascal Rigaux2005-02-081-1/+1
|
* drakx_version() is now in install_anyPascal Rigaux2005-01-261-1/+1
|