Iterate over /var/lib/dhcp* directories for touch command.
[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
10 # should be used if paths within the modules.dep do not refere to
11 # the current root (if you want to use a module dir of an other
12 # linux)
13 # if you want to use /mnt/other-linux/lib/modules then:
14 #   MODULES_PATH_=/mnt/other-linux/lib/modules
15 #   MODULES_PATH_ROOT_DIFF_=/mnt/other-linux
16 # default: <none>
17 #MODULES_PATH_ROOT_DIFF_=""
18
19 # path to the kernel modules you would want to use to create
20 # the initrd (basedir eg. like /lib/modules)
21 # default: /lib/modules
22 #MODULES_PATH_=""
23
24 # `uname -r` would give it to you, or THIS config file
25 # default: `uname -r`
26 #KERNEL_VERSION_=""
27
28 # this is the path where the grml image/cdrom is placed (mounted)
29 # default: /cdrom
30 #MOUNT_POINT_=""
31
32 # path + name of the linux kernel you would want to boot
33 # default: /cdrom/boot/isolinux/linux26
34 #KERNEL_IMAGE_=""
35
36 # this is the initrd the grml-terminalserver-config edits
37 # if the file is not found, default will be used
38 # default: /cdrom/boot/isolinux/minirt26.gz
39 #ORIGINAL_INITRD_=""
40
41 # path + name of the memtest image
42 # default: /cdrom/boot/isolinux/memtest
43 #MEMTEST_IMAGE_=""
44
45 # path to pxelinux boot message
46 # default: /cdrom/boot/isolinux/boot.msg
47 #PXE_BOOT_MSG_=""
48
49 # path to pxelinux boot logo
50 # default: /cdrom/boot/isolinux/logo.16
51 #PXE_BOOT_LOGO_=""
52
53 # should the terminalserver activate snat for the clients to his default gateway?
54 # default: true
55 #IPTABLES_SNAT_=""