aboutsummaryrefslogtreecommitdiff
path: root/src/property/chroot.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-19 18:52:47 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-19 19:07:10 -0700
commit1f9203181ddb15ca29aebe519aa5712856a9d995 (patch)
tree1fd501ddc9aa6fad4efab60d3806686828fadbfe /src/property/chroot.lisp
parent9a1954ee876707f18731571cedc30e2034784f11 (diff)
downloadconsfigurator-1f9203181ddb15ca29aebe519aa5712856a9d995.tar.gz
CHROOT:OS-BOOTSTRAPPED: use MAKE-CHILD-HOST
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'src/property/chroot.lisp')
-rw-r--r--src/property/chroot.lisp5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/property/chroot.lisp b/src/property/chroot.lisp
index 8b1c0ad..39a1402 100644
--- a/src/property/chroot.lisp
+++ b/src/property/chroot.lisp
@@ -43,8 +43,9 @@
(debian (%debootstrapped ,root ,host ,@options)))))
(defproplist os-bootstrapped :posix
- (options root properties
- &aux (host (preprocess-host (make-host :propspec properties))))
+ (options root properties
+ &aux (host (preprocess-host
+ (make-child-host :propspec properties))))
"Bootstrap an OS into ROOT and apply PROPERTIES.
OPTIONS is a plist of values to pass to the OS-specific bootstrapping property."
(:desc