mirror of
https://github.com/Kicksecure/security-misc.git
synced 2025-01-23 16:21:04 -05:00
no longer hardcode amd64
This commit is contained in:
parent
d03a3d9ac0
commit
ede536913d
@ -1,7 +1,8 @@
|
||||
## Copyright (C) 2019 - 2019 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
|
||||
## See the file COPYING for copying conditions.
|
||||
|
||||
kver="$(dpkg-query --show --showformat='${Version}' linux-image-amd64)"
|
||||
kpkg="linux-image-$(dpkg --print-architecture)"
|
||||
kver="$(dpkg-query --show --showformat='${Version}' "$kpkg")"
|
||||
#echo "## kver: $kver"
|
||||
|
||||
## Disables the merging of slabs of similar sizes.
|
||||
|
Loading…
Reference in New Issue
Block a user