Skip to content

Commit

Permalink
QEMU skeleton examples
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Sep 28, 2023
1 parent f730c1a commit a2ba8b1
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ PACKER_LOG=1 packer build \

## Using the images

### x86_64 BIOS
### QEMU x86_64 BIOS

```
$ qemu-img convert -O qcow2 output-ubuntu-22.04-bios-x86_64/ubuntu-22.04-bios-x86_64 ubuntu-image.qcow2
Expand All @@ -80,7 +80,7 @@ $ qemu-system-x86_64 \
-drive file=ubuntu-image.qcow2,if=virtio,format=qcow2
```

### x86_64 UEFI
### QEMU x86_64 UEFI

```
$ qemu-img convert -O qcow2 output-ubuntu-22.04-x86_64/ubuntu-22.04-x86_64 ubuntu-image.qcow2
Expand All @@ -99,7 +99,7 @@ $ qemu-system-x86_64 \
-drive if=pflash,format=raw,unit=1,file=ubuntu-image-efivars.fd
```

### aarch64 UEFI
### QEMU aarch64 UEFI

```
$ qemu-img convert -O qcow2 output-ubuntu-22.04-aarch64/ubuntu-22.04-aarch64 ubuntu-image.qcow2
Expand Down

0 comments on commit a2ba8b1

Please sign in to comment.