https://github.com/discretetom/raspi-os-builder-scripts
Scripts to build custom raspi image.
https://github.com/discretetom/raspi-os-builder-scripts
Last synced: about 1 year ago
JSON representation
Scripts to build custom raspi image.
- Host: GitHub
- URL: https://github.com/discretetom/raspi-os-builder-scripts
- Owner: DiscreteTom
- License: mit
- Created: 2022-03-25T13:49:01.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-03-30T00:07:46.000Z (about 4 years ago)
- Last Synced: 2025-02-05T06:38:58.073Z (over 1 year ago)
- Language: Shell
- Size: 6.84 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# raspi-os-builder-scripts
Scripts to build custom raspi image.
## Usage
First, clone this repo:
```
git clone https://github.com/DiscreteTom/raspi-os-builder-scripts.git
```
Then, setup pi-gen environment:
```
bash raspi-os-builder-scripts/setup-pi-gen.sh
```
Next, pick files you want to run in `scripts/` folder, add their contents to `pi-gen/stage2/04-customize/00-run-chroot.sh`.
For example:
```
cat raspi-os-builder-scripts/scripts/prepare-packages.sh >> pi-gen/stage2/04-customize/00-run-chroot.sh
```