We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
default_cmdline
1 parent 520df46 commit d07eef3Copy full SHA for d07eef3
hack/inject-cmdline-to-template.sh
@@ -57,6 +57,8 @@ done
57
if [[ -z ${location} ]]; then
58
echo "Failed to get the image location for ${template}" >&2
59
exit 1
60
+elif [[ ${location} == https://cloud-images.ubuntu.com/minimal/* ]]; then
61
+ readonly default_cmdline="root=/dev/vda1 ro console=tty1 console=ttyAMA0"
62
elif [[ ${location} == https://cloud-images.ubuntu.com/* ]]; then
63
readonly default_cmdline="root=LABEL=cloudimg-rootfs ro console=tty1 console=ttyAMA0"
64
else
0 commit comments