V8.13.432.2025.11.18
All checks were successful
🛡️ Shell Script Linting / 🛡️ Shell Script Linting (push) Successful in 1m28s

Signed-off-by: Marc S. Weidner <msw@coresecret.dev>
This commit is contained in:
2025-11-18 16:00:47 +00:00
parent 4d070a2a96
commit b5086b0ad1

View File

@@ -226,7 +226,6 @@ dmsetup table --showkeys CHILD # expect integrity hmac sha512 4096
flowchart TD flowchart TD
subgraph ISO Build Time subgraph ISO Build Time
direction TD
A["Embed and pin GPG FPR (into ISO & RootFS as needed)"] e00@--> B["Generate ISO-edge sha512sum.txt and .sig"]; A["Embed and pin GPG FPR (into ISO & RootFS as needed)"] e00@--> B["Generate ISO-edge sha512sum.txt and .sig"];
B e01@--> C["Build filesystem.squashfs and wrap it into ciss_rootfs.crypt"]; B e01@--> C["Build filesystem.squashfs and wrap it into ciss_rootfs.crypt"];
e00@{ animation: fast } e00@{ animation: fast }
@@ -234,7 +233,6 @@ e01@{ animation: fast }
end end
subgraph ISO Boot Time subgraph ISO Boot Time
direction TD
C e02@--> D["0024 LUKS2, dm-integrity HMAC-SHA512"]; C e02@--> D["0024 LUKS2, dm-integrity HMAC-SHA512"];
D e03@-->|SUCCESSFUL| E["ciss_rootfs.crypt opened"]; D e03@-->|SUCCESSFUL| E["ciss_rootfs.crypt opened"];
E e04@--> F["Mounting RootFS"]; E e04@--> F["Mounting RootFS"];
@@ -252,7 +250,6 @@ e08@{ animation: fast }
end end
subgraph ISO Run Time subgraph ISO Run Time
direction TD
J e09@--> K{{"CISS.debian.live.builder ISO running"}}; J e09@--> K{{"CISS.debian.live.builder ISO running"}};
X{{"Boot process halted"}}; X{{"Boot process halted"}};
e09@{ animation: fast } e09@{ animation: fast }