Skip to content

Commit cca8d4b

Browse files
committed
installation/guides/chroot: fix ROOTFS method permissions
1 parent 8e7053a commit cca8d4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/installation/guides/chroot.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ matching your architecture.
130130
Unpack the tarball into the newly configured filesystems:
131131

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

136136
## Configuration

0 commit comments

Comments
 (0)