commit fb448ff6f7405bb77bd9702629cd954d8cc04dbd
parent 1fcc8d111bdd6a9d743f478885ccc012109a17c6
Author: nanmi <nanmi@member.fsf.org>
Date: Sun, 24 Jul 2022 07:00:59 +0900
Add version.
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/ks.sh b/ks.sh
@@ -1,6 +1,7 @@
#!/usr/bin/env sh
-set -eu
+# Kernelsign v0.1.0
+set -eu
# To find the UUIDs, run `lsblk -f` as root
# UUID of the partition on the flash drive that holds the keys (i.e. /dev/sdb2)
KEYS_UUID="ebee3318-804f-4236-9b75-c805702f1691"