From d1f3f94727dd3ff57e6387bcdfb80f85cbcc3788 Mon Sep 17 00:00:00 2001 From: swomf Date: Thu, 12 Sep 2024 19:56:33 -0400 Subject: [PATCH] installation/guides/chroot: fix ROOTFS method permissions --- src/installation/guides/chroot.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/installation/guides/chroot.md b/src/installation/guides/chroot.md index e89222363..bac038899 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