DieterReuter / image-builder-rpi64

Build SD card image for Raspberry Pi 3 64bit
MIT License
156 stars 38 forks source link

Where is the appropriate place to add device drivers? #59

Closed ismangil closed 6 years ago

ismangil commented 6 years ago

I'm forking the repo so my image have built in support for an LCD screen called HyperPixel. It needs boot configs, overlays and a custom init programs to be compiled and added to systemd.

Where is the appropriate stage to add these - I'm looking at chroot script right now, or is there another recommended place?

DieterReuter commented 6 years ago

The script chroot-script.sh should be the best place as there are all the additional package installs and configurations happens.

DieterReuter commented 6 years ago

I think this question was answered, so closing this issue.