kernel-snapshot: REMOVE: use -t arg in update-initramfs.
This commit is contained in:
parent
3717d26128
commit
dd98758983
@ -5,6 +5,6 @@ _KVER="2.6.37-rc5"
|
|||||||
|
|
||||||
case "${ACTION}" in
|
case "${ACTION}" in
|
||||||
post)
|
post)
|
||||||
update-initramfs -d -k ${_KVER}
|
update-initramfs -d -t -k ${_KVER}
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
Loading…
x
Reference in New Issue
Block a user