diff --git a/src/installation/guides/chroot.md b/src/installation/guides/chroot.md index e8922236..bac03889 100644 --- a/src/installation/guides/chroot.md +++ b/src/installation/guides/chroot.md @@ -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