aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-08-22 13:53:44 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-08-22 15:49:36 -0700
commit8f471339d0edbdf591e8e22f0c80b8adb89280bf (patch)
tree09afa60c0437dff1287b1835176fd423ae5e4da0
parent472e13164a150af1a010179fc94558c6305836d3 (diff)
downloadconsfigurator-8f471339d0edbdf591e8e22f0c80b8adb89280bf.tar.gz
LIBVIRT:KVM-BOOTS-CHROOT-FOR: on DEBIANLIKE, install initramfs-tools
Avoids the subsequent attempt to edit /etc/initramfs-tools/modules failing simply because the directory /etc/initramfs-tools does not exist. Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
-rw-r--r--src/property/libvirt.lisp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/property/libvirt.lisp b/src/property/libvirt.lisp
index 54e7991..9df1dd3 100644
--- a/src/property/libvirt.lisp
+++ b/src/property/libvirt.lisp
@@ -259,6 +259,7 @@ your preferred VM networking setup and corresponding DEPLOYS propapp."
:propspec
'(os:etypecase
(debianlike
+ (apt:installed "initramfs-tools")
(on-change (desc "virtiofs module added to initramfs"
(file:contains-lines
"/etc/initramfs-tools/modules" "virtiofs"))