Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | installer: write out the timezone for use by urpm::mirrors. | Martin Whitaker | 2022-11-30 | 1 | -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 Whitaker | 2022-11-20 | 1 | -0/+1 |
| | | | | | | media URL. The timezone is used to select the nearest mirror. | ||||
* | installer: allow user to specify downloader when adding supplementary media. | Martin Whitaker | 2022-11-20 | 1 | -0/+2 |
| | |||||
* | Move ask_mirror() from install::any to any. | Martin Whitaker | 2022-11-19 | 1 | -70/+1 |
| | | | | This makes it available for use by draklive-install. | ||||
* | simplify selecting fs packages | Thierry Vignaud | 2020-04-14 | 1 | -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 Vignaud | 2020-03-19 | 1 | -1/+1 |
| | | | | | | | thus workarounding unbootable minimal system as dracut's crypt module depends on it It should probably a dep in cryptsetup | ||||
* | prevent doble loging | Thierry Vignaud | 2020-03-04 | 1 | -1/+1 |
| | |||||
* | installer: preselect Core 32bit media on 32-bit EFI platforms. | Martin Whitaker | 2019-05-27 | 1 | -0/+14 |
| | | | | This allows the 32-bit grub2-efi package to be installed. | ||||
* | installer: don't preselect Nonfree 32bit media (mga#23927) | Martin Whitaker | 2019-03-16 | 1 | -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 Whitaker | 2019-02-02 | 1 | -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 Whitaker | 2019-02-01 | 1 | -1/+1 |
| | | | | This avoids selecting the wrong arch when building on an EFI system. | ||||
* | Support 32-bit UEFI with 64-bit O/S. | Martin Whitaker | 2018-12-17 | 1 | -1/+1 |
| | |||||
* | Remove/fix misleading comment and log messages, fix indentation. | Martin Whitaker | 2018-12-17 | 1 | -5/+4 |
| | |||||
* | only install radeon-firmware if needed (mga#23911) | Thierry Vignaud | 2018-11-28 | 1 | -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 rpmsrate | Thierry Vignaud | 2018-11-27 | 1 | -1/+0 |
| | |||||
* | installer: support ChooseMedia in auto-install interactiveSteps. | Martin Whitaker | 2018-03-12 | 1 | -1/+1 |
| | |||||
* | use scrot instead of fb2png (mga#19810) | Thierry Vignaud | 2016-11-20 | 1 | -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-theme | Thierry Vignaud | 2016-07-14 | 1 | -1/+1 |
| | |||||
* | respect auto_inst media selection (mga#12299) | Thierry Vignaud | 2016-07-05 | 1 | -0/+8 |
| | |||||
* | remember selected media (mga#12299) | Thierry Vignaud | 2016-07-05 | 1 | -0/+3 |
| | |||||
* | (enable_choosen_media) split it out | Thierry Vignaud | 2016-07-05 | 1 | -0/+5 |
| | | | | | | ... of media_screen() needed for next commit | ||||
* | try to get patch from ext[2-4] removable media | Thierry Vignaud | 2016-07-05 | 1 | -1/+1 |
| | | | | instead of just ext2... | ||||
* | better log when not virtualized | Thierry Vignaud | 2016-06-23 | 1 | -1/+1 |
| | |||||
* | log if were running under UEFI | Thierry Vignaud | 2016-06-23 | 1 | -0/+1 |
| | |||||
* | (system_info) split it | Thierry Vignaud | 2016-06-23 | 1 | -0/+6 |
| | |||||
* | sort default pkg list in auto_inst.cfg.pl | Thierry Vignaud | 2016-06-22 | 1 | -1/+1 |
| | |||||
* | do not override bootloader on upgrade (mga#18638) | Thierry Vignaud | 2016-06-09 | 1 | -1/+1 |
| | |||||
* | fix selecting grub2 on !UEFI | Thierry Vignaud | 2016-06-07 | 1 | -1/+1 |
| | | | | c/p typo in previous commit that was only tested with OVMF :-( | ||||
* | fix selecting grub2-efi on UEFI (mga#18646) | Thierry Vignaud | 2016-06-07 | 1 | -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 screen | Thierry Vignaud | 2015-12-25 | 1 | -2/+1 |
| | | | | better than commit f4e7b5e6c505ecbcef14ecbb26507f0159bad32b | ||||
* | Do not modify kdmrc as we do not use kdm anymore | Nicolas Lécureuil | 2015-12-07 | 1 | -1/+1 |
| | |||||
* | add missing spaces | Thierry Vignaud | 2015-05-25 | 1 | -2/+2 |
| | |||||
* | do not offer to add a CD-ROM as supplement media | Thierry Vignaud | 2015-05-25 | 1 | -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 keys | Thierry Vignaud | 2015-04-12 | 1 | -2/+2 |
| | |||||
* | fix a crash in auto install (mga#15573) | Thierry Vignaud | 2015-03-26 | 1 | -1/+1 |
| | | | | bug introduced in commit 7ed5bd23d63bd4031f2a2f3055b0d0a19a65906d | ||||
* | preselect grub2-efi under UEFI | Thierry Vignaud | 2015-03-25 | 1 | -0/+2 |
| | |||||
* | ignore firmwares within draklive | Thierry Vignaud | 2015-03-05 | 1 | -0/+1 |
| | | | | rationale: it breaks building live images... | ||||
* | ensure we install radeon-firmware too if needed (mga#15203) | Thierry Vignaud | 2015-02-18 | 1 | -1/+1 |
| | |||||
* | ensure we install kernel-firmware-nonfree (mga#15203) | Thierry Vignaud | 2015-02-18 | 1 | -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 fb2png | Thierry Vignaud | 2015-02-11 | 1 | -1/+1 |
| | |||||
* | perl_checker fix | Thierry Vignaud | 2014-07-03 | 1 | -1/+1 |
| | | | | (spot by tmb) | ||||
* | fix not writing /etc/fstab | Thierry Vignaud | 2014-07-03 | 1 | -1/+1 |
| | | | | | test condition was wrongly inverted in commit 5eb630b080a5566359773bb38fd6e2f31e32459a | ||||
* | kill $Id:$ tags | Thierry Vignaud | 2014-06-07 | 1 | -1/+1 |
| | | | | they're obsolete since switching from CVS/SVN to git... | ||||
* | fix typo in commit df74e103d8de6d7cc45cc3e2a99f4b9c8fff6085 | Thierry Vignaud | 2014-06-04 | 1 | -1/+1 |
| | |||||
* | podify++ install::any | Thierry.Vignaud | 2014-05-28 | 1 | -0/+133 |
| | |||||
* | convert a cople comments to POD | Thierry.Vignaud | 2014-05-28 | 1 | -5/+21 |
| | |||||
* | simplify using member() | Thierry.Vignaud | 2014-05-28 | 1 | -1/+1 |
| | |||||
* | drop (broken) support for Alpha, PPC, Sparc & most of IA64 | Thierry.Vignaud | 2014-05-26 | 1 | -5/+1 |
| | | | | | | | | | | | | | Including Xsun, silo & yaboot support Rationale: it's unused/unmaintained for years and those arches are beyond any hope of being usefull any day... They just got in the way... Part of IA64 support is still kept (eg: support for GPT, EFI, right xorg driver at install, ...) as it might be usefull to extend to other arches Next to consider: Xbox? | ||||
* | fix log message | Thierry Vignaud | 2014-02-19 | 1 | -1/+1 |
| | |||||
* | (write_fstab) make it more readable | Thierry Vignaud | 2014-02-07 | 1 | -2/+2 |
| |