NetInstall method

I am installing Ubuntu on to beagleboard-xM. I am following NetInstall method.

I followed the following steps:

I am installing Ubuntu on to beagleboard-xM. I am following NetInstall
method.

I followed the following steps:

-------------------------------------------------

git clone git://github.com/RobertCNelson/netinstall.git
cd netinstall
sudo ./mk_mmc.sh --mmc /dev/sda --uboot <beagle_xm> --distro oneiric (11.10)

--mmc /dev/sda (Is that really safe on your system, for 99% of systems
it is not..)

--uboot <beagle_xm> (it's --u-boot beagle_xm)

--distro oneiric (11.10) (it's: --distro oneiric)

--------------------------------------------------

I am facing the following error after the 3rd command:

--------------------------------------------------
bash: syntax error near unexpected token `('
-------------------------------------------------

Please help me out..

Distro/Version/etc?

Regards,

I am installing Ubuntu on to beagleboard-xM. I am following NetInstall
method.

I followed the following steps:

-------------------------------------------------

git clone git://github.com/RobertCNelson/netinstall.git
cd netinstall
sudo ./mk_mmc.sh --mmc /dev/sda --uboot <beagle_xm> --distro oneiric (11.10)

--mmc /dev/sda (Is that really safe on your system, for 99% of systems
it is not..)

--uboot <beagle_xm> (it's --u-boot beagle_xm)

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^--uboot (no -).. my bad..