summaryrefslogtreecommitdiffstats
path: root/files
Commit message (Collapse)AuthorAgeFilesLines
* Revert b2e06f1 : Enable ath9k Bluetooth coexistence option.HEADmasterMartin Whitaker2026-04-281-1/+0
| | | | | Further research indicates this is not safe on all hardware. See https://patchwork.ozlabs.org/project/netdev/patch/20180208052801.15670-1-kai.heng.feng@canonical.com/
* Enable Wayland for GNOME when using the NVIDIA proprietary drivers.Martin Whitaker2026-03-071-8/+0
|
* Enable ath9k Bluetooth coexistence option (mga#34902).Martin Whitaker2026-03-071-0/+1
|
* Disable bluetooth backend for kdeconnect.Martin Whitaker2026-03-061-0/+7
| | | | | This stops kdeconnect spamming the system log when no bluetooth device is available.
* Add "nowayland" boot command line option for Plasma.Martin Whitaker2026-03-061-0/+13
|
* Revert plymouthd.conf to default values after install.Martin Whitaker2026-02-271-0/+2
|
* Include the vmwgfx driver in initrd and drop the vboxvideo driver.Martin Whitaker2026-02-231-1/+1
| | | | | | The old vboxvideo driver is broken and unsupported, VirtualBox now recommends using the VMSVGA graphics controller for Linux guests, which requires the vmwgfx kernel driver.
* Make sure plymouth releases the graphical display on reboot/shutdown.Martin Whitaker2026-02-231-0/+3
| | | | | This allows us to switch to the console and display the message saying it is safe to remove the Live media.
* Remove temporary workaround for missing Adwaita font (now available).Martin Whitaker2025-12-081-10/+0
|
* Temporary workaround for missing Adwaita fonts.Martin Whitaker2025-12-071-0/+10
| | | | | | fontconfig falls back to a proportionally spaced font, which doesn't work well when a mono spaced font is required (e.g. in a terminal window). So add a specific fallback for Adwaita Mono.
* Adapt to move of /etc/pam.d/polkit-1 to /lib/pam.dMartin Whitaker2025-12-061-0/+7
| | | | | | | | | | We need to add an extra line to pam.d/polkit-1 to enable draklive-install to spawn new windows. We used to do this by appending the necessary line to the existing file in /etc/pam.d. Now that file has moved, we need to drop a complete replacement into /etc/pam.d (we don't want to append to the file in /lib/pam.d as that might get replaced by a package upgrade). Note this used to be done unconditionally, but is only needed for GNOME.
* 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.