summaryrefslogtreecommitdiffstats
path: root/cpukit/libnetworking/rtems/mkrootfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/libnetworking/rtems/mkrootfs.c')
-rw-r--r--cpukit/libnetworking/rtems/mkrootfs.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/cpukit/libnetworking/rtems/mkrootfs.c b/cpukit/libnetworking/rtems/mkrootfs.c
index eff49ff9a0..de258fc813 100644
--- a/cpukit/libnetworking/rtems/mkrootfs.c
+++ b/cpukit/libnetworking/rtems/mkrootfs.c
@@ -311,21 +311,6 @@ rtems_create_root_fs ()
return -1;
/*
- * /etc/passwd, /etc/group
- * Maybe needed by some tools.
- */
-
- lines[0] = "root::0:0:root:/root:/bin/sh\n";
-
- if (rtems_rootfs_file_append ("/etc/passwd", MKFILE_MODE, 1, lines))
- return -1;
-
- lines[0] = "root::0:root\n";
-
- if (rtems_rootfs_file_append ("/etc/group", MKFILE_MODE, 1, lines))
- return -1;
-
- /*
* The TCP/IP stack likes this one. If DNS does not work
* use the host file.
*/