aboutsummaryrefslogtreecommitdiff
path: root/src/package.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-29 13:43:45 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-30 17:54:03 -0700
commit10064f1775c65e2c972b9710da846e2934e683ab (patch)
treeeaf378d982452fe3fd412debf0c84b6becfa2207 /src/package.lisp
parentf93a7b2647e6964999984acedf2d327032f690b6 (diff)
downloadconsfigurator-10064f1775c65e2c972b9710da846e2934e683ab.tar.gz
move chroot->volumes operation into a new properties package
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/package.lisp')
-rw-r--r--src/package.lisp9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/package.lisp b/src/package.lisp
index dc3c5f0..ac860a5 100644
--- a/src/package.lisp
+++ b/src/package.lisp
@@ -399,6 +399,8 @@
#:opened-luks-container
#:linux-swap
+ #:with-these-open-volumes
+
#:has-volumes
#:caches-cleaned
#:raw-image-built-for
@@ -448,6 +450,13 @@
(:export #:available
#:selected-for))
+(defpackage :consfigurator.property.installer
+ (:use #:cl #:alexandria #:consfigurator #:consfigurator.property.disk)
+ (:local-nicknames (#:file #:consfigurator.property.file)
+ (#:chroot #:consfigurator.property.chroot)
+ (#:fstab #:consfigurator.property.fstab))
+ (:export #:chroot-installed-to-volumes))
+
(defpackage :consfigurator.connection.local
(:use #:cl #:consfigurator #:alexandria)
(:export #:local-connection))