Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Use urpm::mirrors::add_proximity_and_sort() in place of mirror::nearest(). | Martin Whitaker | 2022-11-30 | 1 | -3/+9 |
| | |||||
* | Only allow available downloaders to be chosen when not in installer. | Martin Whitaker | 2022-11-28 | 1 | -3/+7 |
| | |||||
* | Allow https when user provides an explicit mirror URL. | Martin Whitaker | 2022-11-20 | 1 | -2/+2 |
| | |||||
* | any::ask_mirror() : handle case of mirror::nearest() returning nothing. | Martin Whitaker | 2022-11-20 | 1 | -1/+1 |
| | |||||
* | Add subroutine to set urpmi downloader. | Martin Whitaker | 2022-11-20 | 1 | -0/+16 |
| | |||||
* | Add option to specify mirror URL to any::urpmi_add_all_media. | Martin Whitaker | 2022-11-20 | 1 | -2/+4 |
| | |||||
* | Add a dialogue for choosing options for mirror selection and urpmi downloader. | Martin Whitaker | 2022-11-20 | 1 | -0/+75 |
| | |||||
* | Move ask_mirror() from install::any to any. | Martin Whitaker | 2022-11-19 | 1 | -0/+69 |
| | | | | This makes it available for use by draklive-install. | ||||
* | drakboot: add options to change the rEFInd background (mga#28073) | Martin Whitaker | 2022-08-09 | 1 | -3/+48 |
| | |||||
* | Don't remove os-prober in bootloader setup before user makes choice (mga#28223) | Martin Whitaker | 2021-01-30 | 1 | -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 Whitaker | 2021-01-25 | 1 | -1/+3 |
| | | | | as it can cause a GNOME session to die (mga#28124) | ||||
* | drakbug_report: fail quietly when trying journalctl for system log. | Martin Whitaker | 2021-01-11 | 1 | -1/+1 |
| | |||||
* | setupBootloaderBefore: Fix syntax of 51-mageia-resume.conf (mga#28055) | Nicolas Lécureuil | 2021-01-10 | 1 | -1/+1 |
| | |||||
* | Add option to configure rEFInd to not use EFI NVRAM (mga#27838) | Martin Whitaker | 2020-12-21 | 1 | -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.log | Martin Whitaker | 2020-12-18 | 1 | -0/+1 |
| | |||||
* | drakbug_report: also try journalctl for system log. | Martin Whitaker | 2020-12-18 | 1 | -1/+1 |
| | |||||
* | Fix by Dave Hodgins | Yuri Chornoivan | 2020-09-21 | 1 | -1/+1 |
| | |||||
* | Fix an ambiguous sentence (mga#27293) | Yuri Chornoivan | 2020-09-21 | 1 | -1/+1 |
| | |||||
* | log dmsetup in report.bug | Thierry Vignaud | 2020-08-19 | 1 | -0/+3 |
| | |||||
* | log PV/VG/LV in report.bug | Thierry Vignaud | 2020-08-19 | 1 | -0/+3 |
| | |||||
* | Default to no os-prober when installing bootloader on a removable device. | Martin Whitaker | 2020-06-17 | 1 | -1/+6 |
| | |||||
* | Default to installing EFI bootloader in /EFI/BOOT on removable devices. | Martin Whitaker | 2020-06-16 | 1 | -1/+7 |
| | |||||
* | Enhance message for installing bootloaders in /EFI/BOOT. | Martin Whitaker | 2020-06-16 | 1 | -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 Whitaker | 2020-06-16 | 1 | -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 anymore | Thierry Vignaud | 2020-05-01 | 1 | -1/+1 |
| | |||||
* | do not try anymore to restore MBR with lilo | Thierry Vignaud | 2020-03-25 | 1 | -2/+0 |
| | | | | | | rationale: we don't install lilo anymore, we only support it when upgrading see commit 9001e5c9e7e4235d81d73b92a48c57785374f97e | ||||
* | make comments consistent | Thierry Vignaud | 2019-06-07 | 1 | -0/+1 |
| | |||||
* | drakautologin: add new functions get_session_file and ↵ | Jani Välimaa | 2019-05-11 | 1 | -24/+17 |
| | | | | get_session_file_with_extension | ||||
* | drakautologin: add session support for lightdm | Jani Välimaa | 2019-05-03 | 1 | -2/+11 |
| | |||||
* | Display 'ESP' as bootloader location for rEFInd. | Martin Whitaker | 2018-12-17 | 1 | -0/+1 |
| | |||||
* | Check DM really is installed, not just present in /usr/share/X11.dm.d. | Martin Whitaker | 2018-11-25 | 1 | -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 Whitaker | 2018-11-20 | 1 | -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 Whitaker | 2018-11-20 | 1 | -1/+1 |
| | |||||
* | Fix a few GNOME name/capitalisation inconsistencies. | Martin Whitaker | 2018-11-20 | 1 | -3/+3 |
| | | | | There are still some in the translations. | ||||
* | Fix a couple more Xfce name/capitalisation inconsistencies. | Martin Whitaker | 2018-11-20 | 1 | -2/+2 |
| | |||||
* | Adapt drakdm and set_autologin for display-manager service, not prefdm ↵ | Martin Whitaker | 2018-11-04 | 1 | -8/+3 |
| | | | | (mga#22593) | ||||
* | drakboot: add support for the rEFInd boot manager (mga#15153) | Martin Whitaker | 2018-09-23 | 1 | -6/+80 |
| | |||||
* | do not run monitor-edid with drakx-in-chroot | Thierry Vignaud | 2018-09-13 | 1 | -1/+1 |
| | | | | rationale: it can timeouting | ||||
* | installer: remove current media before adding online media (mga#19742) | Thierry Vignaud | 2018-08-11 | 1 | -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 more | Thierry Vignaud | 2018-06-05 | 1 | -1/+1 |
| | |||||
* | Fix drakboot video mode selection when using grub2 (mga#21246) | Martin Whitaker | 2018-01-09 | 1 | -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 Whitaker | 2018-01-09 | 1 | -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 Vignaud | 2017-05-30 | 1 | -0/+1 |
| | |||||
* | Add "please wait" message when running update-grub2. | Martin Whitaker | 2017-05-06 | 1 | -0/+4 |
| | | | | This can take several minutes on systems with many O/S installations. | ||||
* | faster check for os-prober | Thierry Vignaud | 2017-03-17 | 1 | -1/+1 |
| | |||||
* | list input & HID devices in report.bug (mga#20327) | Thierry Vignaud | 2017-03-06 | 1 | -0/+2 |
| | |||||
* | Make sure to leave Session empty in sddm.conf if no desktop is selected ↵ | Frédéric Buclin | 2017-03-06 | 1 | -1/+1 |
| | | | | (mga#19234) | ||||
* | restrict fdisk -l output to usefull disks | Thierry Vignaud | 2017-02-23 | 1 | -1/+1 |
| | | | | | commit 325ab8add83e19c9dacd1b10ef6791441660f63a only handled "fdisk before/after", this trims the "fdisk" section too | ||||
* | show generic help too when using grub2 | Thierry Vignaud | 2016-12-11 | 1 | -0/+1 |
| | |||||
* | describe what skipping os-prober does (mga#18538) | Thierry Vignaud | 2016-12-11 | 1 | -1/+3 |
| |