From 59bd47a0e600c63a15fe4a0dcf7c779d8712c7da Mon Sep 17 00:00:00 2001 From: Sven Dowideit Date: Fri, 23 Jun 2017 12:12:31 +1000 Subject: [PATCH] Merge pull request #1922 from sebastien-prudhomme/master Fix OpenStack console log problem #1094 (cherry picked from commit 034073b8abdf32f2e8b93001cae27929bd913dee) --- 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" \