acassis commented on code in PR #18396: URL: https://github.com/apache/nuttx/pull/18396#discussion_r2885644785
########## 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: @Abhishekmishra2808 shouldn't the file etc/passwd be created by mkpasswd? In this case the ROMFS should include it anyway. How is it working? -- 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]
