summaryrefslogtreecommitdiffstats
path: root/files
Commit message (Collapse)AuthorAgeFilesLines
* Add files/plasma-nm.conf (missed in last commit).Martin Whitaker2022-11-261-0/+2
|
* Ensure 50gdm-disable-wayland.xsetup completes before we kill the X server.Martin Whitaker2022-11-061-0/+1
|
* Add Xfce desktop shortcut to draklive-install at run time, not build time.Martin Whitaker2022-10-312-0/+25
| | | | | | | | Xfce has added an extra restriction on executable desktop files in the Desktop directory. They now need to have a xfce-exe-checksum extended file attribute as well as having execute permissions. We can't add this at build time because squashfs does not support system extended attributes.
* Add workaround for dolphin segfault after install (mga#28324)Martin Whitaker2021-02-141-0/+2
|
* Include f2fs support in live system initrd.Martin Whitaker2021-02-131-1/+1
| | | | This allows f2fs to be used for persistence partitions.
* Remove support for noxorgconf boot option.Martin Whitaker2020-03-221-6/+0
| | | | This is now done in service_harddrake.
* Enable inclusion of disk encryption support in Live initrd.Martin Whitaker2020-03-221-1/+1
| | | | This is needed to support encrypted persistent partitions.
* re-enable early microcode loading now that vbox is fixedThomas Backlund2018-11-271-2/+0
|
* Switch to using draklive2 (merge branch 'user/martinw/use-grub2')Martin Whitaker2018-11-0245-660/+6
|\
| * Remove control of firstboot wizard - it no longer exists.Martin Whitaker2018-10-262-2/+0
| |
| * Remove halt-local service - it doesn't work.Martin Whitaker2018-10-232-47/+0
| |
| * Use default_user setting in drakx-finish-install after live install.Martin Whitaker2018-03-051-1/+1
| |
| * Rationalise and better document the configuration.Martin Whitaker2018-03-044-0/+0
| |
| * Remove obsolete package selections, fixes, and workarounds.Martin Whitaker2018-03-047-156/+0
| |
| * No point adding a custom resolv.conf - draklive cleans it.Martin Whitaker2018-01-141-5/+0
| |
| * Move update_media.sh to top level and get repo path from settings.cfgMartin Whitaker2017-12-231-87/+0
| |
| * Switch to using drakiso version of draklive.Martin Whitaker2017-12-191-1/+1
| | | | | | | | | | | | | | | | - s/$live/$build/ - rename live.cfg to build.cfg - remove some redundant settings and configuration values - use mga6 repository for testing until cauldron stabilises - rename postInstall to final_fixes
| * live.gschema.override: add drakconf to favourites.Martin Whitaker2017-12-091-1/+1
| |
| * Update configuration to work with draklive2/grub2.Martin Whitaker2017-11-299-97/+0
| |
| * More simplification and cleanup, now we just support hybrid ISO media.Martin Whitaker2017-11-263-0/+0
| |
| * Remove more obsolete configuration values.Martin Whitaker2017-11-261-1/+0
| | | | | | | | | | Mostly stuff that used to be needed when we had separate USB media, plus a few lines that had been commented out rather than deleted.
| * Remove obsolete disabling of speedboot.Martin Whitaker2017-11-261-1/+0
| |
| * Minimise differences with default Mageia/GNOME configuration.Martin Whitaker2017-11-263-78/+5
| | | | | | | | | | Modify rather than overwrite glib2-branding.gschema.override. Remove obsolete register.desktop from favourites.
| * Remove obsolete files.Martin Whitaker2017-11-2512-185/+0
| | | | | | | | | | We build hybrid ISOs, so don't need separate USB images. Various other files are no longer used amywhere.
* | dont use early microcode loading in live mode (mga#21553)Thomas Backlund2018-08-161-0/+2
|/
* grub.cfg: Remove "(Cauldron)" from menu text.Martin Whitaker2017-06-051-2/+2
|
* live-dracut.conf: add vboxvideo to drivers in initrdMartin Whitaker2017-06-041-1/+1
| | | | Once more to stop plymouth falling back to text mode (mga#19642).
* Try explicit screen resolutions for UEFI boot menu.Martin Whitaker2017-04-301-1/+1
| | | | | | Some machines default to 640x480, which isn't large enough for the maggy theme. So prefer 1024x768, then 800x600, before falling back to the machine default.
* Update list of services to disable and list of services to reenable.Martin Whitaker2017-04-171-2/+0
| | | | | | | | Drop items that no longer exist or are not installed. Leave cupsd enabled, because s-c-p doesn't work if it's disabled. draklive now supports disabling systemd services & timers, so we no longer need to handle these separately.
* Reorder UEFI boot options to make it easier to change xdriver options.Martin Whitaker2017-04-171-2/+2
|
* Disable audit messages on UEFI boot to avoid flooding the system logs.Martin Whitaker2017-04-171-4/+4
|
* Revise grub2 menu to match syslinux menu.Martin Whitaker2017-04-141-2/+2
| | | | | This reduces the length of the menu entries, which avoids them being truncated at low resolutions.
* Add /var/lib/sddm/state.conf to files to be removed by draklive-install.Martin Whitaker2017-02-261-0/+1
| | | | | This stops SDDM displaying "Live" as the default user on first login to an installed system.
* Add a boot option to delete the xorg.conf fileMartin Whitaker2017-02-131-0/+6
| | | | | Users report this is needed to get the nouveau driver to work with some graphics cards.
* Pre-install os-prober package.Martin Whitaker2017-01-271-1/+0
| | | | | When running draklive-install, this changes the default for the "Probe Foreign OS" checkbox to true, as asked for by QA.
* Drop workaround for enabling MCC, etc, to run in Wayland.Martin Whitaker2017-01-141-9/+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-142-6/+20
| | | | | Unless Wayland fails catastrophically, GDM doesn't fall back to Xorg automatically. This provides a way to force the use of Xorg.
* live.cfg: for GNOME, disable Wayland when we know it won't work.Martin Whitaker2017-01-061-0/+6
| | | | This works around the gdm autologin bug (mga#20079).
* grub.cfg: Add nokmsboot option when proprietary drivers are enabled.Martin Whitaker2017-01-061-2/+2
| | | | This is necessary now all the free drivers are included in the initrd.
* Revert "(temporary) Convert draklive-install to use polkit, not consolehelper."Martin Whitaker2017-01-055-582/+0
| | | | | | This reverts commit f740ecb1f5cec298aa05b8c946e3d06a1d446395. The draklive-install package has been updated to incorporate these changes.
* Revert to using GNOME on Wayland, enable root to access the display.Martin Whitaker2016-12-181-0/+9
| | | | | | | | 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-dracut.conf: ensure drm drivers are available early in boot sequence.Martin Whitaker2016-12-181-0/+2
| | | | | As advised by tmb in mga#19890. This is needed to ensure plymouth doesn't fall back to text mode.
* update_media.sh: nvidia304 and nvidia340 drivers are now available.Martin Whitaker2016-12-181-5/+4
| | | | Also broadcom-wl-kernel-desktop-latest is confirmed to be obsolete.
* Allow subtasks spawned by draklive-install to access the display.Martin Whitaker2016-12-101-0/+2
| | | | | | 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.
* (temporary) Convert draklive-install to use polkit, not consolehelper.Martin Whitaker2016-12-085-0/+580
| | | | | | | | 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.
* Remove some obsolete files.Martin Whitaker2016-12-072-11/+0
|
* Drop restart of GDM in xsetup.Martin Whitaker2016-12-061-8/+0
| | | | No longer needed, as we set the locale before GDM is started.
* update_media.sh: temporarily remove nvidia{304,340}.Martin Whitaker2016-12-051-4/+4
| | | | The current versions are incompatible with X.Org 1.19.
* live-dracut.conf: no longer omit radeon, nouveau, i915 (mga#19890).Martin Whitaker2016-12-041-2/+0
| | | | | | | Plymouth no longer works reliably if the drm drivers are not present in the initial ramdisk. This will need wider testing to be sure it doesn't have any unwanted side effects. See the bug report for more details.
* Revert "Fix for mga#18724 - set vboxvideo.modeset=0 in /etc/modprobe.d."Martin Whitaker2016-12-041-1/+0
| | | | | This reverts commit 9ed3af28563ff8573221731402122d696195c3a6. The kernel vboxvideo driver is now used instead of the X11 one.