|
|
@@ -2,14 +2,13 @@ |
|
|
|
|
|
|
|
This is a collection of scripts used to build an image file that can then be transferred to a SD Card using `dd`. |
|
|
|
|
|
|
|
To start the process, use `./mkreform.sh`. To start over, execute `./cleanup.sh` to delete the existing userland and image. |
|
|
|
To start the process, use `./mkimage.sh`. To start over, execute `./cleanup.sh` to delete the existing userland and image. |
|
|
|
|
|
|
|
## Reporting Issues |
|
|
|
|
|
|
|
Please check out the [guidelines in the main Reform repository](https://source.mntmn.com/MNT/reform/src/branch/master/README.md#how-to-report-issues--contribute). Thanks! |
|
|
|
The resulting file is `reform-system.img`. |
|
|
|
|
|
|
|
## License |
|
|
|
|
|
|
|
Copyright 2018 Lukas F. Hartmann / MNT Media and Technology UG |
|
|
|
Copyright 2018-2020 Lukas F. Hartmann / MNT Research GmbH |
|
|
|
|
|
|
|
This project is licensed under the GPLv3 License - see the [LICENSE.md](LICENSE.md) file for details |
|
|
|
|