X-Git-Url: http://git.grml.org/?a=blobdiff_plain;f=config;h=e1abbca569ec874bdbc75c7041dc70a114350a48;hb=393501a913872e87da98e57e33bc3d7bba8128a6;hp=ab742c411b3a6fed7aff33abc77a09d3cb4524e8;hpb=3da5aa3e46e387154620f23fb2eaf83d8db82560;p=grml-terminalserver.git diff --git a/config b/config index ab742c4..e1abbca 100644 --- a/config +++ b/config @@ -6,48 +6,20 @@ # this is a shellscript fragment and will be sourced from both # grml-terminalserver AND grml-terminalserver-config - -# should be used if paths within the modules.dep do not refere to -# the current root (if you want to use a module dir of an other -# linux) -# if you want to use /mnt/other-linux/lib/modules then: -# MODULES_PATH_=/mnt/other-linux/lib/modules -# MODULES_PATH_ROOT_DIFF_=/mnt/other-linux -# default: -#MODULES_PATH_ROOT_DIFF_="" - -# path to the kernel modules you would want to use to create -# the initrd (basedir eg. like /lib/modules) -# default: /lib/modules -#MODULES_PATH_="" - -# `uname -r` would give it to you, or THIS config file -# default: `uname -r` -#KERNEL_VERSION_="" - # this is the path where the grml image/cdrom is placed (mounted) -# default: /cdrom +# default: /run/live/medium #MOUNT_POINT_="" -# path + name of the linux kernel you would want to boot -# default: /cdrom/boot/isolinux/linux26 -#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 -#ORIGINAL_INITRD_="" - # path + name of the memtest image -# default: /cdrom/boot/isolinux/memtest +# default: /run/live/medium/boot/addons/memtest #MEMTEST_IMAGE_="" # path to pxelinux boot message -# default: /cdrom/boot/isolinux/boot.msg +# default: /run/live/medium/boot/isolinux/boot.msg #PXE_BOOT_MSG_="" # path to pxelinux boot logo -# default: /cdrom/boot/isolinux/logo.16 +# default: /run/live/medium/boot/isolinux/logo.16 #PXE_BOOT_LOGO_="" # should the terminalserver activate snat for the clients to his default gateway?