summaryrefslogtreecommitdiffstats
path: root/perl-install/any.pm
Commit message (Collapse)AuthorAgeFilesLines
* 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
|
* allow disabling autologin on LXDM (mga#17616)Nicolas Salguero2016-12-011-1/+1
|
* Kwin is called kwin_x11 on plasma under WaylandNicolas Lécureuil2016-11-061-1/+1
|
* Kwin is called kwin_x11 on plasma and XNicolas Lécureuil2016-11-061-1/+1
|
* add support for LXDM (mga#17616)Nicolas Salguero2016-08-131-2/+24
| | | | | need desktop-common-data-6.2+ perl_checker cleanups by Thierry Vignaud
* followup: blind conversion KDE -> PLASMAThierry Vignaud2016-08-131-2/+2
| | | | untested...
* SDDM wants to get the real session nameThierry Vignaud2016-08-131-1/+10
| | | | | instead of symbolic Name LXDE/WindowMaker will need exceptions too
* autologin: add support for SDDM (mga#17913)Thierry Vignaud2016-08-131-10/+10
|
* fix Samba package name (samba-server -> samba)Thierry Vignaud2016-08-051-1/+1
|
* fix checking package is installed (mga#13353)Thierry Vignaud2016-08-051-1/+1
|
* grub2: fix not being able to edit default cmdlineThierry Vignaud2016-07-171-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 disksThierry Vignaud2016-07-051-0/+7
|
* make it consitentThierry Vignaud2016-07-031-1/+1
|
* re-enable "Boot device" under UEFIThierry Vignaud2016-07-031-1/+1
|
* reindentThierry Vignaud2016-07-031-5/+5
|
* make clear grub2 is installed on ESP under UEFIThierry Vignaud2016-07-031-0/+5
|
* make it more user friendlyThierry Vignaud2016-06-301-0/+1
|
* offer again to add user to admin group (mga#17720)Thierry Vignaud2016-06-301-2/+2
| | | | | default security level is 1 those days we should probably only keep "adm" & "wheel" (eg: rip "xgrp" & the like)
* warn if grub2 is not installed on MBR/ESPThierry Vignaud2016-06-241-1/+7
|
* do display boot device list even if there's only one diskThierry Vignaud2016-06-241-1/+1
|
* kill an old useless ia64 checkThierry Vignaud2016-06-241-2/+0
|
* add a "Do not touch ESP or MBR" option (mga#18770)Thierry Vignaud2016-06-241-0/+1
|
* UEFI: do not offer to pick the diskThierry Vignaud2016-06-231-1/+1
| | | | | where to install the bootloader (grub2) as we don't give it to grub2-install, which looks for the ESP anyway
* report_bug: hide grub passwordThierry Vignaud2016-06-211-1/+1
|
* fix displaying release notes with WebKit2Thierry Vignaud2016-06-061-0/+1
|
* enable to (un)install os-proberThierry Vignaud2016-06-061-0/+7
| | | | thus enabling to prevent slow boot (mga#16010, mga#18538)
* pretty formatThierry Vignaud2016-05-041-1/+20
|
* do not use chksession for listing sessionsThierry Vignaud2016-05-041-1/+4
| | | | | | | it's hopeless broken and is on its death way more work is needed: - see eg sessions_with_order() - check their callers
* drop support for MIPSThierry Vignaud2016-04-241-1/+1
|
* use WebKit2 instead of WebKit1Thierry Vignaud2016-03-211-3/+3
|
* use real class name (s!WebKit_View!WebKit_WebView!)Thierry Vignaud2016-02-231-1/+1
|
* do use new 2nd screen for both grub2(|-graphic)Thierry Vignaud2016-02-101-1/+1
| | | | see mga#9431
* skip swap in the list of partitions (mga#15767)Thierry Vignaud2016-01-021-1/+1
|
* drakboot: fix lightdm support after upstream config file changeJani Välimaa2015-09-141-2/+2
| | | | Upstream changed config file syntax [SeatDefaults] -> [Seat:*].
* fix default grub2 kernel parameters (mga#15984)Thierry Vignaud2015-05-201-1/+1
|
* do use vga value for grub2Thierry Vignaud2015-05-091-0/+1
|