Skip to content

Instantly share code, notes, and snippets.

View jose-pr's full-sized avatar

Jose A jose-pr

View GitHub Profile
@jose-pr
jose-pr / truenas_install
Last active January 23, 2023 03:25
Truenas Install mods on install for zfsbootmenu with encryption in zpool
#!/bin/sh
# vim: noexpandtab ts=8 sw=4 softtabstop=4
# Setup a semi-sane environment
PATH=/sbin:/bin:/usr/sbin:/usr/bin
export PATH
HOME=/root
export HOME
TERM=${TERM:-xterm}