From 1e27186f00f290e72ae5b2bcd8b4692ab68592d2 Mon Sep 17 00:00:00 2001 From: Tyler Murphy Date: Sat, 7 Oct 2023 16:10:00 -0400 Subject: [PATCH] format btrfs, no YES on cryptsetup format needed --- guix-strap/guix-crypt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/guix-strap/guix-crypt b/guix-strap/guix-crypt index f9925f3..f2afbbd 100755 --- a/guix-strap/guix-crypt +++ b/guix-strap/guix-crypt @@ -39,7 +39,6 @@ get_password EVENT "Setting up luks" cryptsetup luksFormat --type luks1 "$CRYPT_PARTITION" <