summaryrefslogtreecommitdiffstats
path: root/perl-install/install/any.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* drop (broken) support for Alpha, PPC, Sparc & most of IA64Thierry.Vignaud2014-05-261-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 messageThierry Vignaud2014-02-191-1/+1
|
* (write_fstab) make it more readableThierry Vignaud2014-02-071-2/+2
|
* do warn on first screenshot (mga#11176)Thierry Vignaud2014-01-211-1/+1
| | | | first screenshot already exists by this time...
* ensure fb2png ends in logsThierry Vignaud2014-01-211-1/+1
|
* do not warn if a screenshot already has been taked (mga#11176)Thierry Vignaud2014-01-211-0/+3
| | | | | as help runs in a one shot process, it doesn't remember the warning has already been done
* hint that nonfree is needed if a CPU needs a microcodeThierry Vignaud2013-12-201-1/+5
|
* drop useless commentThierry Vignaud2013-08-251-1/+0
|
* install open-vm-tools on VMware hypervisorThierry Vignaud2013-08-241-0/+2
|
* update TODO listThierry Vignaud2013-05-171-2/+1
|
* preselect nonfree if neededThierry Vignaud2013-05-171-0/+10
|
* save test value in a variable (needed for next commits)Thierry Vignaud2013-05-171-1/+2
|
* cache value (thus logging only once)Thierry Vignaud2013-05-171-1/+8
| | | | (needed for next commits)
* hint that nonfree is needed if a driver needs a nonfree firmwareThierry Vignaud2013-05-171-1/+6
|
* log which nonfree firmware packages are needed for X.orgThierry Vignaud2013-05-171-1/+3
|
* install 'basesystem-minimal' instead of 'basesystem' prior to add extra mediaThierry Vignaud2013-05-011-3/+3
| | | | thus fixing "basesystem package not selected" (mga#9611)
* include mount options in auto_inst.plThierry Vignaud2013-04-301-1/+1
|
* include more partition fields in auto_inst.pl (mga#9784)Thierry Vignaud2013-04-301-1/+1
| | | | | | | include qw(hd level parts VG_name) also sort fields we might miss VGs though...
* install shorewall-ipv6 along shorewall (mga#9401)Thierry Vignaud2013-04-271-1/+1
|