Skip to content

Instantly share code, notes, and snippets.

View mneumann's full-sized avatar

Michael Neumann mneumann

View GitHub Profile
@mneumann
mneumann / dfly-install.org
Last active April 25, 2020 23:07 — forked from liweitianux/dfly-install.org
DragonFly BSD Manual Installation with HAMMER2 and Encrypted Root

DragonFly BSD Installation

2018-01-30

Disk Partition

MBR Slice

root# dd if=/dev/zero of=/dev/vbd0 bs=32k count=16
root# fdisk -IB /dev/vbd0