summaryrefslogtreecommitdiffstats
path: root/initramfs
diff options
context:
space:
mode:
authorDirk von Suchodoletz2007-03-20 21:06:02 +0100
committerDirk von Suchodoletz2007-03-20 21:06:02 +0100
commita41c415ad65e7256533a36f6266e4efe061fc962 (patch)
treeb24a69505d9d00630608bef6a73b4262d89dbcd0 /initramfs
parentFix for mkdxsinitrd (skip strip) ... (diff)
downloadcore-a41c415ad65e7256533a36f6266e4efe061fc962.tar.gz
core-a41c415ad65e7256533a36f6266e4efe061fc962.tar.xz
core-a41c415ad65e7256533a36f6266e4efe061fc962.zip
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
Diffstat (limited to 'initramfs')
-rw-r--r--initramfs/initrd-stuff/etc/functions2
-rwxr-xr-xinitramfs/slxmkramfs3
2 files changed, 1 insertions, 4 deletions
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
diff --git a/initramfs/slxmkramfs b/initramfs/slxmkramfs
index 4c79a944..e07b186f 100755
--- a/initramfs/slxmkramfs
+++ b/initramfs/slxmkramfs
@@ -696,9 +696,6 @@ for cfg in default/initramfs/preinit.local \
cp ${SLX_PRIVATE_PATH}/config/$cfg ${INSTDIR}/bin
done
-# remove unneeded debug info, fixme not really tested yet
-strip ${INSTDIR}/bin/* ${INSTDIR}/lib/* &>/dev/null
-
#########################################################################
# End of file copy procedures