added nfsd v3

This commit is contained in:
Jaroslav Kysela
2015-04-21 14:54:49 +02:00
parent 421a594ac0
commit 51d6dacf4b
15 changed files with 226 additions and 18 deletions

23
dist/README vendored
View File

@@ -6,6 +6,7 @@ This directory contains USB and flash firmware for
Update:
- check differences in /etc/config.default against /etc/sysconfig/config
- example: diff -u /etc/config.default /etc/sysconfig/config
Installation:
@@ -40,6 +41,20 @@ Customization:
- inetd.conf file is linked to /etc/sysconfig/inetd.conf
- oscam configs are in /etc/sysconfig/oscam directory
httpd:
- /media tree is exported
ftpd:
- /media tree is exported, use root/satip as login
nfsd:
- only v3 protocol is supported
- to list connected clients 'showmount'
- to list exports 'exportfs'
Minisatip config:
- you may add extra parameters to MINISATIP_OPTS= in /etc/sysconfig/config
@@ -121,6 +136,14 @@ Bugs:
History:
satip-axe-201504211434-8 - Tue Apr 21 2015
- faster boot (approx. 25 seconds from flash)
- tuners - configurable gain (0-16dB) - STV6210_BAMP in config
- enabled inetd/httpd/ftpd/nfsd by default
- added nfsd v3 support
- added ethtool
- extended debug tools for I2C bus (axe-debug, axehelper)
satip-axe-201504142137-7 - Tue Apr 14 2015
- minisatip
- allow configurable DVR read buffer (-b option)