X-Git-Url: http://git.grml.org/?p=grml-terminalserver.git;a=blobdiff_plain;f=config;h=ea8685064fb710f76d8ee3f3011ac5de0c8a1f18;hp=a2c6d51d18075b329556567b51747326ab40b9cd;hb=8622b9d4a96f463591d49e885a9fbcc8e0030b92;hpb=0696e9c985b9324d559845aa67642c7dcb020d54 diff --git a/config b/config index a2c6d51..ea86850 100644 --- a/config +++ b/config @@ -26,26 +26,30 @@ #KERNEL_VERSION_="" # this is the path where the grml image/cdrom is placed (mounted) -# default: /cdrom +# default: /live/image #MOUNT_POINT_="" # path + name of the linux kernel you would want to boot -# default: /cdrom/boot/isolinux/linux26 +# default: /live/image/boot/$GRML_NAME/vmlinuz #KERNEL_IMAGE_="" # this is the initrd the grml-terminalserver-config edits # if the file is not found, default will be used -# default: /cdrom/boot/isolinux/minirt26.gz +# default: /live/image/boot/$GRML_NAME/initrd.img #ORIGINAL_INITRD_="" # path + name of the memtest image -# default: /cdrom/boot/isolinux/memtest +# default: /live/image/boot/addons/memtest #MEMTEST_IMAGE_="" # path to pxelinux boot message -# default: /cdrom/boot/isolinux/boot.msg +# default: /live/image/boot/isolinux/boot.msg #PXE_BOOT_MSG_="" # path to pxelinux boot logo -# default: /cdrom/boot/isolinux/logo.16 +# default: /live/image/boot/isolinux/logo.16 #PXE_BOOT_LOGO_="" + +# should the terminalserver activate snat for the clients to his default gateway? +# default: true +#IPTABLES_SNAT_=""