Update default banner

This commit is contained in:
Raven Scott
2026-04-06 08:47:54 -04:00
parent 27403241c8
commit ce9d4a7a56
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -3583,7 +3583,7 @@ async function printSessionBanner(ctx) {
}
}
const defaultBanner =
'Bare operating system — guest session (login [--new] <passphrase> to unlock) | shell: cd, export, if/fi, && || ;, |, &, jobs/fg, <<<, exit | services: systemctl list-units, journalctl -u UNIT | try: help, ls /bin, crontab -l'
'Bare operating system — guest session (login [--new] <passphrase> to unlock)'
if (ctx.bareOsSkipRepl) {
bootGuestOutLine(
ctx,
+1 -1
View File
@@ -1437,7 +1437,7 @@ async function printSessionBanner(ctx) {
}
}
const defaultBanner =
'Bare operating system — guest session (login [--new] <passphrase> to unlock) | shell: cd, export, if/fi, && || ;, |, &, jobs/fg, <<<, exit | services: systemctl list-units, journalctl -u UNIT | try: help, ls /bin, crontab -l'
'Bare operating system — guest session (login [--new] <passphrase> to unlock)'
if (ctx.bareOsSkipRepl) {
bootGuestOutLine(
ctx,