diff --git a/.github/scripts/install_and_run_vm.sh b/.github/scripts/install_and_run_vm.sh index b0115fb..a7f60f6 100755 --- a/.github/scripts/install_and_run_vm.sh +++ b/.github/scripts/install_and_run_vm.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash sudo apt-get update -sudo apt-get install cloud-image-utils qemu -y +sudo apt-get install cloud-image-utils qemu qemu-kvm -y cloud-localds seed.iso user-data meta-data diff --git a/README.md b/README.md index 246c182..3f0058d 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The following components are required: ### Install QEMU and VMs ```shell -$ sudo apt-get install qemu -y # debian/ubuntu +$ sudo apt-get install qemu qemu-kvm -y # debian/ubuntu ``` Download and install the VM, taking Ubuntu as an example: @@ -61,7 +61,7 @@ guest# sudo mount -t virtiofs > Notes: For more examples or some useful Ubuntu unattended autoinstall scripts, see the scripts [here](./scripts/). -## Periodic Reports During GSoC 2024 And Acknowledgements +## Periodic Reports During GSoC 2024 and Acknowledgements The following are reports from the implementation phase, all synchronized in the [OpenDAL dev mailing list](https://lists.apache.org/list.html?dev@opendal.apache.org). - [05.12-05.19](./docs/reports/05.12-05.19.md) diff --git a/scripts/install_and_run_vm.sh b/scripts/install_and_run_vm.sh index 1774771..d62ec09 100755 --- a/scripts/install_and_run_vm.sh +++ b/scripts/install_and_run_vm.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash sudo apt-get update -sudo apt-get install cloud-image-utils qemu -y +sudo apt-get install cloud-image-utils qemu qemu-kvm -y cloud-localds seed.iso user-data meta-data diff --git a/scripts/install_and_run_vm_with_virtiofs.sh b/scripts/install_and_run_vm_with_virtiofs.sh index 38da0f3..3cdebb0 100755 --- a/scripts/install_and_run_vm_with_virtiofs.sh +++ b/scripts/install_and_run_vm_with_virtiofs.sh @@ -1,7 +1,7 @@ #!/usr/bin/env bash sudo apt-get update -sudo apt-get install cloud-image-utils qemu -y +sudo apt-get install cloud-image-utils qemu qemu-kvm -y cloud-localds seed.iso user-data meta-data