mirror of
https://github.com/linuxkit/linuxkit.git
synced 2026-04-08 13:24:42 +00:00
6 lines
139 B
Bash
Executable File
6 lines
139 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
|
|
INSECURE=true /usr/bin/rungetty.sh
|