mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-09-18 16:35:29 +00:00
5
pkg/getty/etc/init.d/001-getty
Executable file
5
pkg/getty/etc/init.d/001-getty
Executable 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
1
pkg/getty/etc/motd
Normal file
@@ -0,0 +1 @@
|
||||
Welcome to LinuxKit
|
1
pkg/getty/etc/passwd
Normal file
1
pkg/getty/etc/passwd
Normal file
@@ -0,0 +1 @@
|
||||
root:x:0:0:root:/root:/bin/sh
|
1
pkg/getty/etc/shadow
Normal file
1
pkg/getty/etc/shadow
Normal file
@@ -0,0 +1 @@
|
||||
root:*::0:::::
|
Reference in New Issue
Block a user