Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove obsolete disabling of speedboot. | Martin Whitaker | 2017-11-26 | 2 | -3/+0 |
| | |||||
* | Minimise differences with default Mageia/GNOME configuration. | Martin Whitaker | 2017-11-26 | 4 | -82/+10 |
| | | | | | Modify rather than overwrite glib2-branding.gschema.override. Remove obsolete register.desktop from favourites. | ||||
* | Remove obsolete files. | Martin Whitaker | 2017-11-25 | 14 | -210/+0 |
| | | | | | We build hybrid ISOs, so don't need separate USB images. Various other files are no longer used amywhere. | ||||
* | Set the initial wireless regulatory domain to 00 (world). | root | 2017-07-10 | 1 | -0/+4 |
| | | | | | | | This allows all possible wireless channels to be used. Ideally, the correct domain would be set automatically, but that isn't happening at present. | ||||
* | auto_inst.cfg.pl: include adwaita-gtk2-theme on GNOME ISOs. | Martin Whitaker | 2017-06-08 | 1 | -0/+1 |
| | |||||
* | auto_inst.cfg.pl: add hdparm to list of installed utilities. | Martin Whitaker | 2017-06-08 | 1 | -1/+1 |
| | |||||
* | settings.cfg: change version to 6 (final release). | Martin Whitaker | 2017-06-05 | 1 | -1/+1 |
| | |||||
* | grub.cfg: Remove "(Cauldron)" from menu text. | Martin Whitaker | 2017-06-05 | 1 | -2/+2 |
| | |||||
* | live-dracut.conf: add vboxvideo to drivers in initrd | Martin Whitaker | 2017-06-04 | 1 | -1/+1 |
| | | | | Once more to stop plymouth falling back to text mode (mga#19642). | ||||
* | Do not disable dnf-makecache anymore | Neal Gompa | 2017-05-29 | 1 | -2/+0 |
| | | | | | | | The dnf-makecache service and timer no longer start automatically in the live environment. Fixes mga#20924. | ||||
* | Revert "Display a splash screen message when building/installing non-free ↵ | Martin Whitaker | 2017-05-19 | 2 | -37/+0 |
| | | | | | | | drivers." This reverts commit 5a68d0d38aafb3c99bbf74b5437391f42051cf29. This is now done in the dkms package. | ||||
* | Updated build script. | Martin Whitaker | 2017-05-13 | 1 | -32/+17 |
| | |||||
* | Add Xdialog to required packages. | Martin Whitaker | 2017-05-06 | 1 | -0/+1 |
| | | | | | This gives a nicer UI for the Lexmark printer utilities in the lxcontrol package. | ||||
* | Try explicit screen resolutions for UEFI boot menu. | Martin Whitaker | 2017-04-30 | 1 | -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. | ||||
* | Display a splash screen message when building/installing non-free drivers. | Martin Whitaker | 2017-04-29 | 2 | -0/+37 |
| | | | | | The dkms build/install can take a long time. This reassures the user that the boot is progressing. | ||||
* | Add simple-scan to required packages. | Martin Whitaker | 2017-04-29 | 1 | -0/+1 |
| | | | | s-c-p requires it when a combined printer/scanner is detected. | ||||
* | Update list of services to disable and list of services to reenable. | Martin Whitaker | 2017-04-17 | 2 | -19/+10 |
| | | | | | | | | 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 Whitaker | 2017-04-17 | 1 | -2/+2 |
| | |||||
* | Disable audit messages on UEFI boot to avoid flooding the system logs. | Martin Whitaker | 2017-04-17 | 1 | -4/+4 |
| | |||||
* | Revise grub2 menu to match syslinux menu. | Martin Whitaker | 2017-04-14 | 1 | -2/+2 |
| | | | | | This reduces the length of the menu entries, which avoids them being truncated at low resolutions. | ||||
* | Add boot menu entries to support using non-free video drivers. | Martin Whitaker | 2017-04-10 | 1 | -1/+5 |
| | |||||
* | Only include the ncurses version of manatools. | Martin Whitaker | 2017-03-29 | 1 | -2/+2 |
| | |||||
* | settings-livecd.cfg: change version to 6-rc. | Martin Whitaker | 2017-03-28 | 1 | -1/+1 |
| | |||||
* | Use Xfce instead of xfce4 for the ISO file name and disk label. | Martin Whitaker | 2017-03-28 | 2 | -2/+2 |
| | | | | This is the name & capitalisation used upstream. | ||||
* | live.cfg: drop dkms patch (now fixed in /sbin/display_driver_helper). | Martin Whitaker | 2017-03-28 | 2 | -22/+0 |
| | |||||
* | Do not install manatools by default on Plasma live, this will confuse the users | Nicolas Lécureuil | 2017-03-02 | 1 | -1/+0 |
| | |||||
* | live.cfg: drop prefdm patch (now applied in initscripts package). | Martin Whitaker | 2017-02-28 | 2 | -30/+0 |
| | |||||
* | Add /var/lib/sddm/state.conf to files to be removed by draklive-install. | Martin Whitaker | 2017-02-26 | 2 | -1/+3 |
| | | | | | This stops SDDM displaying "Live" as the default user on first login to an installed system. | ||||
* | auto_inst.cfg.pl: revised package selection. | Martin Whitaker | 2017-02-25 | 1 | -2/+8 |
| | | | | | | - add task-xfce4, manatools, and gparted on Xfce DVDs - skip gnome-builder (requires devel packages which we skip) - explicitly skip the dkms-broadcom-wl package | ||||
* | Fix incorrect file name in last but one commit. | Martin Whitaker | 2017-02-25 | 1 | -1/+1 |
| | |||||
* | live.cfg: don't disable CUPS service - s-c-p won't automatically enable it. | Martin Whitaker | 2017-02-13 | 1 | -3/+0 |
| | |||||
* | Add a boot option to delete the xorg.conf file | Martin Whitaker | 2017-02-13 | 2 | -0/+9 |
| | | | | | 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 Whitaker | 2017-02-06 | 1 | -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 Whitaker | 2017-01-31 | 1 | -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 Whitaker | 2017-01-28 | 2 | -13/+0 |
| | |||||
* | live.cfg: enhancements for running draklive-install from Xfce desktop. | Martin Whitaker | 2017-01-27 | 1 | -0/+9 |
| | | | | | - add icon on desktop to run the installer - disable autobrowse by default (prevents unwanted window popups) | ||||
* | Pre-install os-prober package. | Martin Whitaker | 2017-01-27 | 2 | -2/+1 |
| | | | | | 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 Whitaker | 2017-01-14 | 2 | -11/+0 |
| | | | | This has been added to the gdm package now. | ||||
* | Disable Wayland in GDM when nowayland option is detected on boot cmdline. | Martin Whitaker | 2017-01-14 | 3 | -7/+21 |
| | | | | | 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 Whitaker | 2017-01-14 | 1 | -1/+7 |
| | | | | Speeds up boot and reduces memory footprint. | ||||
* | autoinst.cfg.pl: remove obsolete xfce config package from list. | Martin Whitaker | 2017-01-14 | 1 | -1/+0 |
| | |||||
* | auto_conf.cfg.pl: fix copying of release notes on non-native arch. | Martin Whitaker | 2017-01-06 | 1 | -1/+6 |
| | | | | | drakx-in-chroot mounts the repo differently when the build system arch does not match the arch we are building. | ||||
* | live.cfg: for GNOME, disable Wayland when we know it won't work. | Martin Whitaker | 2017-01-06 | 2 | -0/+8 |
| | | | | This works around the gdm autologin bug (mga#20079). | ||||
* | live.cfg: try to avoid plymouth falling back to text mode (mga#19984) | Martin Whitaker | 2017-01-06 | 1 | -0/+3 |
| | | | | The default device timeout of 5s is not long enough for a Live boot. | ||||
* | grub.cfg: Add nokmsboot option when proprietary drivers are enabled. | Martin Whitaker | 2017-01-06 | 1 | -2/+2 |
| | | | | This is necessary now all the free drivers are included in the initrd. | ||||
* | auto_inst.cfg.pl: add openssh-server to skip list. | Martin Whitaker | 2017-01-06 | 1 | -0/+1 |
| | | | | It's not needed on a Live DVD, and adds to boot up time. | ||||
* | Revert "(temporary) Convert draklive-install to use polkit, not consolehelper." | Martin Whitaker | 2017-01-05 | 6 | -589/+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 Whitaker | 2017-01-05 | 1 | -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 Whitaker | 2016-12-18 | 2 | -3/+12 |
| | | | | | | | | 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 Whitaker | 2016-12-18 | 1 | -8/+4 |
| | | | | | - don't add online media, that significantly increases urpmi memory use - disable dnf-makecache service, the cache is big |