Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | allow disabling autologin on LXDM (mga#17616) | Nicolas Salguero | 2016-12-01 | 1 | -1/+1 |
| | |||||
* | Kwin is called kwin_x11 on plasma under Wayland | Nicolas Lécureuil | 2016-11-06 | 1 | -1/+1 |
| | |||||
* | Kwin is called kwin_x11 on plasma and X | Nicolas Lécureuil | 2016-11-06 | 1 | -1/+1 |
| | |||||
* | add support for LXDM (mga#17616) | Nicolas Salguero | 2016-08-13 | 1 | -2/+24 |
| | | | | | need desktop-common-data-6.2+ perl_checker cleanups by Thierry Vignaud | ||||
* | followup: blind conversion KDE -> PLASMA | Thierry Vignaud | 2016-08-13 | 1 | -2/+2 |
| | | | | untested... | ||||
* | SDDM wants to get the real session name | Thierry Vignaud | 2016-08-13 | 1 | -1/+10 |
| | | | | | instead of symbolic Name LXDE/WindowMaker will need exceptions too | ||||
* | autologin: add support for SDDM (mga#17913) | Thierry Vignaud | 2016-08-13 | 1 | -10/+10 |
| | |||||
* | fix Samba package name (samba-server -> samba) | Thierry Vignaud | 2016-08-05 | 1 | -1/+1 |
| | |||||
* | fix checking package is installed (mga#13353) | Thierry Vignaud | 2016-08-05 | 1 | -1/+1 |
| | |||||
* | grub2: fix not being able to edit default cmdline | Thierry Vignaud | 2016-07-17 | 1 | -2/+2 |
| | | | | | | | | | | | | | Keep default append value (aka /etc/default/grub's GRUB_CMDLINE_LINUX_DEFAULT into {default_append} variable) Always use the value passed as now write_grub2_sysconfig() is only called after having offered to display the default cmdline value On first run (during installer) or when migrating from grub-legacy or lilo, we get the first entry's parameters Thus resolving mga#18952 | ||||
* | restrict fdisk -l output to usefull disks | Thierry Vignaud | 2016-07-05 | 1 | -0/+7 |
| | |||||
* | make it consitent | Thierry Vignaud | 2016-07-03 | 1 | -1/+1 |
| | |||||
* | re-enable "Boot device" under UEFI | Thierry Vignaud | 2016-07-03 | 1 | -1/+1 |
| | |||||
* | reindent | Thierry Vignaud | 2016-07-03 | 1 | -5/+5 |
| | |||||
* | make clear grub2 is installed on ESP under UEFI | Thierry Vignaud | 2016-07-03 | 1 | -0/+5 |
| | |||||
* | make it more user friendly | Thierry Vignaud | 2016-06-30 | 1 | -0/+1 |
| |