initramfs-tools: don't forget to copy /bin/resume for hibernation to work, bump minver.

This commit is contained in:
Juan RP 2010-11-10 23:35:41 +01:00
parent 0e4a1d574e
commit 86b729c508
2 changed files with 4 additions and 1 deletions

View file

@ -277,6 +277,9 @@ copy_exec /sbin/rmmod /sbin
mkdir -p "${DESTDIR}/etc/modprobe.d"
cp -a /etc/modprobe.d/* "${DESTDIR}/etc/modprobe.d/"
# Copy resume from klibc
copy_exec /bin/resume /bin
run_scripts /usr/share/initramfs-tools/hooks
run_scripts "${CONFDIR}"/hooks

View file

@ -1,6 +1,6 @@
# Template file for 'initramfs-tools'
pkgname=initramfs-tools
version=0.99.4.debian0.98.5
version=0.99.5.debian0.98.5
build_style=custom-install
short_desc="Tools for generating an initramfs"
maintainer="Juan RP <xtraeme@gmail.com>"