mirror of
https://github.com/rancher/os.git
synced 2025-08-10 19:12:30 +00:00
Merge pull request #1922 from sebastien-prudhomme/master
Fix OpenStack console log problem #1094
This commit is contained in:
commit
034073b8ab
2
Makefile
2
Makefile
@ -47,7 +47,7 @@ itest:
|
|||||||
qcows:
|
qcows:
|
||||||
cp dist/artifacts/rancheros.iso scripts/images/openstack/
|
cp dist/artifacts/rancheros.iso scripts/images/openstack/
|
||||||
cd 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
|
NAME=openstack ../../../.dapper
|
||||||
cd scripts/images/openstack && \
|
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" \
|
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