initramfs-tools: add /bin/resume into the initramfs, bump to 0.96.

--HG--
extra : convert_revision : 6aabd4dc1dbfc09f9effd0cfa18b8f063690e3cb
This commit is contained in:
Juan RP 2010-02-19 06:44:50 +01:00
parent 7e780e28eb
commit 371b5c4314
2 changed files with 5 additions and 1 deletions

View File

@ -236,6 +236,9 @@ if [ -e "${CONFDIR}/DSDT.aml" ]; then
copy_exec "${CONFDIR}/DSDT.aml" / copy_exec "${CONFDIR}/DSDT.aml" /
fi fi
# Copy resume from klibc
copy_exec /bin/resume /bin
[ "${verbose}" = y ] && echo "Building cpio ${outfile} initramfs" [ "${verbose}" = y ] && echo "Building cpio ${outfile} initramfs"
( (
# work around lack of "set -o pipefail" for the following pipe: # work around lack of "set -o pipefail" for the following pipe:

View File

@ -1,6 +1,6 @@
# Template file for 'initramfs-tools' # Template file for 'initramfs-tools'
pkgname=initramfs-tools pkgname=initramfs-tools
version=0.95 version=0.96
build_style=custom-install build_style=custom-install
short_desc="Tools for generating an initramfs" short_desc="Tools for generating an initramfs"
maintainer="Juan RP <xtraeme@gmail.com>" maintainer="Juan RP <xtraeme@gmail.com>"
@ -31,6 +31,7 @@ Add_dependency full gzip
Add_dependency full udev Add_dependency full udev
Add_dependency full module-init-tools Add_dependency full module-init-tools
Add_dependency full busybox-initramfs Add_dependency full busybox-initramfs
Add_dependency full klibc-resume
do_install() do_install()
{ {