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:
Juan RP 2010-12-07 16:39:39 +01:00
parent 4c6ccbe5f3
commit 3717d26128
2 changed files with 3 additions and 1 deletions

View file

@ -303,6 +303,8 @@ create()
fi
generate_initramfs
[ -n "${dogrub}" ] && run_bootloader
}
update()

View file

@ -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>"