mirror of
https://github.com/rancher/os.git
synced 2025-07-12 06:07:59 +00:00
Merge pull request #1922 from sebastien-prudhomme/master
Fix OpenStack console log problem #1094
(cherry picked from commit 034073b8ab
)
This commit is contained in:
parent
ed3f08f0f9
commit
59bd47a0e6
2
Makefile
2
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" \
|
||||
|
Loading…
Reference in New Issue
Block a user