forked from Imagelibrary/rtems
@@ -639,8 +639,12 @@ static void fileio_start_shell(void)
|
|||||||
}
|
}
|
||||||
|
|
||||||
printf(
|
printf(
|
||||||
"Creating /etc/passwd and group with three useable accounts\n"
|
"Creating /etc/passwd and group with four useable accounts:\n"
|
||||||
"root/pwd , test/pwd, rtems/NO PASSWORD, chroot/NO PASSWORD"
|
" root/pwd\n"
|
||||||
|
" test/pwd\n"
|
||||||
|
" rtems/NO PASSWORD\n"
|
||||||
|
" chroot/NO PASSWORD\n"
|
||||||
|
"Only the root user has access to all available commands.\n"
|
||||||
);
|
);
|
||||||
|
|
||||||
writeFile(
|
writeFile(
|
||||||
@@ -708,7 +712,7 @@ static void fileio_start_shell(void)
|
|||||||
rtems_rfs_rtems_trace_shell_command);
|
rtems_rfs_rtems_trace_shell_command);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
printf("\n =========================\n");
|
printf(" =========================\n");
|
||||||
printf(" starting shell\n");
|
printf(" starting shell\n");
|
||||||
printf(" =========================\n");
|
printf(" =========================\n");
|
||||||
rtems_shell_init(
|
rtems_shell_init(
|
||||||
|
|||||||
Reference in New Issue
Block a user