From a77e8e2204329527614a19b672e7065f5da9e481405c912ca7a813cbc48615ce Mon Sep 17 00:00:00 2001 From: "Marc S. Weidner" Date: Wed, 25 Jun 2025 16:58:05 +0200 Subject: [PATCH] V8.03.832.2025.06.25 Signed-off-by: Marc S. Weidner --- README.md | 7 ++++--- docs/CHANGELOG.md | 3 +++ 2 files changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6e67659..5622cd1 100644 --- a/README.md +++ b/README.md @@ -420,12 +420,13 @@ predictable script behavior. 5. Make any other changes you need to. 3. Run the config builder script `./ciss_live_builder.sh` and the integrated `lb build` command (example): - ```yaml + ````bash chmod 0700 ./ciss_live_builder.sh + timestamp=$(date -u +%Y-%m-%dT%H:%M:%S%z) ./ciss_live_builder.sh --architecture amd64 \ --build-directory /opt/livebuild \ --change-splash hexagon \ - --control 384 \ + --control "${timestamp}" \ --debug \ --dhcp-centurion \ --jump-host 10.0.0.128 [c0de:4711:0815:4242::1] [2abc:4711:0815:4242::1]/64 \ @@ -435,7 +436,7 @@ predictable script behavior. --root-password-file /opt/gitea/CISS.debian.live.builder/password.txt \ --ssh-port 4242 \ --ssh-pubkey /opt/gitea/CISS.debian.live.builder - ``` + ```` 4. Locate your ISO in the `--build-directory`. 5. Boot from the ISO and login to the live image via the console, or the multi-layer secured **coresecret** SSH tunnel. 6. Type `sysp` for the final kernel hardening features. diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index b9efefd..5f1894b 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -15,6 +15,9 @@ include_toc: true ## V8.03.832.2025.06.25 * Added: [lib_version.sh](../lib/lib_version.sh) +* Updated: + * [lib_contact.sh](../lib/lib_contact.sh) + * [lib_usage.sh](../lib/lib_usage.sh) ## V8.03.832.2025.06.24