Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorific committed Sep 28, 2023
1 parent 9770462 commit 1f46295
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ contains shared code referenced by each processor build.
- `aarch64` - ARM64 processor architecture
- `x86_64` - X86_64/AMD64/Intel 64 processor architecture

### x86_64
### Building x86_64 images

```
cd ubuntu/x86_64
Expand All @@ -54,7 +54,7 @@ PACKER_LOG=1 packer build \
ubuntu.pkr.hcl
```

### aarch64
### Building aarch64 images
```
cd ubuntu/aarch64
PACKER_LOG=1 packer build \
Expand Down Expand Up @@ -176,19 +176,10 @@ virsh destroy ubuntu-image
virsh undefine ubuntu-image --nvram --remove-all-storage
```

### libvirt aarch64 UEFI

```
# You can get paths of the pools from /etc/libvirt/storage
```
# You can get paths of the pools from /etc/libvirt/storage



### libvirt x86_64 UEFI

```
# You can get paths of the pools from /etc/libvirt/storage
sudo qemu-img convert -O qcow2 output-ubuntu-22.04-x86_64/ubuntu-22.04-x86_64 /var/lib/libvirt/images/ubuntu-image.qcow2
sudo qemu-img resize -f qcow2 ubuntu-image.qcow2 32G
Expand Down

0 comments on commit 1f46295

Please sign in to comment.