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:
parent
716b8e14fe
commit
244f0a0001
@ -1,2 +1,3 @@
|
||||
dib-run-parts
|
||||
dpkg
|
||||
pkg-map
|
||||
|
@ -1,5 +1,6 @@
|
||||
adduser:
|
||||
ca-certificates:
|
||||
cloud-initramfs-growroot:
|
||||
locales:
|
||||
lsb-release:
|
||||
phase: pre-install.d
|
||||
|
12
elements/debootstrap/pkg-map
Normal file
12
elements/debootstrap/pkg-map
Normal file
@ -0,0 +1,12 @@
|
||||
{
|
||||
"release": {
|
||||
"ubuntu": {
|
||||
"precise": {
|
||||
"cloud-initramfs-growroot": "cloud-initramfs-growroot"
|
||||
}
|
||||
}
|
||||
},
|
||||
"default": {
|
||||
"cloud-initramfs-growroot": ""
|
||||
}
|
||||
}
|
Loading…
Reference in New Issue
Block a user