From d071ef10b29607561994ddaab80321545c09c142 Mon Sep 17 00:00:00 2001 From: Ian Moffett Date: Wed, 15 Oct 2025 15:03:07 -0400 Subject: cmd: Add initial 'login' program This commit introduces the initial login program to require a user to enter their credentials before they can use the system Signed-off-by: Ian Moffett --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 61c0e3a..9ab72b3 100644 --- a/README.md +++ b/README.md @@ -56,6 +56,13 @@ tools/tools/build-toolchain.sh # Build the cross compilation toolchain make ``` +# Default login + +``` +Username: sv +Password: svuser +``` + ## License This project is licensed under the BSD 3 clause -- cgit v1.2.3