An open API service indexing awesome lists of open source software.

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

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