git.openpandora.org
/
openembedded.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ff7435
)
angstrom omap3-mkcard.sh: fix rootfs name
author
Koen Kooi
<koen@openembedded.org>
Thu, 29 Jul 2010 08:38:25 +0000
(10:38 +0200)
committer
Koen Kooi
<koen@openembedded.org>
Thu, 29 Jul 2010 08:41:09 +0000
(10:41 +0200)
contrib/angstrom/omap3-mkcard.sh
patch
|
blob
|
history
diff --git
a/contrib/angstrom/omap3-mkcard.sh
b/contrib/angstrom/omap3-mkcard.sh
index
1cf6817
..
72dce06
100755
(executable)
--- 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