aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-04-28 15:52:53 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-04-28 16:24:34 -0700
commit4d0c10c402aaef7a3c43683e40e33ce59ddcf1f5 (patch)
treeb25095eec418aba735cf508588562f871cc6ca8f /src/package.lisp
parent1e69e649bf457f928da0bc88849b96e4622b4bb9 (diff)
downloadconsfigurator-4d0c10c402aaef7a3c43683e40e33ce59ddcf1f5.tar.gz
rename connattr :OPENED-VOLUMES -> DISK:OPENED-VOLUMES
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp10
1 files changed, 7 insertions, 3 deletions
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