Skip to content

Releases: pertisktech/pertisk-vms

Release list

Release 0.1.8

Choose a tag to compare

@github-actions github-actions released this 15 Sep 10:29

pertisk-vm v0.1.8

Node appliance images and Linux binaries for amd64 and arm64.

Flash node image

xzcat pertisk-node-0.1.8-amd64.raw.xz | sudo dd of=/dev/sdX bs=4M status=progress conv=fsync

Or decompress, then sudo ./scripts/flash.sh --image pertisk-node-0.1.8-amd64.raw --disk /dev/sdX --yes.

Use the arm64 image on UEFI aarch64 hosts only.

Orange Pi / Raspberry Pi: build pertisk-node-0.1.8-<board>.img.xz with make release-sbc BOARD=orangepi5plus (orangepi5plus, orangepi5max, rpi5). Do not dd the generic arm64.raw onto those boards.

After boot: pertisk-install --disk /dev/nvme0n1 --yes. Admin user is admin; password is in /etc/pertisk/admin.

Binaries

pertisk-vm-0.1.8-linux-<arch>.tar.gz contains pertiskd, pertisk, and pertisk-tui.