From ecb936a1ffcf72924bf09b344a8bc122ac10e218 Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Sat, 12 Nov 2005 00:23:50 +0000 Subject: [PATCH] hide stderr output of mtd in firstboot SVN-Revision: 2444 --- openwrt/package/base-files/default/bin/firstboot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openwrt/package/base-files/default/bin/firstboot b/openwrt/package/base-files/default/bin/firstboot index 0828bdabe9..eff7063b1c 100755 --- 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 -- 2.25.1