aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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)."