diff options
Diffstat (limited to 'contrib/angstrom')
-rwxr-xr-x | 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 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 |