From a41c415ad65e7256533a36f6266e4efe061fc962 Mon Sep 17 00:00:00 2001 From: Dirk von Suchodoletz Date: Tue, 20 Mar 2007 20:06:02 +0000 Subject: Removed "strip" for slxmkramfs too, small fix for message output ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@788 95ad53e4-c205-0410-b2fa-d234c58c8868 --- initramfs/initrd-stuff/etc/functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'initramfs/initrd-stuff') diff --git a/initramfs/initrd-stuff/etc/functions b/initramfs/initrd-stuff/etc/functions index 271f050b..a16078f7 100644 --- a/initramfs/initrd-stuff/etc/functions +++ b/initramfs/initrd-stuff/etc/functions @@ -148,7 +148,7 @@ fi ############################################################################# # (re)generate dynamic linked libraries cache from /etc/ld.so.conf ldcfg () { -[ -z "${noldsc}" ] && echo "$init_ldcfg" && ldconfig /tmp/ld.so.cache & +[ -z "${noldsc}" ] && echo -e "$init_ldcfg" && ldconfig /tmp/ld.so.cache & } ############################################################################# # URI interpreter $1 variable to interprete, $2 type of token to return -- cgit v1.2.3-55-g7522