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