commit 36a25f875c652aed39f497d0bf095b2b6131c99f parent 30e20bb07a71091dca77b23acf0f9c6a03b2108c Author: Vineet Kumar <git@vineetk.net> Date: Sat, 4 Apr 2026 10:51:52 -0400 initrd: put llm slop disclaimer Diffstat:
| M | epistemia/systems/linux-initrd.scm | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/epistemia/systems/linux-initrd.scm b/epistemia/systems/linux-initrd.scm @@ -1,4 +1,6 @@ ;;; SPDX-License-Identifier: GPL-3.0-or-later +;; AI disclosure: LLM slop, but it works. This was made before I got more familiar with Guile Scheme and took many retries to get working. +;; TODO: rewrite this later by deleting this and rewriting by reading the main initrd and my previous pre-guix initrd script. could maybe be deduplicated a lot via inherits. (define-module (epistemia systems linux-initrd) #:use-module (guix gexp) #:use-module (guix utils)