From 235de91de8b2d0c9ca770bf11b5b75a39fc55fe2 Mon Sep 17 00:00:00 2001 From: Mathias Fredriksson Date: Thu, 28 May 2015 21:11:19 +0300 Subject: [PATCH] readme: faq clarificaitons --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 8e1d833..81eeb0b 100644 --- a/readme.md +++ b/readme.md @@ -163,7 +163,7 @@ sudo emerge -1 zsh #### FreeBSD 10.1 -Either try the command `kldload pty` or enable `device pty`(?). +On a default setup, running the command `kldload pty` should do the trick. If you have a custom kernel, you might need to add `device pty` to the configuration file ([example](https://github.com/nbari/freebsd/blob/58646a9c3c4aaabf6f6467ff505f27f09e29dc75/kernels/xen.kernel#L188)). ## Team