summaryrefslogtreecommitdiffstats
path: root/initramfs/stage3-stuff/etc/functions
diff options
context:
space:
mode:
authorDirk von Suchodoletz2008-09-16 22:35:11 +0200
committerDirk von Suchodoletz2008-09-16 22:35:11 +0200
commit790a97f8556c016be85e0321cb80306312bdc5c6 (patch)
treeb269dd91fd44b5c828782cac626b8e9009155939 /initramfs/stage3-stuff/etc/functions
parentPath info for offered X sessions is to be set in gdm config. (diff)
downloadcore-790a97f8556c016be85e0321cb80306312bdc5c6.tar.gz
core-790a97f8556c016be85e0321cb80306312bdc5c6.tar.xz
core-790a97f8556c016be85e0321cb80306312bdc5c6.zip
Be more verbose where the ConfTGZ config came from.
git-svn-id: http://svn.openslx.org/svn/openslx/openslx/trunk@2232 95ad53e4-c205-0410-b2fa-d234c58c8868
Diffstat (limited to 'initramfs/stage3-stuff/etc/functions')
-rw-r--r--initramfs/stage3-stuff/etc/functions5
1 files changed, 3 insertions, 2 deletions
diff --git a/initramfs/stage3-stuff/etc/functions b/initramfs/stage3-stuff/etc/functions
index dfbf8d96..5b7b511e 100644
--- a/initramfs/stage3-stuff/etc/functions
+++ b/initramfs/stage3-stuff/etc/functions
@@ -326,8 +326,6 @@ else
$filepath, fileserv:$fileserv" >>$LOGFILE
# try to get configuration files successively; start with distro client
# and try last distro default ...
- echo -e "\n## Configuration via later fileget: Hierarchy is distro client \
-and as last\n# distro/default" >>/tmp/confviafile
mac=$(echo $macaddr|sed "s/:/-/g")
for cfgfile in ${filepath}/${SYSTEM_NAME}/01-$mac.tgz \
${filepath}/${SYSTEM_NAME}/default.tgz ; do
@@ -342,6 +340,9 @@ and as last\n# distro/default" >>/tmp/confviafile
;;
esac
done
+ echo -e "\n## Configuration via fileget from ${fileprot}://${fileserv}/\
+${cfgfile}\n# Hierarchy is distro client and as last\n# distro/default" \
+ >>/tmp/confviafile
fi
cat /initramfs/machine-setup >>/tmp/confviafile
echo "fileget via $fileprot from $fileserv/$cfgfile finished" >/tmp/file-done