mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-11-02 00:48:32 +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
|