shekkbuilder / reload.sh

Reinstall or restore your system from the level of the running linux os (without cd-rom, flash and other).

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

reload.sh


How it works?

Set your archive with system backup to restore:

_build="/mnt/system-backup.tgz"

Set path to temporary system (optional):

_base="/mnt/minimal-base"

If you do not specify this parameter, the temporary system will be downloaded automatically.

Set path to main system disk:

_disk="/dev/vda"

Run reload.sh:

./bin/reload.sh --base "$_base" --build "$_build" --disk "$_disk"

Contributions

Suggestions and pull requests are welcome. See also this.

See also

Credits

twitter/trimstray

trimstray

License

GPLv3 : http://www.gnu.org/licenses/

About

Reinstall or restore your system from the level of the running linux os (without cd-rom, flash and other).

License:GNU General Public License v3.0


Languages

Language:Shell 100.0%