chore(boot): rename figlet-generated text from "Tvix" to "Snix"

Just a small cosmetic change to update the ASCII art in init
script and README!

I refrained myself from trying to draw an energy bar as a logo ^^'

Change-Id: Ifbc6e05f2ab3d8686ba844aa0b91ab1644b29e46
Reviewed-on: https://cl.snix.dev/c/snix/+/30294
Reviewed-by: Florian Klink <flokli@flokli.de>
Tested-by: besadii
This commit is contained in:
Yvan Sraka 2025-04-03 23:09:47 +02:00
parent ad9ef2cd1d
commit 11aa4182b6
2 changed files with 10 additions and 10 deletions

View file

@ -127,11 +127,11 @@ CH_CMDLINE=init=/nix/store/…-nixos-system-…/init mg run //snix/boot:runVM --
``` ```
``` ```
______ _ ____ _ __ _____ _ ____ _ __
/_ __/ __(_) __ / _/___ (_) /_ / ___/____ (_) __ / _/___ (_) /_
/ / | | / / / |/_/ / // __ \/ / __/ \__ \/ __ \/ / |/_/ / // __ \/ / __/
/ / | |/ / /> < _/ // / / / / /_ ___/ / / / / /> < _/ // / / / / /_
/_/ |___/_/_/|_| /___/_/ /_/_/\__/ /____/_/ /_/_/_/|_| /___/_/ /_/_/\__/
2023/09/24 21:16:43 switch_root: moving mounts 2023/09/24 21:16:43 switch_root: moving mounts
2023/09/24 21:16:43 switch_root: Skipping "/run" as the dir does not exist 2023/09/24 21:16:43 switch_root: Skipping "/run" as the dir does not exist

View file

@ -53,11 +53,11 @@ func mountSnixStore(dest string) error {
func main() { func main() {
fmt.Print(` fmt.Print(`
______ _ ____ _ __ _____ _ ____ _ __
/_ __/ __(_) __ / _/___ (_) /_ / ___/____ (_) __ / _/___ (_) /_
/ / | | / / / |/_/ / // __ \/ / __/ \__ \/ __ \/ / |/_/ / // __ \/ / __/
/ / | |/ / /> < _/ // / / / / /_ ___/ / / / / /> < _/ // / / / / /_
/_/ |___/_/_/|_| /___/_/ /_/_/\__/ /____/_/ /_/_/_/|_| /___/_/ /_/_/\__/
`) `)