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 Nov 24, 2024
1 parent 406018a commit d1f3f94
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 d1f3f94

Please sign in to comment.