From 790a97f8556c016be85e0321cb80306312bdc5c6 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Tue, 16 Sep 2008 20:35:11 +0000 Subject: 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 --- initramfs/stage3-stuff/etc/functions | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'initramfs/stage3-stuff/etc/functions') 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 -- cgit v1.2.3-55-g7522