mirror of
https://github.com/lubuntu-team/blog.git
synced 2025-04-15 17:31:12 +00:00
Edit the code portion of the 16.04.5 post.
This commit is contained in:
parent
5d14f80191
commit
2501630d4e
@ -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.
|
[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:
|
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.
|
||||||
|
|
||||||
```
|
|
||||||
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.
|
|
||||||
|
|
||||||
We apologize for the inconvenience; we're exploring different solutions to solve this.
|
We apologize for the inconvenience; we're exploring different solutions to solve this.
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user