summaryrefslogtreecommitdiffstats
path: root/config/live.cfg
Commit message (Collapse)AuthorAgeFilesLines
* Add boot menu entries to support using non-free video drivers.Martin Whitaker2017-04-101-1/+5
|
* Use Xfce instead of xfce4 for the ISO file name and disk label.Martin Whitaker2017-03-281-1/+1
| | | | This is the name & capitalisation used upstream.
* live.cfg: drop dkms patch (now fixed in /sbin/display_driver_helper).Martin Whitaker2017-03-281-3/+0
|
* live.cfg: drop prefdm patch (now applied in initscripts package).Martin Whitaker2017-02-281-2/+0
|
* Add /var/lib/sddm/state.conf to files to be removed by draklive-install.Martin Whitaker2017-02-261-1/+2
| | | | | This stops SDDM displaying "Live" as the default user on first login to an installed system.
* Fix incorrect file name in last but one commit.Martin Whitaker2017-02-251-1/+1
|
* live.cfg: don't disable CUPS service - s-c-p won't automatically enable it.Martin Whitaker2017-02-131-3/+0
|
* Add a boot option to delete the xorg.conf fileMartin Whitaker2017-02-131-0/+3
| | | | | Users report this is needed to get the nouveau driver to work with some graphics cards.
* live.cfg: no longer need to disable Xfce/Thunar autobrowse by default.Martin Whitaker2017-02-061-2/+0
| | | | | draklive-install now uses udisks2-inhibit, which prevents the unwanted file manager windows popping up.
* Ensure draklive-install icon is removed from Xfce desktop in installed system.Martin Whitaker2017-01-311-1/+1
| | | | | Source file name is mageia-draklive-install.desktop, but draklive-install looks for draklive-install.desktop.
* Drop obsolete patch (fix has been released in drakxtools).Martin Whitaker2017-01-281-2/+0
|
* live.cfg: enhancements for running draklive-install from Xfce desktop.Martin Whitaker2017-01-271-0/+9
| | | | | - add icon on desktop to run the installer - disable autobrowse by default (prevents unwanted window popups)
* Drop workaround for enabling MCC, etc, to run in Wayland.Martin Whitaker2017-01-141-2/+0
| | | | This has been added to the gdm package now.
* Disable Wayland in GDM when nowayland option is detected on boot cmdline.Martin Whitaker2017-01-141-1/+1
| | | | | Unless Wayland fails catastrophically, GDM doesn't fall back to Xorg automatically. This provides a way to force the use of Xorg.
* live.cfg: disable automatic startup of cups services and hplip systray applet.Martin Whitaker2017-01-141-1/+7
| | | | Speeds up boot and reduces memory footprint.
* live.cfg: for GNOME, disable Wayland when we know it won't work.Martin Whitaker2017-01-061-0/+2
| | | | This works around the gdm autologin bug (mga#20079).
* live.cfg: try to avoid plymouth falling back to text mode (mga#19984)Martin Whitaker2017-01-061-0/+3
| | | | The default device timeout of 5s is not long enough for a Live boot.
* Revert "(temporary) Convert draklive-install to use polkit, not consolehelper."Martin Whitaker2017-01-051-7/+0
| | | | | | This reverts commit f740ecb1f5cec298aa05b8c946e3d06a1d446395. The draklive-install package has been updated to incorporate these changes.
* live.cfg: for GNOME, disable net_applet and network config in finish-install.Martin Whitaker2017-01-051-0/+2
| | | | We are using NetworkManager in GNOME, and these cause conflicts.
* Revert to using GNOME on Wayland, enable root to access the display.Martin Whitaker2016-12-181-3/+3
| | | | | | | | The WaylandEnable=false setting only works for auto or passwordless login, so didn't reliably fix the problem of being unable to run MCC or draklive-install. Also, in early testing, GNOME on Wayland worked on a greater variety of hardware than GNOME on Xorg. So let's see if this works better.
* live.cfg: reduce memory footprint to allow dkms drivers to build (mga#19943).Martin Whitaker2016-12-181-8/+4
| | | | | - don't add online media, that significantly increases urpmi memory use - disable dnf-makecache service, the cache is big
* Allow subtasks spawned by draklive-install to access the display.Martin Whitaker2016-12-101-0/+3
| | | | | | draklive-install spawns gurpmi to install the bootloader packages, which needs this extra permission in the PAM configuration. Oddly, this only seems to be necessary in GNOME, not in Plasma.
* live.cfg: default to Xorg for GNOME to allow MCC/draklive-install to be run ↵Martin Whitaker2016-12-101-0/+2
| | | | from desktop.
* (temporary) Convert draklive-install to use polkit, not consolehelper.Martin Whitaker2016-12-081-0/+7
| | | | | | | | Taken from tmb's WIP. The old method of using consolehelper was failing authentication in GNOME. Temporarily added here to get the sta2 ISOs built. Revert this when the changes get pushed to draklive-install.
* live.cfg: only switch to NetworkManager on GNOME DVDs.Martin Whitaker2016-12-071-6/+5
| | | | It's not included in Plasma.
* Change desktop name from PLASMA5 to Plasma (to match stage2 installer).Martin Whitaker2016-12-061-3/+2
| | | | | This is needed for any::set_autologin to pick the correct session name. Also changed $has_plasma5 to $has_plasma to be consistent.
* Workaround for mga#16038 - remove largely non-working "boot from hardisk" ↵Martin Whitaker2016-12-061-1/+1
| | | | boot option.
* live.cfg: fix the permissions on /var/lib/gdmMartin Whitaker2016-12-061-0/+2
| | | | This allows GDM to restart if the user logs out.
* Drop restart of GDM in xsetup.Martin Whitaker2016-12-061-8/+2
| | | | No longer needed, as we set the locale before GDM is started.
* Revert "Fix for mga#18724 - set vboxvideo.modeset=0 in /etc/modprobe.d."Martin Whitaker2016-12-041-2/+0
| | | | | This reverts commit 9ed3af28563ff8573221731402122d696195c3a6. The kernel vboxvideo driver is now used instead of the X11 one.
* Allow draklive to automatically write disk labels into EFI grub.cfg file.Martin Whitaker2016-11-121-6/+0
|
* Fix for mga#18724 - set vboxvideo.modeset=0 in /etc/modprobe.d.Martin Whitaker2016-11-121-0/+2
| | | | | | | This avoids a conflict between the VBoxVideo X11 driver and the vboxvideo kernel module which prevented X starting. (cherry picked from commit 6f688832ece31330983de447383dc5b54925da92)
* Temporarily add patches for mga#17223, mga#19517, mga#19520.Martin Whitaker2016-11-121-0/+7
|
* live.cfg: Ensure mga_rpms is copied to the right place when rerunning the ↵Martin Whitaker2016-11-121-3/+3
| | | | install step.
* Reenable inclusion of fonts-otf-source-han (mga#18857)Martin Whitaker2016-11-121-0/+9
| | | | | Includes fix for slow boot (due to unnecessary font cache update) ported from OpenMandriva.
* UEFI boot: refactored files, updated theme, added options to boot with ↵Martin Whitaker2016-11-121-9/+10
| | | | proprietary drivers.
* live.cfg: add the xdriver=free option to the syslinux boot command lines.Martin Whitaker2016-11-121-1/+1
|
* live.cfg: switch to NetworkManager by defaultThomas Backlund2016-07-031-0/+6
|
* live.cfg: add initial online medias to avoid slowdown on first bootThomas Backlund2016-07-031-0/+12
|
* live.cfg: remove pre-installed grub2Thomas Backlund2016-07-031-0/+4
|
* live.cfg: drop some unused and uncomented stuffThomas Backlund2016-07-031-13/+2
|
* live.cfg: update usb host module listThomas Backlund2016-07-031-1/+1
|
* live.cfg: remove some obsolete livecd stuffThomas Backlund2016-07-031-27/+2
|
* live.cfg: drop unused liveusb stuffThomas Backlund2016-07-031-23/+6
|
* live.cfg: drop old regionsThomas Backlund2016-07-031-9/+0
|
* merge live media repos as they are now identicalThomas Backlund2016-07-031-17/+7
|
* KDE4 is replaced by PLASMA5Thomas Backlund2015-11-221-10/+10
|
* perl_checker cleanupsThierry Vignaud2015-06-101-6/+8
|
* use simple tests when neededThierry Vignaud2015-06-101-2/+2
|
* no point in restarting gdm for changed lang on english-only cdsThomas Backlund2015-06-101-1/+3
|