From 077dde7b279b5d7d5cd508cb56adbd375011762f Mon Sep 17 00:00:00 2001 From: fake Date: Sun, 9 May 2004 21:42:05 +0000 Subject: [PATCH] Fake / Rene Rebe: hotfix target/bootdisk/build_stage1.sh stripping too much breaks the kernel objects git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@2880 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- target/bootdisk/build_stage1.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/target/bootdisk/build_stage1.sh b/target/bootdisk/build_stage1.sh index da1faedde..06f02bf31 100644 --- a/target/bootdisk/build_stage1.sh +++ b/target/bootdisk/build_stage1.sh @@ -38,7 +38,7 @@ for x in ../2nd_stage/lib/modules/*/kernel/drivers/{scsi,net}/*.{ko,o} ; do if [ -f $x ]; then xx=${x#../2nd_stage/} mkdir -p $( dirname $xx ) ; cp $x $xx - strip $xx # --strip-debug --strip-unneeded $xx + strip --strip-debug $xx # stripping more breaks the object fi done #