From 26cf04655ae1e0ce38cb557a43e5b82f385d1302 Mon Sep 17 00:00:00 2001 From: Vincent Date: Thu, 7 Nov 2024 21:35:50 +0100 Subject: [PATCH] Document LUKS encryption password in creds-sample.json (#2782) --- examples/creds-sample.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/creds-sample.json b/examples/creds-sample.json index 530a2465..70645fd8 100644 --- a/examples/creds-sample.json +++ b/examples/creds-sample.json @@ -4,5 +4,6 @@ "sudo": true, "username": "archinstall" } - ] + ], + "encryption_password": "..." }