From 4d0c10c402aaef7a3c43683e40e33ce59ddcf1f5 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Thu, 28 Apr 2022 15:52:53 -0700 Subject: rename connattr :OPENED-VOLUMES -> DISK:OPENED-VOLUMES Signed-off-by: Sean Whitton --- src/package.lisp | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'src/package.lisp') diff --git a/src/package.lisp b/src/package.lisp index 395bd9d..242b204 100644 --- a/src/package.lisp +++ b/src/package.lisp @@ -623,6 +623,7 @@ #:crypttab-keyfile #:linux-swap + #:opened-volumes #:with-opened-volumes #:has-volumes @@ -637,7 +638,8 @@ (package :consfigurator.property.fstab (:use #:consfigurator.property.disk) (:local-nicknames (#:os #:consfigurator.property.os) - (#:file #:consfigurator.property.file)) + (#:file #:consfigurator.property.file) + (#:disk #:consfigurator.property.disk)) (:export #:volume-to-entry #:has-entries #:has-entries-for-volumes @@ -647,7 +649,8 @@ (:use #:consfigurator.property.disk) (:local-nicknames (#:re #:cl-ppcre) (#:os #:consfigurator.property.os) - (#:file #:consfigurator.property.file)) + (#:file #:consfigurator.property.file) + (#:disk #:consfigurator.property.disk)) (:export #:volume-to-entry #:has-entries-for-opened-volumes)) @@ -711,7 +714,8 @@ (#:mount #:consfigurator.property.mount) (#:fstab #:consfigurator.property.fstab) (#:reboot #:consfigurator.property.reboot) - (#:crypttab #:consfigurator.property.crypttab)) + (#:crypttab #:consfigurator.property.crypttab) + (#:disk #:consfigurator.property.disk)) (:export #:install-bootloader-propspec #:install-bootloader-binaries-propspec #:chroot-installed-to-volumes-for -- cgit v1.2.3