summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* 2.162.16Martin Whitaker2018-11-022-1/+3
|
* Avoid creating unwanted mount points in the live system.Martin Whitaker2018-10-282-1/+6
| | | | | With a persistent live system, this can cause problems on subsequent installs, although the previous commit also mitigates against that.
* Avoid copying inactive mount points.Martin Whitaker2018-10-282-1/+2
|
* Increase window size when display size is > 800x600 (mga#23435)Martin Whitaker2018-10-272-7/+19
|
* Revert to rebooting after completing install from boot menu.Martin Whitaker2018-10-272-1/+2
| | | | | We now pause and prompt the user when the live system shuts down, so they have a chance to remove the live medium.
* Locate Live medium from /run/mgalive/basedev.Martin Whitaker2018-10-272-4/+4
| | | | | Previously we did this by searching for a matching disk label, but that won't work if we are installed on a multi-boot USB stick.
* Only remove unused locales and drivers from installed systemMartin Whitaker2018-10-272-1/+2
| | | | | | | Currently unused locales and drivers are removed from the live system before it is copied to the installed system. But now we support persistence, this leaves the live medium unable to adapt to different hardware.
* Ensure partitioning wizard knows devices have been unmounted (mga#23603)Martin Whitaker2018-09-282-2/+4
| | | | | | | Commit 4f6b3b5 causes the isMounted flag to be set on all mounted partitions, to ensure they are unmounted before we start partitioning. This flag needs to be cleared when the partitions are unmounted, otherwise the partioning wizard gets confused.
* Fix typo in comment.Martin Whitaker2018-09-211-1/+1
|
* Catch and ignore exception if there's no screensaver service.Martin Whitaker2018-09-211-5/+8
| | | | | This is needed if the installer is run from IceWM, which doesn't run xscreensaver or implement the freedesktop ScreenSaver API.
* Disable screensaver/lock whilst installer is running.Martin Whitaker2018-08-072-6/+22
| | | | (as requested by the QA team)
* Merge remote-tracking branch 'origin/master'Martin Whitaker2018-08-072-253/+44
|\
| * Update German translation from TxYuri Chornoivan2018-06-121-16/+24
| |
| * Update Hindi translation from TxYuri Chornoivan2018-06-091-237/+20
| |
* | 2.152.15Martin Whitaker2018-05-232-1/+5
|/
* Update Bulgarian translation from TxYuri Chornoivan2018-03-071-8/+3
|
* Update Croatian translation from TxYuri Chornoivan2018-03-061-9/+4
|
* Revise template for matching live media disk labels.Martin Whitaker2018-03-041-1/+1
|
* Update Norwegian (Bokmal) translation from TxYuri Chornoivan2018-02-151-10/+5
|
* Update Catalan translation from TxYuri Chornoivan2017-11-251-9/+6
|
* Update Czech translation from TxYuri Chornoivan2017-07-241-9/+5
|
* 2.142.14Martin Whitaker2017-05-062-1/+5
|
* Shutdown instead of reboot after completing install from boot menu.Martin Whitaker2017-05-061-1/+1
| | | | This gives the user time to remove the Live media.
* Display message whilst preparing the initial RAM disk.Martin Whitaker2017-05-0674-0/+367
| | | | Translations copied from classic installer.
* 2.132.13Rémi Verschelde2017-05-032-1/+2
|
* Update "adverts" artwork for Mageia 6Donald Steward2017-05-033-0/+2
|
* Update Norwegian Bokmal translation from TxYuri Chornoivan2017-04-261-14/+14
|
* 2.122.12Martin Whitaker2017-04-172-1/+5
|
* Avoid out-of-memory error at end of install.Martin Whitaker2017-04-082-4/+11
| | | | | | | | | | | | | | draklive-install mounts the swap partitions of the installed system. On machines with low memory, these will get used during installation. If we unmount the swap partitions before draklive-install exits, there may not be enough free memory to copy back the swapped out data, leading to a kernel out-of-memory error. So let draklive-install-lock-storage unmount them instead, after draklive-install has exited and freed up some memory. When the installer is run from the boot menu, draklive-install-lock-storage is not used, but the swap partitions will be automatically unmounted on reboot.
* Fix removing Live device from the detected hds.Martin Whitaker2017-04-071-3/+4
| | | | | | | The old code searched for /live/media in /proc/mounts, but that mount point no longer exists (most likely due to the switch from unionfs to overlayfs). So search for a matching disk label in /dev/disk/by-label instead.
* 2.112.11Rémi Verschelde2017-04-042-1/+2
|
* Makefile: Remove redundant "dis" dist aliasRémi Verschelde2017-04-041-3/+2
|
* Document previous commit for mga#20619Rémi Verschelde2017-04-041-0/+2
|
* Try to ensure kernel is informed of partition table changes.Martin Whitaker2017-04-041-0/+7
| | | | | | | There is an unidentified condition which stops udevd from calling the BLKRRPART ioctl when the "use entire disk" solution is selected. Adding a udevadm settle' call appears to fix it (although it may just be the extra delay that does the job).
* Update Hungarian translation from TxYuri Chornoivan2017-04-021-10/+11
|
* Update Danish translation from TxYuri Chornoivan2017-03-231-21/+17
|
* Update Esperanto translation from TxYuri Chornoivan2017-02-171-227/+16
|
* Update Tajik translation from TxYuri Chornoivan2017-02-161-2/+2
|
* Update Tajik translation from TxYuri Chornoivan2017-02-161-2/+2
|
* 2.102.10Martin Whitaker2017-02-122-2/+5
|
* Ensure all selected devices are unmounted before partitioning (mga#20268).Martin Whitaker2017-02-121-1/+7
|
* Update Tajik translation from TxYuri Chornoivan2017-02-121-261/+41
|
* Add missing question signYuri Chornoivan2017-02-1275-76/+76
|
* Prevent udisks2-based auto-mounters operating during installation (mga#20247).Martin Whitaker2017-02-061-1/+6
| | | | | | | | | | Use udisks2-inhibit if it is available and if the udisks2 daemon is running. Fall back to udisks --inhibit (which only works for the older udisks daemon) if not. This prevents file/volume managers such as Thunar from auto-mounting disks during the partitioning stage of installation, which can cause partitioning to fail and cause the system to be installed on the wrong partition.
* 2.92.9Martin Whitaker2017-01-141-0/+4
|
* Set a $::isLiveInstall variable for other drakx modules to use.Martin Whitaker2017-01-121-0/+1
| | | | Part of a fix for mga#20089.
* Revert "drop useless reboot in xsetup"Martin Whitaker2017-01-071-0/+1
| | | | | | | This reverts commit 588e96298d283d066dc1d4ff59086c61ea3e72d5. This reboot is needed after installing from the boot menu, to prevent the system continuing to the live desktop.
* 2.82.8Martin Whitaker2016-12-191-0/+1
|
* Use polkit instead of consolehelper to gain root access.Martin Whitaker2016-12-197-2/+55
| | | | | Rather than spending lots of time figuring out why consolehelper no longer works in GNOME.
* Update Polish translation from TxYuri Chornoivan2016-11-151-4/+5
|