Update of /cvsroot/leaf/src/bering-uclibc/buildtool/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6795

Modified Files:
        createimage.sh prepareimagefiles.sh 
Log Message:
-fixed problems caused by changed cvs checkout path
-fixed wrong path for kernel modules on iso image


Index: createimage.sh
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/buildtool/tools/createimage.sh,v
retrieving revision 1.11
retrieving revision 1.12
diff -C2 -d -r1.11 -r1.12
*** createimage.sh      2 Aug 2005 19:20:49 -0000       1.11
--- createimage.sh      20 Aug 2005 23:06:33 -0000      1.12
***************
*** 1,4 ****
  #! /bin/sh
! 
  # script to create the bering-uclibc floppy image
  # $Id$
--- 1,4 ----
  #! /bin/sh
! set -x
  # script to create the bering-uclibc floppy image
  # $Id$
***************
*** 164,170 ****
                mv $IMG ${TMPDIR}/bootdisk.ima
                cp -R $PKGDIR/* $TMPDIR
!               mkdir -p $TMPDIR/lib
!               (cd $TMPDIR/lib ; tar xvzf 
../Bering-uClibc_modules_$KVERSION.tar.gz ; rm 
../Bering-uClibc_modules_$KVERSION.tar.gz  )
!               rm $TMPDIR/lib/$KVERSION/build
                IMGNAME=$IMGPATH/Bering-uClibc-$VERSION-iso.bin
                (cd $TMPDIR ; mkisofs -v -b bootdisk.ima  -c boot.catalog -r -f 
-J -o $IMGNAME .)
--- 164,170 ----
                mv $IMG ${TMPDIR}/bootdisk.ima
                cp -R $PKGDIR/* $TMPDIR
!               mkdir -p $TMPDIR/lib/modules
!               (cd $TMPDIR/lib/modules ; tar xvzf 
../../Bering-uClibc_modules_$KVERSION.tar.gz rm 
../../Bering-uClibc_modules_$KVERSION.tar.gz )
!               rm $TMPDIR/lib/modules/$KVERSION/build
                IMGNAME=$IMGPATH/Bering-uClibc-$VERSION-iso.bin
                (cd $TMPDIR ; mkisofs -v -b bootdisk.ima  -c boot.catalog -r -f 
-J -o $IMGNAME .)

Index: prepareimagefiles.sh
===================================================================
RCS file: /cvsroot/leaf/src/bering-uclibc/buildtool/tools/prepareimagefiles.sh,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** prepareimagefiles.sh        18 Aug 2005 22:56:05 -0000      1.6
--- prepareimagefiles.sh        20 Aug 2005 23:06:34 -0000      1.7
***************
*** 84,89 ****
  
  # remove all tmp
! rm -rf leaf
! 
! 
  
--- 84,88 ----
  
  # remove all tmp
! rm -rf bin
! rm -rf devel
  



-------------------------------------------------------
SF.Net email is Sponsored by the Better Software Conference & EXPO
September 19-22, 2005 * San Francisco, CA * Development Lifecycle Practices
Agile & Plan-Driven Development * Managing Projects & Teams * Testing & QA
Security * Process Improvement & Measurement * http://www.sqe.com/bsce5sf
_______________________________________________
leaf-cvs-commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/leaf-cvs-commits

Reply via email to