Add getty pkg

Signed-off-by: Avi Deitcher <avi@deitcher.net>
This commit is contained in:
Avi Deitcher
2017-06-05 20:43:25 +03:00
parent 4b60965990
commit 5db7e6fe69
10 changed files with 229 additions and 1 deletions

5
pkg/getty/etc/init.d/001-getty Executable file
View File

@@ -0,0 +1,5 @@
#!/bin/sh
# if we are here, then we need to debug a linuxkit build
# so we always run in INSECURE mode
INSECURE=true /usr/bin/rungetty.sh

1
pkg/getty/etc/motd Normal file
View File

@@ -0,0 +1 @@
Welcome to LinuxKit

1
pkg/getty/etc/passwd Normal file
View File

@@ -0,0 +1 @@
root:x:0:0:root:/root:/bin/sh

1
pkg/getty/etc/shadow Normal file
View File

@@ -0,0 +1 @@
root:*::0:::::