--- bin/start.sh 2009/07/31 21:28:29 97 +++ bin/start.sh 2010/10/10 11:44:43 549 @@ -1,3 +1,10 @@ #!/bin/sh -x -exec perl -Ilib/PXElator -Ilib -Mhttpd -e httpd::start +if [ ! -z "$1" ] ; then + DEV=$1 +fi + +sudo /etc/init.d/dnsmasq stop +sudo mount iso +echo $DEV +sudo DEV=$DEV perl -Ilib/PXElator -Ilib -Mhttpd -e httpd::start