TheChymera/mkstage4

can't use pbzip2 flags alongside mkstage4

Gahia123 opened this issue · 2 comments

Hello!

I want to use pbzip2 options as:

-m#
Where # is max memory usage in 1MB steps (default 100 = 100MB)
-p#
Where # is the number of processors (default: autodetect)

Please consider switch to this syntaxis:
tar -c / | pbzip2 -c > myfile.tar.bz2

Just stumbled across this trying to run an old script that uses mkstage4

Invalid option: -p

Currently installed....

[ebuild R ~] app-backup/mkstage4-0.3.1

Just stumbled across this trying to run an old script that uses mkstage4

Invalid option: -p

This commit removed the -p option and added -C.
While I'm at it, the first line in USAGE (-h) wasn't updated, so -p is still there and -C is missing (as of v0.3.1).