mirror of
https://github.com/erenfro/gen2stage4.git
synced 2024-11-13 02:38:57 -05:00
Better feedback and instructions for exstage4
This commit is contained in:
parent
feb0cfda44
commit
634b53e80e
2 changed files with 5 additions and 2 deletions
|
@ -77,6 +77,11 @@ Usage:
|
|||
We provide a script for convenient extraction, `exstage4`, which is shipped with this package.
|
||||
Currently it simply automates the Multi-threaded extraction selection listed below and otherwise has no functionality except checking that the file name looks sane.
|
||||
If in doubt, use one of the explicit extraction methods described below.
|
||||
Otherwise, you can extract an archive inplace with:
|
||||
|
||||
```bash
|
||||
exstage4 archive_name.tar.bz2
|
||||
```
|
||||
|
||||
### Explicit Single-threaded
|
||||
|
||||
|
|
|
@ -2,8 +2,6 @@
|
|||
|
||||
STAGE_FILE=${1}
|
||||
|
||||
echo "${STAGE_FILE}"
|
||||
|
||||
EXT="${STAGE_FILE##*.}"
|
||||
|
||||
TARFILE="${STAGE_FILE%%.$EXT}"
|
||||
|
|
Loading…
Reference in a new issue