Skip to content

HBSD: Facilitate the creation of HardenedBSD arm64 images for Raspberry Pi

Loic requested to merge loic/HardenedBSD:RPI into hardened/current/master
This allows the creation of a HardenedBSD image for the Raspberry Pi that supports the arm64 architecture.

It takes only 3 commands to create and install the image:
cd /usr/src/release
sh release.sh -c arm64/RPI.conf
dd if=/scratch/usr/obj/usr/src/arm64.aarch64/release/FreeBSD-14.0--HBSD-arm64-aarch64-RPI.img of=/dev/daX status=progress

The default account is created with the username/password of hbsd/hbsd and has a home in mode 0750.

Signed-off-by: Loic <loic.f@hardenedbsd.org>
Edited by Loic

Merge request reports