acassis commented on code in PR #18396:
URL: https://github.com/apache/nuttx/pull/18396#discussion_r2885765109
##########
boards/risc-v/esp32c3-legacy/esp32c3-legacy-devkit/src/Make.defs:
##########
@@ -46,7 +46,7 @@ endif
ifeq ($(CONFIG_ETC_ROMFS),y)
RCSRCS = etc/init.d/rc.sysinit etc/init.d/rcS
- RCRAWS = etc/group etc/passwd
+ RCRAWS = etc/group
Review Comment:
Ok, I tested here and everything worked as expected:
```
$ ./tools/configure.sh sim:nsh
$ cat boards/sim/sim/sim/src/etctmp/etc/passwd
admin:8Tv+Hbmr3pLVb5HHZgd26D:0:0:/
$ ./nuttx
NuttShell (NSH) NuttX-12.12.0
nsh> ls
/:
bin/
data/
dev/
etc/
proc/
tmp/
nsh> cd /etc
nsh> ls
/etc:
group
init.d/
passwd
nsh> cat passwd
admin:8Tv+Hbmr3pLVb5HHZgd26D:0:0:/
nsh>
``
##########
boards/risc-v/esp32c3-legacy/esp32c3-legacy-devkit/src/Make.defs:
##########
@@ -46,7 +46,7 @@ endif
ifeq ($(CONFIG_ETC_ROMFS),y)
RCSRCS = etc/init.d/rc.sysinit etc/init.d/rcS
- RCRAWS = etc/group etc/passwd
+ RCRAWS = etc/group
Review Comment:
Everything is working fine! Kudos!!!
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]