ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/mports/trunk/emulators/linux_base-c6/pkg-message
Revision: 24974
Committed: Wed Feb 13 02:47:00 2019 UTC (5 years, 2 months ago) by laffer1
Content type: text/plain
File size: 381 byte(s)
Log Message:
update linux emulation ports in emulators

File Contents

# Content
1 Some programs need linprocfs mounted on /compat/linux/proc. Add the
2 following line to /etc/fstab:
3
4 linprocfs /compat/linux/proc linprocfs rw 0 0
5
6 Then run "mount /compat/linux/proc".
7
8 Some programs need tmpfs mounted on /compat/linux/dev/shm. Add the
9 following line to /etc/fstab:
10
11 tmpfs /compat/linux/dev/shm tmpfs rw,mode=1777 0 0
12
13 Then run "mount /compat/linux/dev/shm".

Properties

Name Value
svn:eol-style native
svn:mime-type text/plain