summaryrefslogtreecommitdiffstats
path: root/perl-install/install
Commit message (Collapse)AuthorAgeFilesLines
...
* Update NEWS.Martin Whitaker2022-11-301-0/+1
|
* installer: more fixes to support https media URLs.Martin Whitaker2022-11-301-3/+3
|
* installer: add additional files to allow https URLs to be authenticated.Martin Whitaker2022-11-301-0/+2
|
* 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.
* Update German (Austria) translation from TxYuri Chornoivan2022-11-261-0/+1706
|
* Update Spanish translation from TxYuri Chornoivan2022-11-221-31/+10
|
* Update German translation from TxYuri Chornoivan2022-11-221-27/+4
|
* Update German translation from TxYuri Chornoivan2022-11-221-26/+2
|
* Update Czech translation from TxYuri Chornoivan2022-11-221-25/+4
|
* Update Ukrainian translationYuri Chornoivan2022-11-211-9/+9
|
* Update translation catalogues.Martin Whitaker2022-11-2179-7749/+7306
|
* Update NEWS.Martin Whitaker2022-11-201-0/+4
|
* Rework mirror::nearest() to use the same algorithm as urpm::mirrors.Martin Whitaker2022-11-201-0/+5
| | | | | The old code never really worked. At best it would return a mirror at the same longitude, but usually it returned a random result.
* 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
|
* installer: allow user to specify mirror and downloader when installing updates.Martin Whitaker2022-11-201-1/+19
|
* Move ask_mirror() from install::any to any.Martin Whitaker2022-11-191-70/+1
| | | | This makes it available for use by draklive-install.
* 18.5118.51Martin Whitaker2022-10-291-0/+2
|
* Include rpm & rpmdb in stage 2 installer files.Martin Whitaker2022-10-292-0/+3
| | | | | These are needed to allow the rpm database to be converted to sqlite when upgrading an older Mageia installation (mga#31024).
* Fix typo in comment.Martin Whitaker2022-10-281-1/+1
|
* Adapt to WebKit2 4.1.Martin Whitaker2022-10-262-8/+10
|
* Ensure efivars are mounted before installing a UEFI bootloader (mga#31008)Martin Whitaker2022-10-241-0/+2
| | | | | | | | | The old way of accessing EFI NVRAM variables via /sys/firmware/efi/vars was removed in Linux 6.0. The new way is to use the efivarfs pseudo- filesystem, which is usually mounted at /sys/firmware/efi/efivars. We need to make sure this is actually mounted before attempting to install a UEFI bootloader, otherwise any attempt to write to the EFI NVRAM will fail.
* 18.5018.50Martin Whitaker2022-09-171-0/+2
|
* Update Russian translation from TxYuri Chornoivan2022-08-271-2/+2
|
* Update Greek translation from TxYuri Chornoivan2022-08-211-2/+2
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2022-08-191-2/+3
|
* Update Portuguese translation from TxYuri Chornoivan2022-08-191-1/+1
|
* Update Catalan translation from TxYuri Chornoivan2022-08-161-4/+4
|
* Update Japanese translation from TxYuri Chornoivan2022-08-161-2/+2
|
* Update Norwegian Bokmal translation from TxYuri Chornoivan2022-08-161-2/+2
|
* Update Czech translation from TxYuri Chornoivan2022-08-161-2/+2
|
* Update French translation from TxYuri Chornoivan2022-08-161-3/+5
|
* bootloader: don't completely remove failsafe/nonfb entries on upgrade.Martin Whitaker2022-08-111-0/+2
| | | | | | | | | bootloader::suggest() removes any failsafe and nonfb entries for old kernels on the assumption it will then add them for a newer kernel. This is particularly a problem when using rEFInd, where we only keep the entries for the default (unversioned) kernel, but would also eliminate the failsafe/nonfb entries when using the installer upgrade option to quickly repair the bootloader.
* Update NEWS.Martin Whitaker2022-08-091-0/+1
|
* Update Russian translation from TxYuri Chornoivan2022-07-271-20/+20
|
* Update Brazilian Portuguese translation from TxYuri Chornoivan2022-06-301-4/+6
|
* Update Portuguese translation from TxYuri Chornoivan2022-06-301-37/+44
|
* Update the list of drivers needing a nonfree firmwareThierry Vignaud2022-06-091-0/+2
| | | | Sync with kernel-5.18
* 18.49Thierry Vignaud2022-06-081-0/+2
|
* Sync with kernel 5.18Thierry Vignaud2022-06-081-0/+1
|
* Adapt to perl 5.28Thierry Vignaud2022-06-082-4/+1
|
* Update German translation from TxYuri Chornoivan2022-06-011-9/+9
|
* Update German translation from TxYuri Chornoivan2022-05-311-6/+6
|
* Sync with kernel 5.17Thierry Vignaud2022-04-131-0/+1
|
* Update Swedish translation from TxYuri Chornoivan2022-03-301-49/+50
|
* Retry downloading packages in case of error (mga#28539)Thierry Vignaud2022-01-192-0/+4
|
* 18.4818.48Thierry Vignaud2022-01-171-0/+2
|
* Enable to alter default downloader (mga#28539)Thierry Vignaud2022-01-174-1/+6
| | | | | | | Default is still curl. Choice is limited to what is actually included in stage2 (for now, only aria2c, curl or wget) eg: " downloader=wget"
* perl_checker: fix undefined @fstab variableThierry Vignaud2022-01-161-1/+1
| | | | bug introduced in commit c7082b46f4345ffb061b317785055cdb945289e3
* perl_checker cleanupsThierry Vignaud2022-01-052-3/+3
|