Skip to content

Commit 2d3e51b

Browse files
committed
ubuntu-18.04-server-cloudimg-arm64.sh link to bug report
1 parent 948ec40 commit 2d3e51b

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

ubuntu-18.04-server-cloudimg-arm64.sh

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
#!/usr/bin/env bash
22

3-
# TODO: fails to set password most times. Tested on host: Ubuntu 18.10.
3+
# TODO: Tested on host: Ubuntu 18.10, fails to set password most times.
44
# But I am alomst 100% that I've had at least one success with this exact same command.
55
# But the rate is so small that I sometimes doubt my memory.
66
#
7+
# Bug report at: https://bugs.launchpad.net/cloud-images/+bug/1818197
8+
#
79
# [FAILED] Failed to start Initial cloud-init job (pre-networking). always shows, including on working runs.
810
# It did not show on Ubuntu 18.04 host.
911
#

ubuntu-18.04.1-server-arm64.sh

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,11 @@
22

33
set -eux
44

5-
# TODO: installer step "Select and install software" fails.
5+
# Tested on host: Ubuntu 18.04 arm64 with -enable-kvm.
6+
#
7+
# TODO: on Ubuntu 18.10 amd64 host, installer step "Select and install software" fails.
68
# Where can I find logs saying exactly what failed?
7-
# Tested on Ubuntu 18.10.
9+
#
810
# - https://superuser.com/questions/942657/how-to-test-arm-ubuntu-under-qemu-the-easiest-way
911
# - https://askubuntu.com/questions/797599/how-to-run-ubuntu-16-04-arm-in-qemu
1012

@@ -73,4 +75,5 @@ qemu-system-aarch64 \
7375
-pflash "$flash0" \
7476
-pflash "$flash1" \
7577
-smp 2 \
78+
"$@" \
7679
;

0 commit comments

Comments
 (0)