guysoft / CustomPiOS

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

raspian or raspios or debian? #141

Closed steviehs closed 3 years ago

steviehs commented 3 years ago

http://downloads.raspberrypi.org/raspbian_lite/images/ - this is the place, where CustomPiOS downloads the latest image - hasn't received new images since Feb. 2020. Does anybody know why? What about https://raspi.debian.net/? Wouldn't this be the future way to go?

cp2004 commented 3 years ago

Raspbian was renamed to Raspberry Pi OS, if you look through https://downloads.raspberrypi.org/ you will find raspios_* for the various different types of images

guysoft commented 3 years ago

What @cp2004 said, the equivalent to the url you posted is now: https://downloads.raspberrypi.org/raspios_lite_armhf/images/

If you pulled that URL from any repo, please give me the link and I can update the right url. I did it to some but may have missed.

Regarding https://raspi.debian.net/ , I remember in the last Debconf exchanging words with the maintainer. I am not using it because they have an image for every single raspberrypi hardware configuration. But I would love to add support to CustomPiOS if there is anyone using it that can give me feedback.

steviehs commented 3 years ago

Maybe it would be worth to change the URL to the raspios_lite images in make_custom_pi_os? I think I will try soonish to switch our project to the debian images (though they are also not "official"), as this makes sense only on RPi4... let you know the results

guysoft commented 3 years ago

Thanks for pointing out! Fixed

steviehs commented 3 years ago

nope, you should at least have tested it once :-)

steviehs commented 3 years ago

I have added a pull request, this was an easy one.

guysoft commented 3 years ago

Excellent, i missed the grep bit. Merged reference #142

steviehs commented 3 years ago

Thanks for merging fast, so my build process will work again :-)

guysoft commented 3 years ago

BTW you might want to look in to the ubuntu 64-bit image if you are doing RaspberryPi 4-only stuff. might squeeze a little more performance out of it.

The make os script doesn't support it. But I maintain ubuntu to work for the OctoPi 64bit builds.