hide stderr output of mtd in firstboot
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 12 Nov 2005 00:23:50 +0000 (00:23 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 12 Nov 2005 00:23:50 +0000 (00:23 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2444 3c298f89-4303-0410-b956-a3cf2f4a3e73

package/base-files/default/bin/firstboot

index 0828bda..eff7063 100755 (executable)
@@ -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