no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | netbsd_install_miscellaneous [2013/01/15 23:28] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | * [[NetBSD Install]] | ||
+ | === Linux Emulation === | ||
+ | |||
+ | Some programs need Linux emulation to read processes. | ||
+ | |||
+ | < | ||
+ | mkdir -p / | ||
+ | mount_procfs -o linux procfs / | ||
+ | </ | ||
+ | |||
+ | Add to ''/ | ||
+ | |||
+ | < | ||
+ | procfs / | ||
+ | </ | ||
+ | |||
+ | === Update locate database === | ||
+ | |||
+ | < | ||
+ | / | ||
+ | </ |