[Bug 261306] Geli rc.d script does not support insertion of USB devices containing a keyfile.

From: <bugzilla-noreply_at_freebsd.org>
Date: Tue, 18 Jan 2022 17:32:42 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=261306

--- Comment #2 from James Elstone <james@elstone.net> ---
Updatd instructions for creating a geli volume, one above had a typo.

#create encrypted volume with geli
gpart create -s gpt /dev/da0
gpart add -a 1m -freebsd-zfs -l DISK-ID0 /dev/da0
geli init -s 4096 -B none -K "/security_key/geli/DISK-ID0.key"
"/dev/gpt/DISK-ID0"

-- 
You are receiving this mail because:
You are the assignee for the bug.