summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/etc/functions
diff options
context:
space:
mode:
authorDirk von Suchodoletz2006-10-01 19:48:45 +0200
committerDirk von Suchodoletz2006-10-01 19:48:45 +0200
commit16a62704a825816726d3c8f38a2d57d230360d79 (patch)
treedd9f7ff0835685893c13970912f2b8a65bb7ac5f /initramfs/initrd-stuff/etc/functions
parent* added support for new cmdline option '--use-absolute-tftp-path' which causes (diff)
downloadcore-16a62704a825816726d3c8f38a2d57d230360d79.tar.gz
core-16a62704a825816726d3c8f38a2d57d230360d79.tar.xz
core-16a62704a825816726d3c8f38a2d57d230360d79.zip
Suggestion how to pass SLX_CONFIG_PATH info (via slxmkramfs,
mkdxsinitrd - "make install" setup has to replace a variable in both files), minor fixes and additions ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@419 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/initrd-stuff/etc/functions')
-rw-r--r--initramfs/initrd-stuff/etc/functions1
1 files changed, 1 insertions, 0 deletions
diff --git a/initramfs/initrd-stuff/etc/functions b/initramfs/initrd-stuff/etc/functions
index 7f7f552d..a85b502e 100644
--- a/initramfs/initrd-stuff/etc/functions
+++ b/initramfs/initrd-stuff/etc/functions
@@ -436,6 +436,7 @@ else
# fixme!!!! just use the relative path from that here:
# the variable is nowhere to be seen, so it cannot be used here!?!?
cfgdir="/tftpboot/client-conf"
+ # cfgdir="${SLX_TFTPBOOT_PATH}" # future setting
local tftpserver=$serverip
# try to get configuration files successively; start with distro client
# and try last distro default ...