From c631312fa58b2b06c18d0bc3b7c108867b417e8d Mon Sep 17 00:00:00 2001 From: Mylloon Date: Mon, 6 Jun 2022 15:15:48 +0200 Subject: [PATCH] disable encryption --- archinstall/user_disk_layout.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/archinstall/user_disk_layout.json b/archinstall/user_disk_layout.json index 3fd82f6..1a062fd 100644 --- a/archinstall/user_disk_layout.json +++ b/archinstall/user_disk_layout.json @@ -14,7 +14,7 @@ "wipe": true }, { - "encrypted": true, + "encrypted": false, "filesystem": { "format": "ext4" },