feat(console): add netconf command for quick network setup

Interactive script: lists interfaces, DHCP or static IP config.
Shown as hint in tty1 welcome message.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-03-27 21:07:14 +03:00
parent 7cb5c02a9b
commit c9f5224c42
2 changed files with 52 additions and 2 deletions

View File

@@ -13,6 +13,6 @@ if [ -z "${SSH_CONNECTION:-}" ] \
done
unset _ips _ip
echo ""
echo " Local desktop starts automatically on display :0"
echo " Kernel logs: Alt+F2 | Extra shell: Alt+F3"
echo " Network setup: netconf"
echo " Kernel logs: Alt+F2 | Extra shell: Alt+F3"
fi