Add cloud-initramfs-growroot for Precise

Add a pkg-map to install cloud-initramfs-growroot on Precise, as it is
required there because the kernel is too old to use growroot on a live
file-system.  This was generically removed in
e23b087505.

Change-Id: I5e6cbc4b74dc72a6f23f73a018c028f3ff7c0157
This commit is contained in:
Ian Wienand 2016-05-20 14:32:41 +10:00
parent 716b8e14fe
commit 244f0a0001
3 changed files with 14 additions and 0 deletions

View File

@ -1,2 +1,3 @@
dib-run-parts dib-run-parts
dpkg dpkg
pkg-map

View File

@ -1,5 +1,6 @@
adduser: adduser:
ca-certificates: ca-certificates:
cloud-initramfs-growroot:
locales: locales:
lsb-release: lsb-release:
phase: pre-install.d phase: pre-install.d

View File

@ -0,0 +1,12 @@
{
"release": {
"ubuntu": {
"precise": {
"cloud-initramfs-growroot": "cloud-initramfs-growroot"
}
}
},
"default": {
"cloud-initramfs-growroot": ""
}
}