summaryrefslogtreecommitdiff
blob: 29743006943304092ee96b16f31f3992731f423f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
# /etc/conf.d/vdr.osdteletext
# $Id$

# ################################################
#
# for minimal activity on your Harddisc
# store the vtx files in a temp filesystem
#	allowed values: yes no
#	default: yes
#OSDTELETEXT_TMPFS=yes


# #########  Expert Functions  ###################
#
# set the size of the videotext store
# (when using TMPFS this is taken from RAM)
# 	allowed values: size in megabyte
#	default: 20	# used 20 Mb for videotext
#OSDTELETEXT_SIZE=20

# set the dir of the tmpfs
#	allowed values: directory names
#	default: /var/cache/vdr/osdteletext
#OSDTELETEXT_DIR=/var/cache/vdr/osdteletext

# store top text pages at cache. (unviewable pages)
#	allowed values: yes no
#	default: no
#OSDTELETEXT_STORETOPTEXT=no

# ########  NOTE! ################################
#
# User with an old install have an entry like
#
# tmpfs          /vtx        tmpfs       size=20M        0 0
#
# in the /etc/fstab
# you can remove the entry, not needed anymore.