Git Product home page Git Product logo

reload.sh's Introduction

reload.sh


Don't do it...

Please don't do it on live systems (e.g. production) or on your private computer where you stored critical data.

This recipe show you how to install fresh system where other system exist and running. It's really cool and amazing but very risky!

If you want to go into the chaos of monkey read on.

Why I created it?

I like experiments because I love to know how things work. They allow me to understand and show me some of the more tricky concepts.

Long time ago, this way saved my life but it was crazy.

How it works?

A beginner's guide of reload.sh [PL]

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 set 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"

Contributing

Before adding a pull request, please see the contributing guidelines. All suggestions/PR are welcome!

See also

Credits

twitter/trimstray

trimstray

License

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

reload.sh's People

Contributors

trimstray avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.