-
Notifications
You must be signed in to change notification settings - Fork 1
Doc Usage
heeplr edited this page May 12, 2021
·
2 revisions
To use bootstrap.sh for building your own projects:
- copy "bootstrap.sh" and the "bootstrap-plugins" you need to your project directory. If you use git, you can run:
git submodule add https://github.com/heeplr/rpi-cookstrap bootstrap
ln -s bootstrap/bootstrap.sh .
ln -s bootstrap/bootstrap-plugins .
git add bootstrap.sh bootrstrap-plugins
git commit -m 'installed rpi-cookstrap'
- create a "bootstrap-dist" directory with all the files you want to copy/append to your raspi.
- create a bootstrap.cfg
- run
./bootstrap.sh
to build your image