suse_base-13.1nb15: rebuilding run-time library search paths database suse_base-13.1nb15: populating /usr/pkg/emul/linux/dev gettext-lib-0.20.1: copying /usr/pkg/share/examples/gettext/locale.alias to /usr/pkg/share/locale/locale.alias =========================================================================== $NetBSD: MESSAGE.NetBSD,v 1.1 2013/12/05 11:42:14 obache Exp $ Do not forget to include COMPAT_LINUX in your kernel configuration file. Linux binaries require this option in order to work. Most Linux binaries also require procfs to be mounted with -o linux. This can be automated by adding the following to your /etc/fstab: procfs /emul/linux/proc procfs ro,linux Some Linux binaries also require tmpfs to be mounted on /dev/shm. This can be automated by adding the following to your /etc/fstab: tmpfs /emul/linux/dev/shm tmpfs rw,-m1777 =========================================================================== =========================================================================== $NetBSD: MESSAGE,v 1.5 2014/08/10 10:47:42 wiz Exp $ Execute this command to extract and rehash all CA root certificates distributed by the Mozilla Project, so that they can be used by third party applications using OpenSSL. It also creates a single file certificate bundle in PEM format which can be used by applications using GnuTLS. # mozilla-rootcerts install To mark these certificates as trusted for users of gnupg2, do the following (assuming default PKG_SYSCONFBASE and a Bourne shell): # mkdir -p /usr/pkg/etc/gnupg # cd /usr/pkg/etc/gnupg # for c in /etc/openssl/certs/*.pem; do > openssl x509 -in $c -noout -fingerprint|sed 's|^.*=\(.*\)|\1 S|' > done > trustlist.txt ===========================================================================