diff --git a/config/redbear-live-mini.toml b/config/redbear-live-mini.toml index 5f907405..c7a2426a 100644 --- a/config/redbear-live-mini.toml +++ b/config/redbear-live-mini.toml @@ -71,14 +71,21 @@ args = ["-f"] type = "oneshot_async" """ +[[files]] +path = "/etc/issue" +data = """ +########## Red Bear OS ######### +# Login with the following: # +# `user` # +# `root`:`password` # +################################ +""" + [[files]] path = "/etc/motd" data = """ -########## Red Bear OS ########## -# Login with the following: # -# `user` # -# `root`:`password` # -################################## + Red Bear OS v0.1.0 "Denali" — Built on Redox OS + Type 'help' for available commands. """ [[files]] diff --git a/config/redbear-minimal.toml b/config/redbear-minimal.toml index 26a54410..777a48d3 100644 --- a/config/redbear-minimal.toml +++ b/config/redbear-minimal.toml @@ -42,13 +42,26 @@ mc = {} # Diagnostic tool redbear-info = {} -# Phase 2 baseline: enable the default DHCP profile so VM and wired setups -# use the existing netctl boot path automatically. [[files]] path = "/etc/netctl/active" data = "wired-dhcp\n" -# VT/getty/login chain is handled by the combination of: -# 1. initfs (phase 1): inputd daemon, vesad, fbcond — register input/display/fbcon schemes -# 2. minimal.toml legacy 30_console: inputd -A 2 + nowait getty 2 + nowait getty /scheme/debug -# No additional rootfs service files needed — initfs + legacy script covers the full chain. +[[files]] +path = "/etc/issue" +data = """ +########## Red Bear OS ######### +# Login with the following: # +# `user` # +# `root`:`password` # +################################ +""" + +[[files]] +path = "/etc/motd" +data = """ + Red Bear OS v0.1.0 "Denali" — Built on Redox OS + Type 'help' for available commands. +""" + +# VT/getty/login chain: initfs starts inputd + vesad + fbcond in phase 1, +# then minimal.toml legacy 30_console runs inputd -A 2 + getty 2 + getty debug.