procount / pinn

An enhanced Operating System installer for the Raspberry Pi
1.11k stars 123 forks source link

Add OpenSUSE OS #636

Open rbrisita opened 2 years ago

rbrisita commented 2 years ago

Hello,

OpenSUSE supports Raspberry PI:

https://en.opensuse.org/HCL:Raspberry_Pi2

https://en.opensuse.org/HCL:Raspberry_Pi3

https://en.opensuse.org/HCL:Raspberry_Pi4

It would be great to have. Is there any documentation to allow one to add other OSes themselves?

procount commented 2 years ago

Sure, have a look on my github page and read README_PINN.md. There are a couple of related pages on my wiki too.

IIRC, I looked at converting OpenSUSE previously, but it used U-Boot or Grub or something as a boot loader, which means its partition layout cannot be changed (It needs to be installed to the first partition). To make it suitable for PINN, this needs to be removed so that the Raspberry Pi firmware boot loader can be used instead.