mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
kernel-snapshot: REMOVE: use -t arg in update-initramfs.
This commit is contained in:
parent
3717d26128
commit
dd98758983
1 changed files with 1 additions and 1 deletions
|
@ -5,6 +5,6 @@ _KVER="2.6.37-rc5"
|
|||
|
||||
case "${ACTION}" in
|
||||
post)
|
||||
update-initramfs -d -k ${_KVER}
|
||||
update-initramfs -d -t -k ${_KVER}
|
||||
;;
|
||||
esac
|
||||
|
|
Loading…
Add table
Reference in a new issue