From 4551278b99a43b439d2c9b1d5b25ab40982c17af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Prud=27homme?= Date: Thu, 15 Jun 2017 09:16:51 +0200 Subject: [PATCH] Fix OpenStack console log problem #1094 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 75a760ca..0277377b 100755 --- a/Makefile +++ b/Makefile @@ -47,7 +47,7 @@ itest: qcows: cp dist/artifacts/rancheros.iso scripts/images/openstack/ cd scripts/images/openstack && \ - APPEND="console=tty1 printk.devkmsg=on rancher.autologin=ttyS0" \ + APPEND="console=tty1 console=ttyS0,115200n8 printk.devkmsg=on rancher.autologin=ttyS0" \ NAME=openstack ../../../.dapper cd scripts/images/openstack && \ APPEND="console=tty1 rancher.debug=true printk.devkmsg=on notsc clocksource=kvm-clock rancher.network.interfaces.eth0.ipv4ll rancher.cloud_init.datasources=[digitalocean] rancher.autologin=tty1 rancher.autologin=ttyS0" \