diff options
-rw-r--r-- | etc/passwd | 1 | ||||
-rwxr-xr-x | hyra-build.sh | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/etc/passwd b/etc/passwd new file mode 100644 index 0000000..298e923 --- /dev/null +++ b/etc/passwd @@ -0,0 +1 @@ +root:x:0:0:Not a ruler:/root:/usr/bin/osh diff --git a/hyra-build.sh b/hyra-build.sh index 60bf792..68f415f 100755 --- a/hyra-build.sh +++ b/hyra-build.sh @@ -48,6 +48,7 @@ sysroot_skel() { cp -r rc/* base/usr/rc cp -f sys/include/sys/*.h base/usr/include/sys + cp -r etc base/etc/ # Populate ESP make stand/boot/ |