guysoft / CustomPiOS

A Raspberry Pi and other ARM devices distribution builder
GNU General Public License v3.0
497 stars 143 forks source link

`make_custom_pi_os` improvements #191

Closed whi-tw closed 1 year ago

whi-tw commented 1 year ago

Hello!

I have made some improvements to make_custom_pi_os after having some friction getting started on macos:

Improve portability of make_custom_pi_os

Allow specifying variant when creating new custom os

Rather than just the hardcoded raspios_lite_armhf, users can now specify raspios_lite_armhf or raspios_lite_arm64 with -v/--variant

Guard against space / hyphen in the destination folder

This causes some pain, as the default module uses this directory name for creating variables. If these characters are just disallowed, this pain goes away

guysoft commented 1 year ago

Thanks for giving attention to this tool. Hope it would get more people to create more distributions :)