https://github.com/awwright/rpi-gentoo-installer
Installs a Gentoo image for Raspberry Pi
https://github.com/awwright/rpi-gentoo-installer
Last synced: about 1 month ago
JSON representation
Installs a Gentoo image for Raspberry Pi
- Host: GitHub
- URL: https://github.com/awwright/rpi-gentoo-installer
- Owner: awwright
- Created: 2014-07-19T17:13:50.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2014-07-19T17:15:19.000Z (almost 12 years ago)
- Last Synced: 2025-09-02T10:40:55.603Z (10 months ago)
- Language: Shell
- Size: 113 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
Awesome Lists containing this project
README
The kernel and modules are pre-compiled for now and live in src/boot and src/lib/modules/
For options, run `./install.sh --help`
Examples of usage:
Generate a root filesystem image:
$ ./install.sh --root-image-path=rootfs --root-image-size=1024*1024*200
Install to a mounted root filesystem:
$ ./install.sh --root-image-mnt=rootfs
Install everything to an SD card:
$ ./install.sh --disk-image-path=/dev/mmcblk0