initramfs-tools: add /bin/resume into the initramfs, bump to 0.96.
--HG-- extra : convert_revision : 6aabd4dc1dbfc09f9effd0cfa18b8f063690e3cb
This commit is contained in:
parent
7e780e28eb
commit
371b5c4314
|
@ -236,6 +236,9 @@ if [ -e "${CONFDIR}/DSDT.aml" ]; then
|
|||
copy_exec "${CONFDIR}/DSDT.aml" /
|
||||
fi
|
||||
|
||||
# Copy resume from klibc
|
||||
copy_exec /bin/resume /bin
|
||||
|
||||
[ "${verbose}" = y ] && echo "Building cpio ${outfile} initramfs"
|
||||
(
|
||||
# work around lack of "set -o pipefail" for the following pipe:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'initramfs-tools'
|
||||
pkgname=initramfs-tools
|
||||
version=0.95
|
||||
version=0.96
|
||||
build_style=custom-install
|
||||
short_desc="Tools for generating an initramfs"
|
||||
maintainer="Juan RP <xtraeme@gmail.com>"
|
||||
|
@ -31,6 +31,7 @@ Add_dependency full gzip
|
|||
Add_dependency full udev
|
||||
Add_dependency full module-init-tools
|
||||
Add_dependency full busybox-initramfs
|
||||
Add_dependency full klibc-resume
|
||||
|
||||
do_install()
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue