summaryrefslogtreecommitdiffstats
path: root/perl-install/install/install2.pm
Commit message (Collapse)AuthorAgeFilesLines
* do not disable module autoloading (mga#9428)Thierry Vignaud2013-03-201-1/+0
|
* (real_main) time steps in logsThierry Vignaud2012-12-141-0/+2
|
* enable to skip keyboard step with keyboard optionThierry Vignaud2012-12-061-0/+1
|
* (start_udev) fix detecting if udev is already runningThierry Vignaud2012-10-221-1/+1
| | | | | Spot by Colin, broken since commit r4817 June 5 2012: "(start_udev) do not start udev twice in debug mode"
* (main,hasCPUMicrocode) load 'microcode' asynchronouslyThierry Vignaud2012-10-051-0/+2
| | | | thus preventing big wait when not supported (mga#7671)
* save the untranslated license earlyThierry Vignaud2012-09-181-1/+2
|
* (start_udev) better commentsThierry Vignaud2012-09-121-1/+2
|
* (main) /sys is already mounted by stage1Thierry Vignaud2012-09-031-1/+0
|
* mount /dev/{pts,shm} earlier, in stage1 rather than in stage2Thierry Vignaud2012-09-031-4/+0
| | | | (based on pok's idead @mdv but fixed)
* mount /dev as devtmpfs earlier, in stage1 rather than in stage2Thierry Vignaud2012-09-031-1/+0
| | | | (based on pok's idead @mdv but fixed)
* adapt to usbfs death (2/4): if needed, mount /sys/kernel/debug/usbThierry Vignaud2012-08-301-1/+1
| | | | instead of /proc/bus/usb
* adapt to latest systemd/udevdThierry Vignaud2012-07-241-1/+1
|
* (main) do not try to mount /sys twice if udev was started by a script in ↵Thierry Vignaud2012-06-051-1/+1
| | | | debug mode
* (start_udev) do not start udev twice in debug modeThierry Vignaud2012-06-051-0/+2
|
* document optionsThierry Vignaud2012-05-231-11/+24
|
* (parse_args,empty_packages) enable to go fast with 'tune-rpm'...Thierry Vignaud2012-05-231-0/+1
| | | | | for testing (it looks like urpm::set_tune_rpm() is more effective than what does install::pkgs::install() & _remove_raw()
* (parse_args,empty_packages) add support for 'justdb' optionThierry Vignaud2012-05-231-0/+1
| | | | | | | | | | | (for fast testing; warning: no coverage for %post scripts errors or missing requires, non explicit file conflicts, ...) (installPackages) don't try to run ldconfig in 'justdb' mode (configureNetwork) don't try to set firewall, file tests will fail (afterInstallPackages) don't check for file
* always load fs::mountThierry Vignaud2012-05-231-1/+1
| | | | | rationale: its nearly always needed anyway and it'll be always needed afer next commit
* no need to create /dev/zero and the like, udev already did itThierry Vignaud2012-05-231-2/+1
| | | | | quite a lot more remain as we either lack prope udev rules or rely on older style entries or are needed in drakx-in-chroot mode
* (init_modules_conf) explainThierry Vignaud2012-05-231-0/+1
|
* (init_modules_conf) split it out of main()Thierry Vignaud2012-05-231-5/+9
|
* (main) we no more use a theme that depends on META_CLASS valueThierry Vignaud2012-05-231-1/+0
|
* (main) no need to create /dev/ttyThierry Vignaud2012-05-231-2/+0
|
* explainThierry Vignaud2012-05-231-0/+1
|
* (init_path) split it out of main()Thierry Vignaud2012-05-231-3/+7
|
* /usr/X11R6 is now emptyThierry Vignaud2012-05-231-2/+2
|
* (process_patch) split it out of main()Thierry Vignaud2012-05-231-5/+10
|
* (init_mouse) split it out of main()Thierry Vignaud2012-05-231-4/+6
|
* (init_auto_install) split it out of main()Thierry Vignaud2012-05-231-22/+26
|
* simplify flowThierry Vignaud2012-05-231-1/+2
|
* (pre_init_brltty) split it out of main()Thierry Vignaud2012-05-231-8/+12
|
* (process_auto_steps) split it out main()Thierry Vignaud2012-05-231-7/+11
|
* (init_env_share) split it out of main()Thierry Vignaud2012-05-231-6/+10
|
* (parse_args) split it out of main()Thierry Vignaud2012-05-231-14/+20
|
* (real_main) split it out of main()Thierry Vignaud2012-05-231-1/+5
|
* (finish_install) split it out of main()Thierry Vignaud2012-05-231-0/+4
|
* (step_init) split it out of main()Thierry Vignaud2012-05-231-18/+23
|
* (read_product_id) split it out of main()Thierry Vignaud2012-05-231-11/+13
|
* (init_brltty) split it out of main()Thierry Vignaud2012-05-231-6/+8
|
* (read_stage1_net_conf) split it out of main()Thierry Vignaud2012-05-231-27/+29
|
* (sig_segv_handler) split it out of main()Thierry Vignaud2012-05-231-9/+11
|
* documentThierry Vignaud2012-05-231-0/+7
|
* better flowThierry Vignaud2012-05-231-3/+5
|
* (init_local_install) split it out of main()Thierry Vignaud2012-05-231-8/+11
|
* - fix rebooting on autoinstallArnaud Patard2012-04-301-2/+3
|
* installer: allow generation of host-only initrd during installColin Guthrie2012-04-101-2/+7
| | | | | | | | | | | | | | | | During install dracut will generate a generic (i.e. large) initrd. As we now start udev early, we can use udev metadata when generating our initrd and thus we can generate our default, hostonly initrd. Thus ensure relevant directories (/run) are bind mounted and fake a /run/initramfs folder which is used in dracut to detect a boot which will have sufficient metadata in the udev DB. Tested with an install on a new disk and creating LVMs and also on an install where the pre-existing LVMs were reused. Suitable fixes to drakx-in-chroot have also been added, but remain untested
* (SEGV_handler) add a perl_checker hintThierry Vignaud2012-03-231-1/+1
|
* (prepare_minimal_root) get rid of useless argThierry Vignaud2012-03-231-1/+1
| | | | (spot by perl_checker)
* (SEGV handler) kill dead code introduced by pixel on May 30 2005 in r212449 ↵Thierry Vignaud2012-03-081-1/+0
| | | | (was: "make drakx-in-chroot work")
* (SEGV handler) simplify checking whether interactive was set up or notThierry Vignaud2012-03-081-2/+1
|