summaryrefslogtreecommitdiffstats
path: root/initramfs
diff options
context:
space:
mode:
authorOliver Tappe2006-09-23 18:11:12 +0200
committerOliver Tappe2006-09-23 18:11:12 +0200
commite7feb71e7fe104aa13702c5c6f89069eeb004cf7 (patch)
tree587eaada7208df20381c9c6a12cd17e42a3d8d2f /initramfs
parent * initrd: fix ssh start for debian (diff)
downloadcore-e7feb71e7fe104aa13702c5c6f89069eeb004cf7.tar.gz
core-e7feb71e7fe104aa13702c5c6f89069eeb004cf7.tar.xz
core-e7feb71e7fe104aa13702c5c6f89069eeb004cf7.zip
* changed tftp-path for tgz-archive to 'client-conf' in order to match docs and slxconfig-demuxer.
git-svn-id: http://svn.openslx.org/svn/openslx/trunk@389 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs')
-rw-r--r--initramfs/initrd-stuff/etc/functions2
1 files changed, 1 insertions, 1 deletions
diff --git a/initramfs/initrd-stuff/etc/functions b/initramfs/initrd-stuff/etc/functions
index 278a502c..f52a9f41 100644
--- a/initramfs/initrd-stuff/etc/functions
+++ b/initramfs/initrd-stuff/etc/functions
@@ -403,7 +403,7 @@ if [ -n "$FILESRC" ] ; then
tftpserver=$(uri_token $FILESRC server)
tftpgetunpack $tftp $cfgfile $tftpserver
else
- cfgdir="/tftpboot/client-config/"
+ cfgdir="client-conf"
local tftpserver=$serverip
# try to get configuration files successively; start with distro client
# and try last distro default ...