#!/bin/sh +xv TAGS=mes5 NAMER="mandriva-linux-corporate-DUAL" ./bcd.pl dual64.xml all copy noiso echo "- removing some files in the installer to get some more space" rm -vf $HOME/build_bcd/build/$NAMER-$TAGS-x86_64/x86_64/install/images/boot.iso rm -vf $HOME/build_bcd/build/$NAMER-$TAGS-x86_64/x86_64/isolinux/alt1 rm -vrf $HOME/build_bcd/build/$NAMER-$TAGS-x86_64/x86_64/install/images/alternatives rm -vrf $HOME/build_bcd/build/$NAMER-$TAGS-x86_64/x86_64/install/images/*2.6.33* sync ./bcd.pl dual64.xml resign echo "- Checking whole system space" du -sh $HOME/build_bcd/build/$NAMER-$TAGS-x86_64/x86_64 ./bcd.pl dual64.xml iso