[oe-commits] Koen Kooi : angstrom omap3-mkcard.sh: fix rootfs name

git version control git at git.openembedded.org
Thu Jul 29 08:41:24 UTC 2010


Module: openembedded.git
Branch: org.openembedded.dev
Commit: 9043bdf8e8c9ef03d6f12a506c680a25cb39fe93
URL:    http://gitweb.openembedded.net/?p=openembedded.git&a=commit;h=9043bdf8e8c9ef03d6f12a506c680a25cb39fe93

Author: Koen Kooi <koen at openembedded.org>
Date:   Thu Jul 29 10:38:25 2010 +0200

angstrom omap3-mkcard.sh: fix rootfs name

---

 contrib/angstrom/omap3-mkcard.sh |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/contrib/angstrom/omap3-mkcard.sh b/contrib/angstrom/omap3-mkcard.sh
index 1cf6817..72dce06 100755
--- a/contrib/angstrom/omap3-mkcard.sh
+++ b/contrib/angstrom/omap3-mkcard.sh
@@ -46,11 +46,11 @@ fi
 
 if [ -b ${DRIVE}2 ]; then
 	umount ${DRIVE}2
-	mke2fs -j -L "rootfs" ${DRIVE}2
+	mke2fs -j -L "Angstrom" ${DRIVE}2
 else
 	if [ -b ${DRIVE}p2 ]; then
 		umount ${DRIVE}p2
-		mke2fs -j -L "rootfs" ${DRIVE}p2
+		mke2fs -j -L "Angstrom" ${DRIVE}p2
 	else
 		echo "Cant find rootfs partition in /dev"
 	fi





More information about the Openembedded-commits mailing list