summaryrefslogtreecommitdiffstats
path: root/perl-install/install/any.pm
Commit message (Collapse)AuthorAgeFilesLines
* Fix grub2 pkg name on aarch64 (mga#32686)Thierry Vignaud2024-01-041-3/+2
|
* Revert "Change default DHCP client to dhcpcd (mga#30938)"Martin Whitaker2023-08-191-1/+1
| | | | | | | This reverts commit 35cdeec997163a9195f1c6c917554cbed5892261. The change broke the ability to bring up networking (to add on-line media) when using the classical installer ISO to update a system that used the legacy network scripts.
* Change default DHCP client to dhcpcd (mga#30938)Martin Whitaker2023-06-241-1/+1
|
* installer: write out the timezone for use by urpm::mirrors.Martin Whitaker2022-11-301-0/+15
| | | | | urpm::mirrors will use /etc/sysconfig/clock in the installer environment when choosing the nearest mirror. So make that file available.
* installer: preconfigure timezone before asking for online supplementary ↵Martin Whitaker2022-11-201-0/+1
| | | | | | media URL. The timezone is used to select the nearest mirror.
* installer: allow user to specify downloader when adding supplementary media.Martin Whitaker2022-11-201-0/+2
|
* Move ask_mirror() from install::any to any.Martin Whitaker2022-11-191-70/+1
| | | | This makes it available for use by draklive-install.
* simplify selecting fs packagesThierry Vignaud2020-04-141-2/+0
| | | | | | | Rationale: they're already covered by fs::format::package_needed_for_partition_type() call above. NTFS got added in commit 06ee50b237dccb9411d589ddcb35ac2a8ca1771a Btrfs got added in commit c12f436ad4dfc6b721a8e4bc9bcd2987c5b30f63
* install dmsetup when encrypting "/"Thierry Vignaud2020-03-191-1/+1
| | | | | | | thus workarounding unbootable minimal system as dracut's crypt module depends on it It should probably a dep in cryptsetup
* prevent doble logingThierry Vignaud2020-03-041-1/+1
|
* installer: preselect Core 32bit media on 32-bit EFI platforms.Martin Whitaker2019-05-271-0/+14
| | | | This allows the 32-bit grub2-efi package to be installed.
* installer: don't preselect Nonfree 32bit media (mga#23927)Martin Whitaker2019-03-161-1/+1
| | | | For x86_64, the 32bit media are no longer enabled by default.
* Don't install nonfree graphics drivers when not wanted (mga#24172)Martin Whitaker2019-02-021-1/+1
| | | | | | This fixes a bug introduced by commit c253952df2. That was only supposed to select GPU firmware packages, but actually selected driver packages as well.
* Don't select default bootloader when building Live ISOs.Martin Whitaker2019-02-011-1/+1
| | | | This avoids selecting the wrong arch when building on an EFI system.
* Support 32-bit UEFI with 64-bit O/S.Martin Whitaker2018-12-171-1/+1
|
* Remove/fix misleading comment and log messages, fix indentation.Martin Whitaker2018-12-171-5/+4
|
* only install radeon-firmware if needed (mga#23911)Thierry Vignaud2018-11-281-2/+2
| | | | | | | | | aka if there's an ATI gfx card It would be better to use the FIRMWARE field from ldetect-lst XFdrake is supposed to handle it but for minimal installs w/o Xorg (mga#15203) 'microcode_ctl' could be later handled like 'microcode'
* open-vm-tools is handled through rpmsrateThierry Vignaud2018-11-271-1/+0
|
* installer: support ChooseMedia in auto-install interactiveSteps.Martin Whitaker2018-03-121-1/+1
|
* use scrot instead of fb2png (mga#19810)Thierry Vignaud2016-11-201-1/+1
| | | | | rationale: fb2png only work with the 'fbdev' driver and thus doesn't work at all when fallbacking to the 'vesa' driver
* do not preinstall mageia-gfxboot-themeThierry Vignaud2016-07-141-1/+1
|
* respect auto_inst media selection (mga#12299)Thierry Vignaud2016-07-051-0/+8
|
* remember selected media (mga#12299)Thierry Vignaud2016-07-051-0/+3
|
* (enable_choosen_media) split it outThierry Vignaud2016-07-051-0/+5
| | | | | | ... of media_screen() needed for next commit
* try to get patch from ext[2-4] removable mediaThierry Vignaud2016-07-051-1/+1
| | | | instead of just ext2...
* better log when not virtualizedThierry Vignaud2016-06-231-1/+1
|
* log if were running under UEFIThierry Vignaud2016-06-231-0/+1
|
* (system_info) split itThierry Vignaud2016-06-231-0/+6
|
* sort default pkg list in auto_inst.cfg.plThierry Vignaud2016-06-221-1/+1
|
* do not override bootloader on upgrade (mga#18638)Thierry Vignaud2016-06-091-1/+1
|
* fix selecting grub2 on !UEFIThierry Vignaud2016-06-071-1/+1
| | | | c/p typo in previous commit that was only tested with OVMF :-(
* fix selecting grub2-efi on UEFI (mga#18646)Thierry Vignaud2016-06-071-2/+14
| | | | | | | | | | | | | | | | | | | the issue is that we select basesystem which pulls bootloader -> grub2 then later grub2-efi b/c we're on UEFI which results in: we don't use the right API for selecting packages which results in: * preferring grub2 over lilo,grub2-efi,grub * replacing bootloader with grub2 * selecting grub2-2.02-0.git10457.6.mga6.x86_64 (...) * selecting grub2-efi because of needed for UEFI boot (...) * no packages match grub2-efi (it is either in skip.list or already rejected) * ERROR: selection failed: grub2-efi-2.02-0.git10457.6.mga6.x86_64 (due to conflicts with grub2-2.02-0.git10457.6.mga6.x86_64) the proper fix would be to use a better URPM API but it's just as simple to pick the bootloader before picking basesystem...
* better fix for draklive vs media screenThierry Vignaud2015-12-251-2/+1
| | | | better than commit f4e7b5e6c505ecbcef14ecbb26507f0159bad32b
* Do not modify kdmrc as we do not use kdm anymoreNicolas Lécureuil2015-12-071-1/+1
|
* add missing spacesThierry Vignaud2015-05-251-2/+2
|
* do not offer to add a CD-ROM as supplement mediaThierry Vignaud2015-05-251-4/+1
| | | | | rationale (mga#13671): we don't have multi-CD install for quite some time, only a DVD one
* support loading patches from ntfs-3g USB keysThierry Vignaud2015-04-121-2/+2
|
* fix a crash in auto install (mga#15573)Thierry Vignaud2015-03-261-1/+1
| | | | bug introduced in commit 7ed5bd23d63bd4031f2a2f3055b0d0a19a65906d
* preselect grub2-efi under UEFIThierry Vignaud2015-03-251-0/+2
|
* ignore firmwares within drakliveThierry Vignaud2015-03-051-0/+1
| | | | rationale: it breaks building live images...
* ensure we install radeon-firmware too if needed (mga#15203)Thierry Vignaud2015-02-181-1/+1
|
* ensure we install kernel-firmware-nonfree (mga#15203)Thierry Vignaud2015-02-181-0/+1
| | | | | | (if needed) it's recommended but will be unselected if recommends are disabled resulting in non working display on reboot
* adapt to new fb2pngThierry Vignaud2015-02-111-1/+1
|
* perl_checker fixThierry Vignaud2014-07-031-1/+1
| | | | (spot by tmb)
* fix not writing /etc/fstabThierry Vignaud2014-07-031-1/+1
| | | | | test condition was wrongly inverted in commit 5eb630b080a5566359773bb38fd6e2f31e32459a
* kill $Id:$ tagsThierry Vignaud2014-06-071-1/+1
| | | | they're obsolete since switching from CVS/SVN to git...
* fix typo in commit df74e103d8de6d7cc45cc3e2a99f4b9c8fff6085Thierry Vignaud2014-06-041-1/+1
|
* podify++ install::anyThierry.Vignaud2014-05-281-0/+133
|
* convert a cople comments to PODThierry.Vignaud2014-05-281-5/+21
|
* simplify using member()Thierry.Vignaud2014-05-281-1/+1
|