This commit is contained in:
Horea Christian 2020-02-05 05:08:50 +01:00
parent 9a177d6413
commit e0c3fc7244

View file

@ -65,13 +65,13 @@ 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:
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, e.g.:
```bash
tar xvjpf archive_name.tar.bz2 --xattrs-include='*.*' --numeric-owner
```
If you use the `-k` option, extract `src` and the modules separately
If you use the `-k` option, extract `src` and the modules separately:
```bash
tar xvjpf archive_name.tar.bz2.kmod