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
|
@ -303,6 +303,8 @@ create()
|
|||
fi
|
||||
|
||||
generate_initramfs
|
||||
|
||||
[ -n "${dogrub}" ] && run_bootloader
|
||||
}
|
||||
|
||||
update()
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'initramfs-tools'
|
||||
pkgname=initramfs-tools
|
||||
version=0.99.5.debian0.98.5
|
||||
version=0.99.6.debian0.98.5
|
||||
build_style=custom-install
|
||||
short_desc="Tools for generating an initramfs"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
|
Loading…
Reference in New Issue