aboutsummaryrefslogtreecommitdiff
path: root/src/property/chroot.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-03-21 16:49:59 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-03-21 16:49:59 -0700
commit19fda37b8c98bf30e0919dd2aaee5f410ceec0fd (patch)
tree090b1e7f3127ab3d93dbd6066dac72599afc798d /src/property/chroot.lisp
parentc22ad481e8be2fc3aab967cefbb78746f1aad46a (diff)
downloadconsfigurator-19fda37b8c98bf30e0919dd2aaee5f410ceec0fd.tar.gz
fix OS types DEBIAN -> DEBIANLIKE
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 a3a49a0..5595b49 100644
--- a/src/property/chroot.lisp
+++ b/src/property/chroot.lisp
@@ -46,7 +46,7 @@
`(os:host-typecase ,host
(debian
(os:typecase
- (debian (apt:installed "debootstrap"))))))
+ (debianlike (apt:installed "debootstrap"))))))
(defpropspec %os-bootstrapped :posix (options root host)
"Bootstrap OS into ROOT, e.g. with debootstrap(1)."