summaryrefslogtreecommitdiff
path: root/manual/generic/linux/kvm-arm64-guest-on-arm64-host.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'manual/generic/linux/kvm-arm64-guest-on-arm64-host.yaml')
-rw-r--r--manual/generic/linux/kvm-arm64-guest-on-arm64-host.yaml5
1 files changed, 2 insertions, 3 deletions
diff --git a/manual/generic/linux/kvm-arm64-guest-on-arm64-host.yaml b/manual/generic/linux/kvm-arm64-guest-on-arm64-host.yaml
index 8d720ca..773e2f3 100644
--- a/manual/generic/linux/kvm-arm64-guest-on-arm64-host.yaml
+++ b/manual/generic/linux/kvm-arm64-guest-on-arm64-host.yaml
@@ -33,9 +33,8 @@ run:
- Note: please double check is it Debian initrd image or CentOS initrd
- Note: please check the name of initrd file under /boot and kernel version appended to file name
- "cp /boot/initrd.img-`uname -r` initrd.img"
- - Download arm64 minimal rootfs from linaro snapshots
- - Note: please double check latest in the below link it may be build number
- - "wget http://snapshots.linaro.org/ubuntu/images/kvm-guest/latest/arm64/kvm-arm64.qcow2.xz"
+ - Execute the following command to download arm64 minimal rootfs
+ - "wget http://testdata.validation.linaro.org/kvm/kvm-aarch64.qcow2.xz"
- "xz -d kvm-arm64.qcow2.xz"
- Test arm64 guest Image on arm64 host
- Run "qemu-system-aarch64 -smp 2 -m 512 -cpu host -machine type=virt,gic-version=host -kernel Image -initrd initrd.img -append 'root=/dev/vda2 rw rootwait console=ttyAMA0,38400n8 earlycon=pl011,0x9000000' -device virtio-blk-device,drive=image -drive if=none,id=image,file=kvm-arm64.qcow2 -nographic -enable-kvm 2>&1 | tee tee kvm-arm64.log"