pavement

User:Sidetone/linuxcompat

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search
(Created page with " % pkg install linux_base-f10 /etc/fstab linproc /compat/linux/proc linprocfs rw 0 0 /etc/rc.conf linux_enable="YES" /etc/devfs.conf link /tmp shm /c...")
 
Line 1: Line 1:
 +
Configuration steps for enabling Linux compatibility, necessary for using Flash Player made for Linux. Work in progress, steps:
 +
 
  % pkg install linux_base-f10
 
  % pkg install linux_base-f10
  

Revision as of 23:56, 28 February 2015

Configuration steps for enabling Linux compatibility, necessary for using Flash Player made for Linux. Work in progress, steps:

% pkg install linux_base-f10

/etc/fstab

linproc         /compat/linux/proc      linprocfs       rw 0 0

/etc/rc.conf

linux_enable="YES"

/etc/devfs.conf

link /tmp shm

/compat/linux/etc/

domainname	my.yp.domainname
ypserver	my.yp.server

/compat/linux/etc/nsswitch.conf

passwd:     files nis
shadow:     files nis
group:      files nis
hosts:	    files nis dns
Personal tools