Skip to content

Commit

Permalink
move clear around
Browse files Browse the repository at this point in the history
  • Loading branch information
bill88t committed Feb 5, 2024
1 parent 2bd5393 commit 7d88e36
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bootcfg/Init.lja
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
# Clear boot buffer
# clear

# Final system configuration
cd /home/board
USER = "board"
Expand All @@ -18,6 +15,9 @@ pexec systemprints(1, "Dmesg flushed")
pexec systemprints(1, "Suppress dmesg flooding")
pexec term.dmtex_suppress = True

# Clear boot buffer (optional)
# clear

# Checks
_rebootprompt
_devmodeprompt
Expand Down

0 comments on commit 7d88e36

Please sign in to comment.