From e4ccccbe97646ee04d469a0c45607ec2e9a0e137 Mon Sep 17 00:00:00 2001 From: Oliver Tappe Date: Mon, 2 Oct 2006 17:47:50 +0000 Subject: * removed SLX_USE_ABSOLUTE_TFTP_PATH again, as this will be handled by slxsetup.pl (once that is implemented). After all, that option concerns the local setup, not the deployment configuration (which is the only thing dealt with in the Makefile). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@428 95ad53e4-c205-0410-b2fa-d234c58c8868 --- Makefile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Makefile b/Makefile index 3103797a..36945946 100644 --- a/Makefile +++ b/Makefile @@ -43,9 +43,6 @@ endif ifeq ($(SLX_TFTPBOOT_PATH),) SLX_TFTPBOOT_PATH = ${SLX_PUBLIC_PATH}/tftpboot endif -ifeq ($(SLX_USE_ABSOLUTE_TFTP_PATH),) - SLX_USE_ABSOLUTE_TFTP_PATH = 1 -endif ifeq ($(SLX_TEMP_PATH),) SLX_TEMP_PATH = /tmp @@ -147,7 +144,6 @@ functions via\n# inclusion: '. /etc/functions' ..." \ \nSLX_SHARE_PATH=${SLX_SHARE_PATH}\ \nSLX_TEMP_PATH=${SLX_TEMP_PATH}\ \nSLX_TFTPBOOT_PATH=${SLX_TFTPBOOT_PATH}\ -\nSLX_USE_ABSOLUTE_TFTP_PATH=${SLX_USE_ABSOLUTE_TFTP_PATH}\ \nSLX_VMWARE_PATH=${SLX_VMWARE_PATH}\n" \ > $(SLX_CONFIG_PATH)/settings.default @echo -e "# local setup for openslx (overrides settings.default)\n" \ -- cgit v1.2.3-55-g7522