Removed xattr-breaking command

This commit is contained in:
Horea Christian 2022-12-15 17:19:36 -05:00
parent 999415bda6
commit 934b2cf3e8

View file

@ -65,10 +65,6 @@ mkstage4.sh [-q -c -b -l -k -p] [-s || -t <target-mountpoint>] [-e <additional e
Tarballs created with mkstage4 can be extracted with:
```bash
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, e.g.:
```bash