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@linux.vnet.ibm.com>
This commit is contained in:
Hendrik Brueckner 2016-01-22 14:37:59 +01:00 committed by Ben Hutchings
parent 13b0fb82e4
commit b6b5dc56d5
4 changed files with 7 additions and 0 deletions

4
debian/changelog vendored
View File

@ -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@decadent.org.uk> Sat, 23 Jan 2016 11:51:46 +0000
linux (4.3.3-7) unstable; urgency=medium

View File

@ -0,0 +1 @@
#include <isofs-modules>

View File

@ -0,0 +1 @@
#include <loop-modules>

View File

@ -0,0 +1 @@
#include <udf-modules>