Skip to content

Commit

Permalink
[edomi] Improved ARM setup description
Browse files Browse the repository at this point in the history
  • Loading branch information
starwarsfan committed Apr 10, 2024
1 parent 56ec3e7 commit b8739c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ using ProxMox web ui.
2. Package `qemu-user-static` must be installed on host
3. Copy `qemu-aarch64-static` into container filesystem and fix ownership/permission:
```bash
lvdisplay # Search LV path of container
lvdisplay | grep <container-id> # Search LV path of container
mkdir /mnt/edomi-arm-container
mount <LV-Path> /mnt/edomi-arm-container
cp qemu-aarch64-static /mnt/edomi-arm-container/usr/bin/
Expand Down

0 comments on commit b8739c2

Please sign in to comment.