View | Details | Raw Unified | Return to bug 258795
Collapse All | Expand All

(-)b/emulators/wine/files/pkg-message.in (+5 lines)
Lines 1-6 Link Here
1
[
1
[
2
{ type: install
2
{ type: install
3
  message: <<EOM
3
  message: <<EOM
4
Wine requires procfs(5) mounted on /proc. You can do so manually via
5
  mount -t procfs proc /proc
6
or make it permanent via the following line in /etc/fstab
7
  proc   /proc   procfs   rw   0 0
8
4
Some ZFS tuning guides recommend setting KVA_PAGES=512 in your kernel
9
Some ZFS tuning guides recommend setting KVA_PAGES=512 in your kernel
5
configuration.  This is incompatible with Wine.  The maximum possible
10
configuration.  This is incompatible with Wine.  The maximum possible
6
is KVA_PAGES=500, which should still be enough for ZFS.
11
is KVA_PAGES=500, which should still be enough for ZFS.

Return to bug 258795