Skip to content

Commit 49e21d9

Browse files
brdelphusericonr
authored andcommitted
lxc: fix arch name on voidlinux image creation section.
See https://images.linuxcontainers.org/ for examples of images, all using amd64 instead of x86_64. Closes: #522 [via git-merge-pr]
1 parent bbbac45 commit 49e21d9

File tree

1 file changed

+2
-2
lines changed
  • src/config/containers-and-vms

1 file changed

+2
-2
lines changed

src/config/containers-and-vms/lxc.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,10 +89,10 @@ similar to:
8989

9090
```
9191
lxc-create -n mycontainer -t download -- \
92-
--dist voidlinux --release current --arch x86_64
92+
--dist voidlinux --release current --arch amd64
9393
```
9494

95-
You may substitute another architecture for `x86_64`, and you may specify a
95+
You may substitute another architecture for `amd64`, and you may specify a
9696
`musl` image by adding `--variant musl` to the end of the command. See the [LXC
9797
Image Server](http://images.linuxcontainers.org) for a list of available
9898
containers.

0 commit comments

Comments
 (0)