1
0
mirror of https://github.com/rancher/os.git synced 2025-08-31 14:23:11 +00:00

Add a cloud-config based install test

Signed-off-by: Sven Dowideit <SvenDowideit@home.org.au>
This commit is contained in:
Sven Dowideit
2017-05-26 13:31:09 +10:00
parent 85c8916f4e
commit bd857716a3
3 changed files with 67 additions and 1 deletions

View File

@@ -255,7 +255,7 @@ if [ "$CONSOLEDISPLAY" == "1" ]; then
DISPLAY_OPTS="-curses"
else
# default
DISPLAY_OPTS="-nographic -serial stdio -display none"
DISPLAY_OPTS="-nographic -serial mon:stdio -display none"
fi
if [ "$QEMU" == "1" ]; then