Detect kernel upgrades

This commit is contained in:
madaidan 2019-12-23 19:57:43 +00:00 committed by GitHub
parent 9d77d88a4d
commit 98e88d1456
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,7 +1,7 @@
## Copyright (C) 2019 - 2019 ENCRYPTED SUPPORT LP <adrelanos@riseup.net>
## See the file COPYING for copying conditions.
kver="$(uname -r)"
kver="$(dpkg-query --show --showformat='${Version}' linux-image-amd64)"
#echo "## kver: $kver"
## Disables the merging of slabs of similar sizes.