Skip to content

Commit

Permalink
installation/guides/chroot: fix ROOTFS method permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
swomf committed Sep 12, 2024
1 parent 8e7053a commit cca8d4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/installation/guides/chroot.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ matching your architecture.
Unpack the tarball into the newly configured filesystems:

```
# tar xvf void-<...>-ROOTFS.tar.xz -C /mnt
# tar xpvf void-<...>-ROOTFS.tar.xz --xattrs-include='*.*' --numeric-owner -C /mnt
```

## Configuration
Expand Down

0 comments on commit cca8d4b

Please sign in to comment.