Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Avoid out-of-memory error at end of install. | Martin Whitaker | 2017-04-08 | 1 | -0/+3 |
| | | | | | | | | | | | | | | 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. | ||||
* | Prevent udisks2-based auto-mounters operating during installation (mga#20247). | Martin Whitaker | 2017-02-06 | 1 | -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. | ||||
* | update comment | Thierry Vignaud | 2015-05-25 | 1 | -1/+1 |
| | |||||
* | switch from hal to udisks | Thomas Backlund | 2012-04-22 | 1 | -2/+1 |
| | |||||
* | use wrapper to lock media managers during live install (not to get ↵ | Olivier Blin | 2008-06-02 | 1 | -0/+8 |
popups/automounts about new partitions) |