Conflicts:
	README.md
This commit is contained in:
Horea Christian 2014-09-18 08:23:43 +02:00
commit d3771f9771

View file

@ -7,20 +7,7 @@ More information on mkstage4 can be found on its own Chymeric Tutorials article:
##Installation
####On [Gentoo Linux](http://en.wikipedia.org/wiki/Gentoo_linux) and [Derivatives](http://en.wikipedia.org/wiki/Category:Gentoo_Linux_derivatives):
Mkstage4 is available in the [Portage](http://en.wikipedia.org/wiki/Portage_(software)) *[chymerc overlay](https://github.com/TheChymera/chymeric)* as **[app-backup/mkstage4](https://github.com/TheChymera/chymeric/tree/master/app-backup/mkstage4)**.
Just run the following command:
```
emerge app-backup/mkstage4
```
*If you are not yet using this overlay, it can be enabled with just two commands, as seen in [the README](https://github.com/TheChymera/chymeric).*
####On all other Operating Systems:
For all other Linux distributions or operating systems, the script can also be run directly from the containing folder:
The script can be run directly from its containing folder (and thus, is installed simply by downloading or cloning it from here - and adding run permissions):
```bash
git clone https://github.com/TheChymera/mkstage4.git /your/mkstage4/directory
@ -28,20 +15,27 @@ cd /your/mkstage4/directory
chmod +x mkstage4.sh
```
*Please bear in mind that this will not pull in RawTherapee, make sure you have already installed it.*
For [Gentoo Linux](http://en.wikipedia.org/wiki/Gentoo_linux) and [Derivatives](http://en.wikipedia.org/wiki/Category:Gentoo_Linux_derivatives), mkstage4 is also available in [Portage](http://en.wikipedia.org/wiki/Portage_(software)) via the *[chymerc overlay](https://github.com/TheChymera/chymeric)* (which can be enabled with just two commands, as seen in [the README](https://github.com/TheChymera/chymeric)).
After you have enabled the overlay, just run the following command:
```
emerge app-backup/mkstage4
```
##Usage
*If you are running the script from the containing foler (first install method) please make sure you use the `./mkstage4.sh` command instead of just `mkstage4`!*
Archive your current system (mounted at /):
```bash
./mkstage4.sh -s archive_name
mkstage4 -s archive_name
```
Archive system located at a custom mount point:
```bash
./mkstage4.sh -t /custom/mount/point archive_name
mkstage4 -t /custom/mount/point archive_name
```
Other options:
@ -65,6 +59,6 @@ tar xvjpf archive_name.tar.bz2
Please note that these are very basic dependencies and should already be included in any Linux system.
##Meta
---
Released under the GPLv3 license.
Project led by Horea Christian (address all correspondence to: h.chr@mail.ru).