Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 17 years ago
parent
commit
09b9427048
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      target/bootdisk/build_stage1.sh

+ 3
- 1
target/bootdisk/build_stage1.sh

@ -65,7 +65,9 @@ sed -i -e "s,^STAGE_2_BIG_IMAGE=\"2nd_stage.tar.gz\"$,STAGE_2_BIG_IMAGE=\"${ROCK
-e "s,^STAGE_2_SMALL_IMAGE=\"2nd_stage_small.tar.gz\"$,STAGE_2_SMALL_IMAGE=\"${ROCKCFG_SHORTID}/2nd_stage_small.tar.gz\"," \
sbin/init
libdirs="${rootdir}/lib `sed -e"s,^\(.*\),${rootdir}\1," ${rootdir}/etc/ld.so.conf | tr '\n' ' '`"
libdirs="${rootdir}/$multilib ${rootdir}/usr/$multilib \
`sed -r -e'/^[ ]*(#|$)/ d' -e"s,^(.*),${rootdir}\1," -e"s,/lib(/|$),/$multilib\1,p" \
${rootdir}/etc/ld.so.conf | uniq | tr '\n' ' '`"
needed_libs() {
local x="${1}" library

Loading…
Cancel
Save