saramonteiro commented on a change in pull request #4077:
URL: https://github.com/apache/incubator-nuttx/pull/4077#discussion_r664437831



##########
File path: boards/risc-v/esp32c3/esp32c3-devkit/src/README.txt
##########
@@ -0,0 +1,120 @@
+README
+======
+
+  Overview
+  --------
+  This directory contains logic to support a custom ROMFS start-up script.
+  This startup script is used by by the NSH when it starts provided that
+  CONFIG_NSH_ARCHROMFS=y.  The script provides a ROMFS volume that will be
+  mounted at /etc and will look like this at run-time:
+
+    NuttShell (NSH) NuttX-10.1.0-RC1
+    MOTD: username=admin password=Administrator
+    nsh> ls -Rl /etc
+    /etc:
+     dr-xr-xr-x       0 .
+     -r--r--r--      20 group
+     dr-xr-xr-x       0 init.d/
+     -r--r--r--      35 passwd
+    /etc/init.d:
+     dr-xr-xr-x       0 ..
+     -r--r--r--     110 rcS
+    nsh>
+
+  /etc/init.d/rcS is the start-up script; /etc/passwd is a the password

Review comment:
       ```suggestion
     /etc/init.d/rcS is the start-up script; /etc/passwd is the password
   ```




-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscr...@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


Reply via email to