From 9c66f8a7b5863ac19cc3827ed174c1f960361a4b Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 3 May 2021 18:21:01 -0700 Subject: add CRYPTTAB-KEYFILE Signed-off-by: Sean Whitton --- src/package.lisp | 1 + src/property/disk.lisp | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/src/package.lisp b/src/package.lisp index 8b98198..f2fca72 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -409,6 +409,7 @@ #:luks-container #:opened-luks-container #:crypttab-options + #:crypttab-keyfile #:linux-swap #:with-these-open-volumes diff --git a/src/property/disk.lisp b/src/property/disk.lisp index c3eee36..e4a368f 100644 --- a/src/property/disk.lisp +++ b/src/property/disk.lisp @@ -513,7 +513,8 @@ Note that GRUB2 older than 2.06 cannot open the default LUKS2 format, so specify \"luks1\" if this is needed.") (crypttab-options :type list :initform '("luks" "discard" "initramfs") - :initarg :crypttab-options :accessor crypttab-options))) + :initarg :crypttab-options :accessor crypttab-options) + (crypttab-keyfile :initarg :crypttab-keyfile :accessor crypttab-keyfile))) (defclass-opened-volume opened-luks-container (luks-container)) -- cgit v1.2.3