SolidHal / PrawnOS

Libre Mainline Kernel and Debian for arm laptops
https://www.PrawnOS.com
GNU General Public License v2.0
114 stars 29 forks source link

add support for rk3588 server board with uboot bootloader #315

Closed SolidHal closed 1 year ago

SolidHal commented 1 year ago

TARGET is arm64-rk3588-server The server images are more lightweight than the normal images. To support root disk encryption, the server initramfs contains an openssh server to remotely decrypt the root drive on boot.

Other changes:

Previously, we would try to keep around the kernel orig.tar.gz to make package reuploads easier But that overcomplicates cleaning the kernel package, and is generally a bad practice. Stop doing that, and fix up the related clean actions

History for this commit can be found on the PrawnOS/rk3588 branch