You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
After entering the shell, the user must input the enter key twice in order to run any command (the first enter advances a line with the first character of the command outputted but nothing more happens) and there is an extra line with only a '#" before the shell accepts a new command.
Example (Enter indicates when the enter key was pressed):
Welcome to Buildroot
buildroot login: root [Enter]
r [Enter]
oot
login[73]: root login on 'console'
# mkdir test [Enter]
m [Enter]
kdir test
#
# ls [Enter]
l [Enter]
s
test
# pwd [Enter]
p [Enter]
wd
/root
#
#
The text was updated successfully, but these errors were encountered:
After entering the shell, the user must input the enter key twice in order to run any command (the first enter advances a line with the first character of the command outputted but nothing more happens) and there is an extra line with only a '#" before the shell accepts a new command.
Example (Enter indicates when the enter key was pressed):
The text was updated successfully, but these errors were encountered: