summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/etc
diff options
context:
space:
mode:
Diffstat (limited to 'initramfs/initrd-stuff/etc')
-rw-r--r--initramfs/initrd-stuff/etc/functions10
1 files changed, 5 insertions, 5 deletions
diff --git a/initramfs/initrd-stuff/etc/functions b/initramfs/initrd-stuff/etc/functions
index 98d98b3c..2da1f57f 100644
--- a/initramfs/initrd-stuff/etc/functions
+++ b/initramfs/initrd-stuff/etc/functions
@@ -437,11 +437,11 @@ else
# In order to remedy, we evaluate $SLX_USE_ABSOLUTE_TFTP_PATH in order
# to find out if we should use the absolute path when accessing files
# via tftp:
- if [ "${SLX_USE_ABSOLUTE_TFTP_PATH}" -ge 1 ]; then
- cfgdir="${SLX_TFTPBOOT_PATH}/client-config"
- else
- cfgdir="client-config"
- fi
+ #if [ "${SLX_USE_ABSOLUTE_TFTP_PATH}" -ge 1 ]; then
+ # local cfgdir="${SLX_TFTPBOOT_PATH}/client-config"
+ #else
+ local cfgdir="client-config"
+ #fi
local tftpserver=$serverip
# try to get configuration files successively; start with distro client
# and try last distro default ...