Merge pull request #49 from madaidan/kver

Detect kernel upgrades
This commit is contained in:
Patrick Schleizer 2019-12-24 10:55:03 +00:00 committed by GitHub
commit ac49c55d1f
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.