From 9043bdf8e8c9ef03d6f12a506c680a25cb39fe93 Mon Sep 17 00:00:00 2001 From: Koen Kooi Date: Thu, 29 Jul 2010 10:38:25 +0200 Subject: [PATCH] angstrom omap3-mkcard.sh: fix rootfs name --- contrib/angstrom/omap3-mkcard.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/angstrom/omap3-mkcard.sh b/contrib/angstrom/omap3-mkcard.sh index 1cf681762d..72dce06cab 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 -- 2.39.5