initramfs-tools: run run_bootloader() when creating (-c) the initramfs with update-initramfs(8).
Bump to 0.99.6.debian0.98.5.
This commit is contained in:
parent
4c6ccbe5f3
commit
3717d26128
2 changed files with 3 additions and 1 deletions
|
@ -303,6 +303,8 @@ create()
|
||||||
fi
|
fi
|
||||||
|
|
||||||
generate_initramfs
|
generate_initramfs
|
||||||
|
|
||||||
|
[ -n "${dogrub}" ] && run_bootloader
|
||||||
}
|
}
|
||||||
|
|
||||||
update()
|
update()
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'initramfs-tools'
|
# Template file for 'initramfs-tools'
|
||||||
pkgname=initramfs-tools
|
pkgname=initramfs-tools
|
||||||
version=0.99.5.debian0.98.5
|
version=0.99.6.debian0.98.5
|
||||||
build_style=custom-install
|
build_style=custom-install
|
||||||
short_desc="Tools for generating an initramfs"
|
short_desc="Tools for generating an initramfs"
|
||||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||||
|
|
Loading…
Reference in a new issue