Release new version 0.105.0
[grml-terminalserver.git] / config
1 # attention you have to really know what you are doing
2 # this options are for debugging purpuose only (to test
3 # grml-terminalserver on plain debian sid) or to run the
4 # grml-terminalserver on a grml hd install.
5 #
6 # this is a shellscript fragment and will be sourced from both
7 # grml-terminalserver AND grml-terminalserver-config
8
9 # this is the path where the grml image/cdrom is placed (mounted)
10 # default: /run/live/medium
11 #MOUNT_POINT_=""
12
13 # path + name of the memtest image
14 # default: /run/live/medium/boot/addons/memtest
15 #MEMTEST_IMAGE_=""
16
17 # path to pxelinux boot message
18 # default: /run/live/medium/boot/isolinux/boot.msg
19 #PXE_BOOT_MSG_=""
20
21 # path to pxelinux boot logo
22 # default: /run/live/medium/boot/isolinux/logo.16
23 #PXE_BOOT_LOGO_=""
24
25 # should the terminalserver activate snat for the clients to his default gateway?
26 # default: true
27 #IPTABLES_SNAT_=""