Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | install2 functions should be steps | Pascal Rigaux | 2005-06-06 | 1 | -19/+4 |
| | |||||
* | get rid of $clicked and $ent_number (obsolete) | Pascal Rigaux | 2005-06-06 | 1 | -47/+39 |
| | |||||
* | define $o->{net}{type} and $o->{net}{net_interface} for lan installs | Olivier Blin | 2005-06-03 | 1 | -0/+2 |
| | |||||
* | remove comment, stage1 now writes DOMAINNAME and DHCP_HOSTNAME in the proper ↵ | Olivier Blin | 2005-06-03 | 1 | -1/+0 |
| | | | | files | ||||
* | remove unused code | Pascal Rigaux | 2005-06-03 | 1 | -1/+1 |
| | |||||
* | $o->{net}{network} and $o->{net}{resolv} may not exist at this stage of ↵ | Olivier Blin | 2005-06-03 | 1 | -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 Blin | 2005-06-03 | 1 | -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 Rigaux | 2005-06-02 | 1 | -0/+2 |
| | |||||
* | allow upgrading a chroot (using drakx-in-chroot) | Pascal Rigaux | 2005-06-02 | 1 | -2/+2 |
| | |||||
* | don't skip selectLanguage, selectKeyboard and miscellaneous by default in ↵ | Pascal Rigaux | 2005-05-30 | 1 | -1/+1 |
| | | | | drakx-in-chroot | ||||
* | remove dead code | Pascal Rigaux | 2005-05-30 | 1 | -4/+2 |
| | |||||
* | make drakx-in-chroot work | Pascal Rigaux | 2005-05-30 | 1 | -1/+7 |
| | |||||
* | - since set_security doesn't depend on the bootloader password, we can call ↵ | Pascal Rigaux | 2005-05-27 | 1 | -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 Rigaux | 2005-05-26 | 1 | -4/+5 |
| | | | | | | | instead of $::uml_install and used in drakx-in-chroot | ||||
* | Add missing brace | Rafael Garcia-Suarez | 2005-05-06 | 1 | -0/+1 |
| | |||||
* | remove obsolete code (most of these steps are anyway skipped in upgrade mode) | Olivier Blin | 2005-05-03 | 1 | -4/+0 |
| | |||||
* | do the edid probe before launching X server (the way it was already done for ↵ | Pascal Rigaux | 2005-04-08 | 1 | -1/+2 |
| | | | | i810fb) | ||||
* | leave bootsplash when X is up (and also in newt and auto_install) | Pascal Rigaux | 2005-04-06 | 1 | -0/+2 |
| | |||||
* | when re-ordering the steps to have doPartitionDisks just after ↵ | Pascal Rigaux | 2005-04-06 | 1 | -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 Rigaux | 2005-03-18 | 1 | -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-Suarez | 2005-03-16 | 1 | -1/+3 |
| | | | | as in the hdlists file | ||||
* | - remove ddcxinfos, replaced by monitor-edid (which is in a separate package) | Pascal Rigaux | 2005-02-28 | 1 | -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 usbfs | Pascal Rigaux | 2005-02-08 | 1 | -1/+1 |
| | |||||
* | drakx_version() is now in install_any | Pascal Rigaux | 2005-01-26 | 1 | -1/+1 |
| | |||||
* | - move some install specific code out of ugtk2.pm into install_gtk.pm | Pascal Rigaux | 2005-01-06 | 1 | -1/+1 |
| | | | | | - move some install specific code out of common.pm into install_any.pm | ||||
* | move mdkinst.clp on hard drive ASAP | Pascal Rigaux | 2005-01-03 | 1 | -0/+2 |
| | | | | | | => allows multi-cd installs even if the mdkinst.clp was not preloaded => allows to better memory handling during pkgs install (hopefully at least) | ||||
* | add option no_bad_drives (to workaround bugzilla #12766) | Pascal Rigaux | 2004-12-22 | 1 | -0/+1 |
| | |||||
* | /proc/sys/kernel/modprobe wants something non empty, otherwise it doesn't ↵ | Pascal Rigaux | 2004-12-21 | 1 | -1/+1 |
| | | | | change anything | ||||
* | don't die when /proc/sys/kernel/modprobe doesn't exist (for BOOT kernels) | Pascal Rigaux | 2004-12-20 | 1 | -1/+1 |
| | |||||
* | help testing | Pascal Rigaux | 2004-12-16 | 1 | -1/+1 |
| | |||||
* | better english (writing style rather than spoken one) | Thierry Vignaud | 2004-12-13 | 1 | -6/+6 |
| | |||||
* | disable kmod, otherwise we get a different behaviour in kernel vs kernel-BOOT | Pascal Rigaux | 2004-12-03 | 1 | -0/+1 |
| | |||||
* | - drop oem & recovery code (which was broken) | Pascal Rigaux | 2004-11-29 | 1 | -18/+0 |
| | | | | | - will be replaced with a root password + user accounts + network configuration a la drakfirsttime | ||||
* | A bit of grammar | Rafael Garcia-Suarez | 2004-11-29 | 1 | -3/+3 |
| | |||||
* | since we don't use ramdisk but clp, some code is dead | Pascal Rigaux | 2004-11-18 | 1 | -18/+0 |
| | | | | | (remove usingRamdisk(), check_prog(), remove_unused()...) | ||||
* | don't install updates when meta_class is firewall | Pascal Rigaux | 2004-10-05 | 1 | -1/+1 |
| | |||||
* | - prosuite is now named powerpackplus | Pascal Rigaux | 2004-10-01 | 1 | -4/+6 |
| | | | | | - simplify the code searching for the meta_class | ||||
* | fix logging rpmsrate_flags_chosen | Pascal Rigaux | 2004-10-01 | 1 | -1/+2 |
| | |||||
* | better logging | Pascal Rigaux | 2004-09-27 | 1 | -1/+1 |
| | |||||
* | don't set {meta_class} from file VERSION when it is already given on cmdline | Pascal Rigaux | 2004-09-22 | 1 | -1/+1 |
| | |||||
* | log the {meta_class} | Pascal Rigaux | 2004-09-10 | 1 | -0/+1 |
| | |||||
* | always load mouse modules at beginning of install (should fix X test | Olivier Blin | 2004-09-06 | 1 | -5/+2 |
| | | | | | not working with synaptics during install) | ||||
* | stage1 terminfo is not available anymore, use our own terminfo | Pascal Rigaux | 2004-09-03 | 1 | -0/+1 |
| | |||||
* | read modules configuration file from stage1 as modules_conf file, but | Olivier Blin | 2004-08-27 | 1 | -1/+2 |
| | | | | | get an object of the proper type by using modules::any_conf::vnew | ||||
* | $::corporate is dead | Pascal Rigaux | 2004-08-17 | 1 | -3/+0 |
| | |||||
* | get release_notes at beginning of ↵ | Pascal Rigaux | 2004-08-17 | 1 | -1/+1 |
| | | | | install_steps_interactive::acceptLicense(), even when useless_thing_accepted | ||||
* | replace freeDriver with freedriver (stage2 para are lower cased) | Pascal Rigaux | 2004-08-16 | 1 | -1/+1 |
| | |||||
* | modules::load doesn't accept options anymore, use ↵ | Pascal Rigaux | 2004-08-16 | 1 | -3/+2 |
| | | | | modules::load_with_options() (bugzilla #10778) | ||||
* | - don't use compssUsers anymore, use compssUsers.pl | Pascal Rigaux | 2004-08-13 | 1 | -1/+1 |
| | | | | | | | | - code to display compssUsers choices is now in compssUsers.pl - {compssUsers} is now a list instead of a hash, and so drop {compssUsersSorted} - rename {compssUsersChoice} to {rpmsrate_flags_chosen} (better name) - i18n_compssUsers is no more needed, add share/compssUsers.pl* to ALLPMS | ||||
* | mount /proc, /sys and /proc/usb/usb in $prefix ASAP instead of doing it at ↵ | Pascal Rigaux | 2004-08-10 | 1 | -0/+4 |
| | | | | various places |