diff options
| author | Lorenzo Castelli <lcastelli@gmail.com> | 2022-06-30 10:33:34 +0000 |
|---|---|---|
| committer | Lorenzo Castelli <lcastelli@google.com> | 2022-06-30 18:17:01 +0200 |
| commit | 94c1b6d49c3f3fda336f8019e9eb94595568a62d (patch) | |
| tree | ded1d277d37cf9c02b269b71916715532514af10 /README.md | |
| parent | 16732c48923294a15b845159c7249d77b984c247 (diff) | |
| download | compute-archlinux-image-builder-94c1b6d49c3f3fda336f8019e9eb94595568a62d.tar.xz | |
Changes the image to be UEFI based.
This is now supported in GCE, and is a better alternative to the old MBR
setup used before. This requires the UEFI_COMPATIBLE flag to be passed
during image creation.
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -62,7 +62,7 @@ You can build the Arch Linux image yourself with the following procedure: 1. Install the required dependencies and build the image ```console - $ sudo pacman -S --needed arch-install-scripts e2fsprogs + $ sudo pacman -S --needed arch-install-scripts dosfstools e2fsprogs $ git clone https://github.com/GoogleCloudPlatform/compute-archlinux-image-builder.git $ cd compute-archlinux-image-builder $ sudo ./build-arch-gce @@ -88,7 +88,7 @@ You can build the Arch Linux image yourself with the following procedure: ```console $ gcloud compute images create IMAGE_NAME \ --source-uri=gs://BUCKET_NAME/arch-vDATE.tar.gz \ - --guest-os-features=VIRTIO_SCSI_MULTIQUEUE + --guest-os-features=GVNIC,UEFI_COMPATIBLE,VIRTIO_SCSI_MULTIQUEUE ``` You can now create new instances with your custom image: |
