From 83ddc42058ae00c420e8d2400b6a5909ddd71a84 Mon Sep 17 00:00:00 2001 From: Recolic <git@me.recolic.net> Date: Fri, 6 Oct 2023 21:53:52 +0000 Subject: [PATCH] Update README.md: dkms error tip --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2fa5aea..b4d6163 100644 --- a/README.md +++ b/README.md @@ -23,6 +23,8 @@ Use a Ubuntu **20.04** VM to perform level-2 enroll. ArchLinux level-2 enroll is It's suggested to keep the Ubuntu VM powered-on forever, to keep the certificate valid. +> Note: modifying `/etc/os-release` might cause problem for dkms. Run `[[ -f /usr/bin/dkms ]] && sed -i 's/sign_file=[^ ]*$/sign_file=Iamnotubuntudonotlookforsignfileplease /g' /usr/bin/dkms` if you are getting dkms error. + ## Move certificates from Level-2 machine to Level-1 machine > You need to keep your level-2 machine running, or your certificate will invalidate in 1 month. -- GitLab