From 15bf61c6aaa1affff9e6accad2f939599500d5a9 Mon Sep 17 00:00:00 2001 From: Howard Zhang Date: Wed, 22 Jul 2020 14:13:42 +0800 Subject: [PATCH] doc: AArch64: align rootfs name in arm64.md Signed-off-by: Howard Zhang --- docs/arm64.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/arm64.md b/docs/arm64.md index a3f19d519..2b5ed7ae0 100644 --- a/docs/arm64.md +++ b/docs/arm64.md @@ -43,7 +43,7 @@ cargo build --no-default-features --features pci,kvm Download kernel binary and rootfs image from AWS. ```bash -wget https://s3.amazonaws.com/spec.ccfc.min/img/aarch64/ubuntu_with_ssh/fsfiles/xenial.rootfs.ext4 -O rootfs.img +wget https://s3.amazonaws.com/spec.ccfc.min/img/aarch64/ubuntu_with_ssh/fsfiles/xenial.rootfs.ext4 -O rootfs.ext4 wget https://s3.amazonaws.com/spec.ccfc.min/img/aarch64/ubuntu_with_ssh/kernel/vmlinux.bin -O kernel.bin ```