From 3a7ddd867b5c996199817d0c065ca08d545a95db Mon Sep 17 00:00:00 2001 From: Andrew Bradford Date: Thu, 2 Aug 2012 13:06:17 -0400 Subject: [PATCH] Update instructions to match repo name Was "netinstall-omap" but now "netinstall". Signed-off-by: Andrew Bradford --- INSTALL.Debian | 4 ++-- README | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/INSTALL.Debian b/INSTALL.Debian index 94a9964..e4e05bf 100644 --- a/INSTALL.Debian +++ b/INSTALL.Debian @@ -6,11 +6,11 @@ Debian Squeeze. If you haven't yet downlaoded the git repo which holds the necessary software, you can do that this way; -$ git clone git://github.com/RobertCNelson/netinstall-omap.git +$ git clone git://github.com/RobertCNelson/netinstall.git Then change to the directory you have just cloned; -$ cd netinstall-omap +$ cd netinstall The following command is an example of what you have to do to install the correct distro onto the SD card; diff --git a/README b/README index 49b5427..f7f0461 100644 --- a/README +++ b/README @@ -1,5 +1,5 @@ -git clone git://github.com/RobertCNelson/netinstall-omap.git -cd netinstall-omap +git clone git://github.com/RobertCNelson/netinstall.git +cd netinstall sudo ./mk_mmc.sh --mmc /dev/sdX --uboot --distro --firmware Bugs email: "bugs at rcn-ee.com"