projects
/
openwrt
/
svn-archive
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0e86fbe
)
hide stderr output of mtd in firstboot
author
Felix Fietkau
<nbd@openwrt.org>
Sat, 12 Nov 2005 00:20:07 +0000
(
00:20
+0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Sat, 12 Nov 2005 00:20:07 +0000
(
00:20
+0000)
SVN-Revision: 2443
openwrt/package/base-files/default/bin/firstboot
patch
|
blob
|
history
diff --git
a/openwrt/package/base-files/default/bin/firstboot
b/openwrt/package/base-files/default/bin/firstboot
index 0828bdabe9207f58e9d9f9f7c7cdfc0b6662c046..eff7063b1c136e55a2dd5274c9aabbd7ec321881 100755
(executable)
--- a/
openwrt/package/base-files/default/bin/firstboot
+++ b/
openwrt/package/base-files/default/bin/firstboot
@@
-17,7
+17,7
@@
jdev=$(mount | awk '/jffs2/ {print $3}')
if [ -z "$jdev" ]; then
echo -n "Creating jffs2 partition... "
- mtd erase OpenWrt >&-
+ mtd erase OpenWrt >&-
2>&-
mount -t jffs2 /dev/mtdblock/4 /jffs
echo "done"
cd /jffs