Skip to content
This repository was archived by the owner on Oct 11, 2023. It is now read-only.

Commit c9173bb

Browse files
committed
Remove rancher.debug flag for digitalocean image
1 parent 87091ba commit c9173bb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ qcows:
5757
APPEND="console=tty1 console=ttyS0,115200n8 printk.devkmsg=on rancher.autologin=ttyS0" \
5858
NAME=openstack ../../../.dapper
5959
cd scripts/images/openstack && \
60-
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" \
60+
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" \
6161
NAME=digitalocean ../../../.dapper
6262
cp ./scripts/images/openstack/dist/*.img dist/artifacts/
6363

0 commit comments

Comments
 (0)