From: <bl...@us...> - 2003-10-22 12:22:35
|
Update of /cvsroot/devil-linux/build/scripts/scripts In directory sc8-pr-cvs1:/tmp/cvs-serv18522/build/scripts/scripts Modified Files: custom-cd Log Message: fixed custom-cd script abort Index: custom-cd =================================================================== RCS file: /cvsroot/devil-linux/build/scripts/scripts/custom-cd,v retrieving revision 1.2 retrieving revision 1.3 diff -u -d -r1.2 -r1.3 --- custom-cd 2 Sep 2003 23:52:24 -0000 1.2 +++ custom-cd 21 Oct 2003 13:13:11 -0000 1.3 @@ -40,10 +40,10 @@ # Default location of old ISO image or CD device. #INPUT=/dev/cdrom -INPUT=./tmp/bootcd.iso +INPUT=./bootcd.iso # Default ISO file to be created -ISO=./tmp/bootcdnew.iso +ISO=./bootcdnew.iso # Were to mount CD/ISO MP="/mnt/devil" @@ -111,7 +111,7 @@ DL_VERSION=$(cat $MP/DEVIL-LINUX) cp -a $MP/* $TEMP -rm -f $TEMP/boot/boot.cat +rm -fr $TEMP/boot/boot.cat $TEMP/rr_moved cp -a $NEW/* $TEMP mkisofs -b boot/isolinux.bin -c boot/boot.cat \ @@ -119,8 +119,8 @@ -o $ISO \ -J -l -L -R \ -p "he...@de..." \ - -P "Devil Linux Developer Team" \ - -A "Devil-Linux v$DL_VERSION" \ + -P "Devil Linux Custom CD" \ + -A "Devil-Linux cv$DL_VERSION" \ -iso-level 2 \ -quiet $TEMP |