From 9a177d6413be7ecba5b4e057e93f5dcbe97547b6 Mon Sep 17 00:00:00 2001 From: Horea Christian Date: Wed, 5 Feb 2020 05:06:44 +0100 Subject: [PATCH] Binary attributes and numeric owner identifiers Superseded https://github.com/TheChymera/mkstage4/pull/27 --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index cc24bd3..6cc644b 100644 --- a/README.md +++ b/README.md @@ -65,6 +65,12 @@ Tarballs created with mkstage4 can be extracted with: tar xvjpf archive_name.tar.bz2 ``` +To preserve binary attributes and use numeric owner identifiers (considered good practice on Gentoo), you can simply append the relevant flags to the respective `tar` commands: + +```bash +tar xvjpf archive_name.tar.bz2 --xattrs-include='*.*' --numeric-owner +``` + If you use the `-k` option, extract `src` and the modules separately ```bash