1
0
mirror of synced 2026-03-28 02:23:16 +00:00

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:
Axel Beckert
2013-01-22 00:03:07 +01:00
parent a4a4b7a8e7
commit e985d4151b
4 changed files with 12 additions and 0 deletions

View File

@@ -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
View File

@@ -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
View File

@@ -0,0 +1 @@
activate update-initramfs

View 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