alpinelinux / alpine-chroot-install

Install Alpine Linux in chroot with a breeze. Build ARM on Travis CI or any other x86_64 CI.
MIT License
294 stars 59 forks source link

build raspberry pi image #15

Closed hoshsadiq closed 5 years ago

hoshsadiq commented 5 years ago

Hi,

I'm curious as to what the best way is to build a customised alpine image for the raspberry pi using this. Specifically, once I'm done with the customisation, what's the best way to move this over to an sd cars?

aka-mj commented 4 years ago

Hi @hoshsadiq, I'm curious to how you completed this. Did you use the alpine-chroot-install script, the alpine-make-rootfs script, or something else?

hoshsadiq commented 4 years ago

I used the alpine-chroot-install. I'm working on it still, but I've got the initial code done. Currently trying to build a few pipelines around it.

The code lives at https://github.com/hoshsadiq/alpine-raspberry-pi . Specifically the file script make-image that does the heavily lifting and creates an image. The plan is to use packer to further customise the image.