From 2bb4694e429bba6e9c2dcad36b9afb649ef3f773 Mon Sep 17 00:00:00 2001 From: Daniel Hansson Date: Fri, 24 Apr 2020 04:40:17 +0200 Subject: [PATCH] fix LVM --- static/temporary-fix.sh | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/static/temporary-fix.sh b/static/temporary-fix.sh index 09c16e32..ab62bd0e 100644 --- a/static/temporary-fix.sh +++ b/static/temporary-fix.sh @@ -13,4 +13,8 @@ true DEBUG=0 debug_mode +# Resize LVM (somthing happened during installation) +lvresize /dev/ubuntu-vg/ubuntu-lv /dev/sda3 +resize2fs /dev/mapper/ubuntu--vg-ubuntu--lv + exit