Differences

This shows you the differences between two versions of the page.

Link to this comparison view

netbsd_install_miscellaneous [2013/01/15 16:28]
netbsd_install_miscellaneous [2013/01/15 16:28] (current)
Line 1: Line 1:
 +  * [[NetBSD Install]]
  
 +=== Linux Emulation ===
 +
 +Some programs need Linux emulation to read processes.
 +
 +<​code>​
 +mkdir -p /​emul/​linux/​proc procfs
 +mount_procfs -o linux procfs /​emul/​linux/​proc
 +</​code>​
 +
 +Add to ''/​etc/​fstab'':​
 +
 +<​code>​
 +procfs /​emul/​linux/​proc procfs ro,linux
 +</​code>​
 +
 +=== Update locate database ===
 +
 +<​code>​
 +/​usr/​libexec/​locate.updatedb
 +</​code>​