[linux] 04/06: udeb: include modules to mount ISOs (loop device)
debian-kernel at lists.debian.org
debian-kernel at lists.debian.org
Sat Feb 6 21:18:09 UTC 2016
This is an automated email from the git hooks/post-receive script.
benh pushed a commit to branch sid
in repository linux.
commit b6b5dc56d5bfc381baa7a50d783b1b15294c3bb0
Author: Hendrik Brueckner <brueckner at linux.vnet.ibm.com>
Date: Fri Jan 22 14:37:59 2016 +0100
udeb: include modules to mount ISOs (loop device)
To mount ISO images within the Debian Installer, the loop device
support is required. Also the CD/DVD file systems are required too.
Hence, add the ISO and UDF file systems modules, as well as, the
loop device modules.
Signed-off-by: Hendrik Brueckner <brueckner at linux.vnet.ibm.com>
---
debian/changelog | 4 ++++
debian/installer/s390x/modules/s390x/isofs-modules | 1 +
debian/installer/s390x/modules/s390x/loop-modules | 1 +
debian/installer/s390x/modules/s390x/udf-modules | 1 +
4 files changed, 7 insertions(+)
diff --git a/debian/changelog b/debian/changelog
index bbb24ad..ea98c90 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -144,6 +144,10 @@ linux (4.3.5-1) UNRELEASED; urgency=medium
* [mips*] Backport math emulation fix from 4.5.
* [arm64] Enable RTC_DRV_EFI.
+ [ Hendrik Brueckner ]
+ * [s390x] udeb: include modules to mount ISOs (loop device)
+ (Closes: #812336)
+
-- Ben Hutchings <ben at decadent.org.uk> Sat, 23 Jan 2016 11:51:46 +0000
linux (4.3.3-7) unstable; urgency=medium
diff --git a/debian/installer/s390x/modules/s390x/isofs-modules b/debian/installer/s390x/modules/s390x/isofs-modules
new file mode 100644
index 0000000..da4fa9a
--- /dev/null
+++ b/debian/installer/s390x/modules/s390x/isofs-modules
@@ -0,0 +1 @@
+#include <isofs-modules>
diff --git a/debian/installer/s390x/modules/s390x/loop-modules b/debian/installer/s390x/modules/s390x/loop-modules
new file mode 100644
index 0000000..c1c948f
--- /dev/null
+++ b/debian/installer/s390x/modules/s390x/loop-modules
@@ -0,0 +1 @@
+#include <loop-modules>
diff --git a/debian/installer/s390x/modules/s390x/udf-modules b/debian/installer/s390x/modules/s390x/udf-modules
new file mode 100644
index 0000000..b90d7ee
--- /dev/null
+++ b/debian/installer/s390x/modules/s390x/udf-modules
@@ -0,0 +1 @@
+#include <udf-modules>
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/kernel/linux.git
More information about the Kernel-svn-changes
mailing list