pavement

User:Sidetone/linuxcompat

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search
Line 1: Line 1:
 
Configuration steps for enabling Linux compatibility, necessary for using Flash Player made for Linux. Work in progress, steps:
 
Configuration steps for enabling Linux compatibility, necessary for using Flash Player made for Linux. Work in progress, steps:
  
% pkg install linux_base-f10
+
For custom, non-specific linux package and up to date setups, we may be able to do without the following packages: linux_base-f10, linux_base-c6, or linux_base-gentoo-stage3
  
 +
==/etc/==
 
/etc/fstab
 
/etc/fstab
 
  linproc        /compat/linux/proc      linprocfs      rw 0 0
 
  linproc        /compat/linux/proc      linprocfs      rw 0 0
Line 11: Line 12:
 
/etc/devfs.conf
 
/etc/devfs.conf
 
  link /tmp shm
 
  link /tmp shm
 +
 +
==/compat/linux/==
 +
 +
/compat/linux/ should have at least the following sub-directories.
 +
etc/
 +
lib/
 +
proc/
 +
usr/
  
 
/compat/linux/etc/
 
/compat/linux/etc/

Revision as of 16:08, 1 March 2015

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

For custom, non-specific linux package and up to date setups, we may be able to do without the following packages: linux_base-f10, linux_base-c6, or linux_base-gentoo-stage3

/etc/

/etc/fstab

linproc         /compat/linux/proc      linprocfs       rw 0 0

/etc/rc.conf

linux_enable="YES"

/etc/devfs.conf

link /tmp shm

/compat/linux/

/compat/linux/ should have at least the following sub-directories.

etc/
lib/
proc/
usr/

/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