automation: qemu-smoke-arm64.sh: Remove some stale comments
authorXenia Ragiadakou <burzalodowa@gmail.com>
Fri, 29 Jul 2022 14:52:27 +0000 (17:52 +0300)
committerStefano Stabellini <stefano.stabellini@amd.com>
Fri, 29 Jul 2022 23:25:44 +0000 (16:25 -0700)
Remove comment "# Install QEMU" because qemu is not installed, it is taken
from a test-artifacts container.

Change comment "# Busybox Dom0" to "# Busybox" because busybox is not used
only for the Dom0 but also for the DomU.

Signed-off-by: Xenia Ragiadakou <burzalodowa@gmail.com>
Reviewed-by: Stefano Stabellini <sstabellini@kernel.org>
automation/scripts/qemu-smoke-arm64.sh

index 898398196a431d4ccb4ecf5f406201dd6569113f..f483a2ffc10773ed0922364914d00c394d3de92d 100755 (executable)
@@ -21,7 +21,6 @@ fi
 "
 fi
 
-# Install QEMU
 export DEBIAN_FRONTENT=noninteractive
 apt-get -qy update
 apt-get -qy install --no-install-recommends u-boot-qemu \
@@ -44,7 +43,7 @@ sed 's/compatible = "arm,pl061.*/status = "disabled";/g' binaries/virt-gicv3.dts
 dtc -I dts -O dtb binaries/virt-gicv3-edited.dts > binaries/virt-gicv3.dtb
 
 
-# Busybox Dom0
+# Busybox
 mkdir -p initrd
 mkdir -p initrd/bin
 mkdir -p initrd/sbin