From 6a7e41942c12945f4bd00bdcfafb910e85eb26f8 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Thu, 7 Aug 2025 09:45:04 +1000 Subject: [PATCH 1/2] add tty_intro deriving from _tty partial --- www/scss/tty_intro.scss | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 www/scss/tty_intro.scss diff --git a/www/scss/tty_intro.scss b/www/scss/tty_intro.scss new file mode 100644 index 0000000..65f58a6 --- /dev/null +++ b/www/scss/tty_intro.scss @@ -0,0 +1,4 @@ +@import "tty"; +@include tty(2ch, 36ch, 3s, 0.6s, 0.8s); + + From bfef5e21c8c72fc45abd109816c368729f4aa952 Mon Sep 17 00:00:00 2001 From: Emile Clark-Boman Date: Thu, 7 Aug 2025 09:45:41 +1000 Subject: [PATCH 2/2] add temp index for testing --- www/index2.html | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 www/index2.html diff --git a/www/index2.html b/www/index2.html new file mode 100644 index 0000000..98501fb --- /dev/null +++ b/www/index2.html @@ -0,0 +1,27 @@ + + + + + + +
+
+ +
+ grub> boot +
+ +
+ ERROR: Root device mounted successfully, but /sbin/init does not exist. + + Bailing out, you are on your own. + Good luck + + sh: can't access tty; job control turned off + [rootfs ]# +
+ +
+
+ +