[Pkg-libvirt-commits] [libvirt-sandbox] 38/42: mkinitrd: Add missing fscrypto module

Guido Guenther agx at moszumanska.debian.org
Sat May 27 16:27:10 UTC 2017


This is an automated email from the git hooks/post-receive script.

agx pushed a commit to branch debian/experimental
in repository libvirt-sandbox.

commit 1322a0c83facc404a300876fe8190626f09e8137
Author: Guido Günther <agx at sigxcpu.org>
Date:   Sat May 27 13:11:21 2017 +0200

    mkinitrd: Add missing fscrypto module
---
 .../mkinitrd-Add-missing-fscrypto-module.patch       | 20 ++++++++++++++++++++
 debian/patches/series                                |  1 +
 2 files changed, 21 insertions(+)

diff --git a/debian/patches/mkinitrd-Add-missing-fscrypto-module.patch b/debian/patches/mkinitrd-Add-missing-fscrypto-module.patch
new file mode 100644
index 0000000..e5e4296
--- /dev/null
+++ b/debian/patches/mkinitrd-Add-missing-fscrypto-module.patch
@@ -0,0 +1,20 @@
+From: =?utf-8?q?Guido_G=C3=BCnther?= <agx at sigxcpu.org>
+Date: Sat, 27 May 2017 12:57:22 +0200
+Subject: mkinitrd: Add missing fscrypto module
+
+---
+ libvirt-sandbox/libvirt-sandbox-builder-machine.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/libvirt-sandbox/libvirt-sandbox-builder-machine.c b/libvirt-sandbox/libvirt-sandbox-builder-machine.c
+index bdec490..7204f71 100644
+--- a/libvirt-sandbox/libvirt-sandbox-builder-machine.c
++++ b/libvirt-sandbox/libvirt-sandbox-builder-machine.c
+@@ -186,6 +186,7 @@ static gchar *gvir_sandbox_builder_machine_mkinitrd(GVirSandboxConfig *config,
+ 
+     /* In case ext4 is built as a module, include it and its deps
+      * for the root mount */
++    gvir_sandbox_config_initrd_add_module(initrd, "fscrypto.ko");
+     gvir_sandbox_config_initrd_add_module(initrd, "mbcache.ko");
+     gvir_sandbox_config_initrd_add_module(initrd, "jbd2.ko");
+     gvir_sandbox_config_initrd_add_module(initrd, "crc16.ko");
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..186dade
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+mkinitrd-Add-missing-fscrypto-module.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-libvirt/libvirt-sandbox.git



More information about the Pkg-libvirt-commits mailing list