You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
860 B

5 years ago
# Umbrel Box Base Operating system
5 years ago
5 years ago
![Run Release Script on push to MASTER](https://github.com/getumbrel/os-base/workflows/Run%20Release%20Script%20on%20push%20to%20MASTER/badge.svg)
5 years ago
Customized Underlying Raspbian Operating System for the Umbrel box (based on https://github.com/RPi-Distro/pi-gen)
5 years ago
## Config/Build instructions
5 years ago
1. Run ```sudo ./build.sh```
2. Look in deploy/
3. Use etcher to deploy
5 years ago
5 years ago
Alternatively, you may check the latest release too and you may find the image built automatically by github (upon tagging).
## Post bootup checks
For building an API, look in /home/umbrel for the following files
* disk-partitioned : meaning the disk is partitioned
* service-configured : meaning the umbrel system bootup service is configured
(To add more later)
5 years ago
## TODO:
5 years ago
See the [following list](https://github.com/getumbrel/os-base/labels/TODO)