summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
Commit message (Collapse)AuthorAgeFilesLines
* Use urpm::mirrors::add_proximity_and_sort() in place of mirror::nearest().Martin Whitaker2022-11-301-3/+9
|
* Only allow available downloaders to be chosen when not in installer.Martin Whitaker2022-11-281-3/+7
|
* Allow https when user provides an explicit mirror URL.Martin Whitaker2022-11-201-2/+2
|
* any::ask_mirror() : handle case of mirror::nearest() returning nothing.Martin Whitaker2022-11-201-1/+1
|
* Add subroutine to set urpmi downloader.Martin Whitaker2022-11-201-0/+16
|
* Add option to specify mirror URL to any::urpmi_add_all_media.Martin Whitaker2022-11-201-2/+4
|
* Add a dialogue for choosing options for mirror selection and urpmi downloader.Martin Whitaker2022-11-201-0/+75
|
* Move ask_mirror() from install::any to any.Martin Whitaker2022-11-191-0/+69
| | | | This makes it available for use by draklive-install.
* drakboot: add options to change the rEFInd background (mga#28073)Martin Whitaker2022-08-091-3/+48
|
* Don't remove os-prober in bootloader setup before user makes choice (mga#28223)Martin Whitaker2021-01-301-2/+2
| | | | | | | We want to default to no probe when installing onto a removable device. But we shouldn't remove the package before the user makes the choice, because on a live system with no online media it can't be reinstalled if the user overrides the default.
* When running monitor-edid, don't use --try-in-console...Martin Whitaker2021-01-251-1/+3
| | | | as it can cause a GNOME session to die (mga#28124)
* drakbug_report: fail quietly when trying journalctl for system log.Martin Whitaker2021-01-111-1/+1
|
* setupBootloaderBefore: Fix syntax of 51-mageia-resume.conf (mga#28055)Nicolas Lécureuil2021-01-101-1/+1
|
* Add option to configure rEFInd to not use EFI NVRAM (mga#27838)Martin Whitaker2020-12-211-0/+5
| | | | | The combination of this and installing in \EFI\BOOT provides a workaround for machines where the NVRAM is broken or worn out.
* drakbug_report: include draklive-install.logMartin Whitaker2020-12-181-0/+1
|
* drakbug_report: also try journalctl for system log.Martin Whitaker2020-12-181-1/+1
|
* Fix by Dave HodginsYuri Chornoivan2020-09-211-1/+1
|
* Fix an ambiguous sentence (mga#27293)Yuri Chornoivan2020-09-211-1/+1
|
* log dmsetup in report.bugThierry Vignaud2020-08-191-0/+3
|
* log PV/VG/LV in report.bugThierry Vignaud2020-08-191-0/+3
|
* Default to no os-prober when installing bootloader on a removable device.Martin Whitaker2020-06-171-1/+6
|
* Default to installing EFI bootloader in /EFI/BOOT on removable devices.Martin Whitaker2020-06-161-1/+7
|
* Enhance message for installing bootloaders in /EFI/BOOT.Martin Whitaker2020-06-161-2/+2
| | | | | This may be needed to make a removable device self-bootable as well as to work around buggy BIOSs that don't respect the NVRAM settings.
* Add option to install GRUB2 as EFI default/fallback bootloader.Martin Whitaker2020-06-161-0/+4
| | | | | | i.e. in \EFI\BOOT instead of in \EFI\mageia. This should be used if installing on a removable device, and provides a workaround for buggy BIOSs that don't respect the EFI NVRAM settings.
* acpi service doesn't exist anymoreThierry Vignaud2020-05-011-1/+1
|
* do not try anymore to restore MBR with liloThierry Vignaud2020-03-251-2/+0
| | | | | | rationale: we don't install lilo anymore, we only support it when upgrading see commit 9001e5c9e7e4235d81d73b92a48c57785374f97e
* make comments consistentThierry Vignaud2019-06-071-0/+1
|
* drakautologin: add new functions get_session_file and ↵Jani Välimaa2019-05-111-24/+17
| | | | get_session_file_with_extension
* drakautologin: add session support for lightdmJani Välimaa2019-05-031-2/+11
|
* Display 'ESP' as bootloader location for rEFInd.Martin Whitaker2018-12-171-0/+1
|
* Check DM really is installed, not just present in /usr/share/X11.dm.d.Martin Whitaker2018-11-251-1/+1
| | | | | | The gdm.conf file is in the xinitrc package, so we can't rely on that to determine whether GDM is available. Even if we fix that, this makes our test more robust.
* Fix DM preference when none is selected.Martin Whitaker2018-11-201-1/+11
| | | | | /etc/X11/lookupdm has been removed from initscripts, but we still need that functionality to select the preferred DM during installation.
* Fix a Plasma capitalisation inconsistency.Martin Whitaker2018-11-201-1/+1
|
* Fix a few GNOME name/capitalisation inconsistencies.Martin Whitaker2018-11-201-3/+3
| | | | There are still some in the translations.
* Fix a couple more Xfce name/capitalisation inconsistencies.Martin Whitaker2018-11-201-2/+2
|
* Adapt drakdm and set_autologin for display-manager service, not prefdm ↵Martin Whitaker2018-11-041-8/+3
| | | | (mga#22593)
* drakboot: add support for the rEFInd boot manager (mga#15153)Martin Whitaker2018-09-231-6/+80
|
* do not run monitor-edid with drakx-in-chrootThierry Vignaud2018-09-131-1/+1
| | | | rationale: it can timeouting
* installer: remove current media before adding online media (mga#19742)Thierry Vignaud2018-08-111-0/+3
| | | | | | | | | | | | | thus preventing a failure when installing updates (due to udisks-daemon not running) if a package was available in the install media. Note that this will also cause the live system local repo to be removed when finish-install is run after installing the live system to disk. This is harmless - anything in the local repo should also be available in the online media - and indeed, leads to a cleaner system. (committed by Martin Whitaker <mageia@martin-whitaker.me.uk>)
* libinput-list-devices is no moreThierry Vignaud2018-06-051-1/+1
|
* Fix drakboot video mode selection when using grub2 (mga#21246)Martin Whitaker2018-01-091-2/+2
| | | | | | | | | | | | | The video mode needs to be extracted from and written back to the GRUB_CMDLINE_LINUX_DEFAULT parameter in /etc/defaults/grub2. This fix creates a new "default_vga" key in the $bootloader hash to hold the current selection. Using the existing "vga" key would cause the default video mode to be added to any bootloader entries that don't have a specific "vga" value, e.g. the "failsafe" entry. The $bootloader "vga" value doesn't appear to be set anywhere else, so may in fact be obsolete.
* Combine bootloader perImageAppend and default_append keys.Martin Whitaker2018-01-091-2/+2
| | | | | This allows changes to the append options to propagate to the grub2 configuration file, thus fixing mga#21263 and mga#21250.
* log output of libinput-list-devices (mga#20327)Thierry Vignaud2017-05-301-0/+1
|
* Add "please wait" message when running update-grub2.Martin Whitaker2017-05-061-0/+4
| | | | This can take several minutes on systems with many O/S installations.
* faster check for os-proberThierry Vignaud2017-03-171-1/+1
|
* list input & HID devices in report.bug (mga#20327)Thierry Vignaud2017-03-061-0/+2
|
* Make sure to leave Session empty in sddm.conf if no desktop is selected ↵Frédéric Buclin2017-03-061-1/+1
| | | | (mga#19234)
* restrict fdisk -l output to usefull disksThierry Vignaud2017-02-231-1/+1
| | | | | commit 325ab8add83e19c9dacd1b10ef6791441660f63a only handled "fdisk before/after", this trims the "fdisk" section too
* show generic help too when using grub2Thierry Vignaud2016-12-111-0/+1
|
* describe what skipping os-prober does (mga#18538)Thierry Vignaud2016-12-111-1/+3
|