svn commit: r214118 - in head: sbin/geom/class/eli sys/geom/eli

Rui Paulo rpaulo at FreeBSD.org
Thu Oct 21 06:25:57 UTC 2010


Great work. Might be worth adding the geli commands to /etc/rc.suspend & /etc/rc.resume.

You could do something that requires the minimum user configuration, like:

---
geli list 2>&1 > /dev/null
if [ $? -eq 0 ]; then
	geli suspend -a
fi
---

Regards,
--
Rui Paulo




More information about the svn-src-head mailing list