diff --git a/tools/linux_packaging/noderun b/tools/linux_packaging/noderun index af760e32cb..f5f5ed4d7f 100644 --- a/tools/linux_packaging/noderun +++ b/tools/linux_packaging/noderun @@ -7,8 +7,6 @@ if [ x$BASE = "x" ] ; then fi if mount | grep --silent vmshare ; then - : -else sudo mount -t vboxsf vmshare $HOME/vmshare fi @@ -20,6 +18,6 @@ cd tools/linux_packaging || exit 1 ./build --public --nostrip || exit 1 file=`ls -t *.bz2 | head -1` echo "Copying $file to shared folder ..." -cp $file $HOME/vmshare || exit 1 +sudo cp $file $HOME/vmshare || exit 1 exit 0 diff --git a/tools/linux_packaging/run b/tools/linux_packaging/run index c6951e5031..58993a04f1 100644 --- a/tools/linux_packaging/run +++ b/tools/linux_packaging/run @@ -6,7 +6,7 @@ tooldir=$basedir/tools/linux_packaging u=harrison p=harrison -for VM in Build_32bit_804s ; do +for VM in Build_32bit_804s Build_64bit_804s ; do $vbm startvm $VM --type headless echo "$VM: Waiting for guest control to be available (12 seconds) ... " sleep 12