X-Git-Url: https://git.sur5r.net/?p=bacula%2Frescue;a=blobdiff_plain;f=rescue%2Flinux%2Fcdrom%2Fmakebinaries;h=97b6c0639d0eaa518e2e119706be0b70ffae44d7;hp=a114dd3a97494f5b2620b9b739c777a712783e8a;hb=7186657fdff09264074e957ca29753a02d48c531;hpb=011479c80f643b8a2b068aefbd00dc39bac08430 diff --git a/rescue/linux/cdrom/makebinaries b/rescue/linux/cdrom/makebinaries index a114dd3..97b6c06 100755 --- a/rescue/linux/cdrom/makebinaries +++ b/rescue/linux/cdrom/makebinaries @@ -48,7 +48,7 @@ for file in `cat ${TMPFILE}` ; do command=`basename $file` fullfile=`which $command 2> /dev/null` if [ x$fullfile != x ] ; then - echo "updating $command in roottree with $fullfile" +# echo "updating $command in roottree with $fullfile" cp -fpd $fullfile $file if [ $? != 0 ] ; then echo "Update failed." @@ -64,6 +64,8 @@ rm -f ${TMPFILE} cd roottree/sbin ln -sf halt reboot +# Eliminate recursive link +rm -f sbin cd $TOPDIR # Copy all needed shared libraries