summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/etc/functions
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-10-02 01:34:29 +0200
committerDirk von Suchodoletz2006-10-02 01:34:29 +0200
commitfacd3c65f892707b94f8b3cefd6b38e41bc664ee (patch)
tree87cbd086cbe123236cbf8a2d592297b43b214cad /initramfs/initrd-stuff/etc/functions
parent* slightly changed and actived Dirk's changes from revision 419: (diff)
downloadcore-facd3c65f892707b94f8b3cefd6b38e41bc664ee.tar.gz
core-facd3c65f892707b94f8b3cefd6b38e41bc664ee.tar.xz
core-facd3c65f892707b94f8b3cefd6b38e41bc664ee.zip
TFTP prefix not really needed in stage3 (sorry for hassles! made tests
with all relevant clients) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@422 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/initrd-stuff/etc/functions')
-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 ...