initramfs-tools: don't forget to copy /bin/resume for hibernation to work, bump minver.
This commit is contained in:
parent
0e4a1d574e
commit
86b729c508
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
|
@ -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>"
|
||||
|
|
Loading…
Reference in a new issue