aboutsummaryrefslogtreecommitdiff
path: root/src/property/chroot.lisp
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-05-06 17:16:18 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-05-06 17:16:18 -0700
commit855607c16f5a6094f622334e4f9346f2354de67c (patch)
tree8c7c8e347d4e589f4a91bdc3a460aa85bddbfce8 /src/property/chroot.lisp
parent3787fd7925a3ec345e85f5f31c1d3b472e7f3334 (diff)
downloadconsfigurator-855607c16f5a6094f622334e4f9346f2354de67c.tar.gz
install qemu-user-static alongside debootstrap
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 f928476..d655c2b 100644
--- a/src/property/chroot.lisp
+++ b/src/property/chroot.lisp
@@ -45,7 +45,7 @@
`(os:host-etypecase ,host
(debian
(os:etypecase
- (debianlike (apt:installed "debootstrap"))))))
+ (debianlike (apt:installed "debootstrap" "qemu-user-static"))))))
(defpropspec %os-bootstrapped :posix (options root host)
"Bootstrap OS into ROOT, e.g. with debootstrap(1)."