mirror of
https://github.com/rancher/os.git
synced 2025-07-06 11:36:15 +00:00
Remove rancher.debug flag for digitalocean image
This commit is contained in:
parent
87091ba83d
commit
c9173bbda1
2
Makefile
2
Makefile
@ -57,7 +57,7 @@ qcows:
|
|||||||
APPEND="console=tty1 console=ttyS0,115200n8 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 printk.devkmsg=on notsc clocksource=kvm-clock rancher.network.interfaces.eth0.ipv4ll rancher.cloud_init.datasources=[digitalocean] rancher.autologin=tty1 rancher.autologin=ttyS0" \
|
||||||
NAME=digitalocean ../../../.dapper
|
NAME=digitalocean ../../../.dapper
|
||||||
cp ./scripts/images/openstack/dist/*.img dist/artifacts/
|
cp ./scripts/images/openstack/dist/*.img dist/artifacts/
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user