kernel-snapshot: update to 2.6.34-rc1.
--HG-- extra : convert_revision : e3c838996418b53b11f1e11ade022e7b745f0da5
This commit is contained in:
14
srcpkgs/kernel-snapshot/INSTALL
Normal file
14
srcpkgs/kernel-snapshot/INSTALL
Normal file
@@ -0,0 +1,14 @@
|
||||
#
|
||||
# This script builds the required initramfs.
|
||||
#
|
||||
_KVER="2.6.34-rc1"
|
||||
|
||||
case "${ACTION}" in
|
||||
post)
|
||||
if [ ! -f var/lib/initramfs-tools/${_KVER} ]; then
|
||||
update-initramfs -c -t -k ${_KVER}
|
||||
else
|
||||
update-initramfs -u -t -k ${_KVER}
|
||||
fi
|
||||
;;
|
||||
esac
|
||||
Reference in New Issue
Block a user