From 2501630d4e67129db96f3fec99de3906d789f23d Mon Sep 17 00:00:00 2001 From: Simon Quigley Date: Thu, 2 Aug 2018 18:59:12 -0500 Subject: [PATCH] Edit the code portion of the 16.04.5 post. --- lubuntu-16.04.5/post.md | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/lubuntu-16.04.5/post.md b/lubuntu-16.04.5/post.md index ef15524..90971f8 100644 --- a/lubuntu-16.04.5/post.md +++ b/lubuntu-16.04.5/post.md @@ -29,19 +29,7 @@ At the moment, encrypted LVM installs do not work with Lubuntu due to Ubiquity n [Here](https://bugs.launchpad.net/ubuntu/+source/partman-crypto/+bug/1759732) is the bug report if you would like the full technical details. -As a workaround, you can edit line 158 of `/lib/partman/lib/crypto-base.sh` in a live Lubuntu system as follows: - -``` - for swap in $(cat /proc/swaps); do - case $swap in -- Filename*) -+ Filename*|/dev/zram*) - continue - ;; - /dev/mapper/*) -``` - -Or, you can run `sudo swapoff -a` before installing. +As a workaround, you can edit line 158 of `/lib/partman/lib/crypto-base.sh` in a live Lubuntu system replacing `Filename*)` with `Filename*|/dev/zram*)`. Or, you can run `sudo swapoff -a` before installing. We apologize for the inconvenience; we're exploring different solutions to solve this.