aboutsummaryrefslogtreecommitdiff
path: root/src/property/chroot.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-15 16:24:28 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-15 17:18:39 -0700
commitc21d92fe87322db7a1c3ea4cfbdfc2f7f23ddf42 (patch)
tree56dcb21ca704d277f20fd80a69b81b8933a539bc /src/property/chroot.lisp
parent44e78ab792615c1fe2c8172fa69ca120434db5a5 (diff)
downloadconsfigurator-c21d92fe87322db7a1c3ea4cfbdfc2f7f23ddf42.tar.gz
update a call to MAKE-HOST
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/chroot.lisp')
-rw-r--r--src/property/chroot.lisp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/property/chroot.lisp b/src/property/chroot.lisp
index 9d0acd1..f45be5a 100644
--- a/src/property/chroot.lisp
+++ b/src/property/chroot.lisp
@@ -23,7 +23,7 @@
"Bootstrap OS into ROOT, e.g. with debootstrap(1)."))
(defproplist os-bootstrapped :posix
- (options root properties &aux (host (make-host :props properties)))
+ (options root properties &aux (host (make-host :propspec properties)))
(:desc #?"Built chroot ${root}")
(%os-bootstrapped options root host)
(deploys `((:chroot :into ,root)) host))