Ship /etc/initramfs-tools/conf.d/xen-tools with MODULES=most
This is a necessary setting to generate Dom0 initrds which are also suitable for DomU usage. Trigger update-initramfs in the Debian package.
This commit is contained in:
2
Makefile
2
Makefile
@@ -112,6 +112,8 @@ install-etc:
|
||||
cp partitions/*-* ${prefix}/etc/xen-tools/partitions.d/
|
||||
-mkdir -p ${prefix}/etc/bash_completion.d
|
||||
cp misc/xen-tools ${prefix}/etc/bash_completion.d/
|
||||
-mkdir -p ${prefix}/etc/initramfs-tools/conf.d/
|
||||
cp misc/xen-tools.initramfs-tools ${prefix}/etc/initramfs-tools/conf.d/xen-tools
|
||||
|
||||
|
||||
#
|
||||
|
||||
2
debian/changelog
vendored
2
debian/changelog
vendored
@@ -24,6 +24,8 @@ xen-tools (4.4~dev-1) UNRELEASED; urgency=low
|
||||
- Uses File::Which, added (build-) dependency on libfile-which-perl
|
||||
- Knows about module-init-tools → kmod transition in wheezy/raring.
|
||||
- Adds default mount options for ext4, identical to ext2/ext3.
|
||||
- Ships /etc/initramfs-tools/conf.d/xen-tools for generating Dom0
|
||||
initrds also suitable for DomU usage. Trigger update-initramfs.
|
||||
* Add debian/gbp.conf to be able to to build xen-tools with
|
||||
git-buildpackage.
|
||||
* Clean up debian/rules:
|
||||
|
||||
1
debian/triggers
vendored
Normal file
1
debian/triggers
vendored
Normal file
@@ -0,0 +1 @@
|
||||
activate update-initramfs
|
||||
7
misc/xen-tools.initramfs-tools
Normal file
7
misc/xen-tools.initramfs-tools
Normal file
@@ -0,0 +1,7 @@
|
||||
# This initramfs-tools configuration file is installed by xen-tools.
|
||||
#
|
||||
# To make the Dom0's initramfs working inside DomUs, too, most modules
|
||||
# need to be included, not just those necvessary for the host system
|
||||
# and its hardware.
|
||||
|
||||
MODULES=most
|
||||
Reference in New Issue
Block a user