mirror of
https://github.com/erenfro/gen2stage4.git
synced 2024-11-13 02:38:57 -05:00
Binary attributes and numeric owner identifiers
Superseded https://github.com/TheChymera/mkstage4/pull/27
This commit is contained in:
parent
f6538b40d6
commit
9a177d6413
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue