mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-21 10:09:07 +00:00
8 lines
168 B
Bash
Executable File
8 lines
168 B
Bash
Executable File
#!/bin/sh
|
|
|
|
# if we are here, then we need to debug a linuxkit build
|
|
# so we always run in INSECURE mode
|
|
export INITGETTY=true
|
|
export INSECURE=true
|
|
/usr/bin/rungetty.sh
|