aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2004-07-07 05:11:08 +0000
committerMike Baker <mbm@openwrt.org>2004-07-07 05:11:08 +0000
commit1fb558200e59220218d9b77755f7480d1ec77ee5 (patch)
treec57179c4ae7aae6bbbdec0e04d987520c464e198
parent4d732435f86d26a6ef4705f0c83c7941fc9f855b (diff)
downloadupstream-1fb558200e59220218d9b77755f7480d1ec77ee5.tar.gz
upstream-1fb558200e59220218d9b77755f7480d1ec77ee5.tar.bz2
upstream-1fb558200e59220218d9b77755f7480d1ec77ee5.zip
minor changes
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@74 3c298f89-4303-0410-b956-a3cf2f4a3e73
-rwxr-xr-xroot/etc/functions.sh2
-rwxr-xr-xroot/etc/preinit4
2 files changed, 3 insertions, 3 deletions
diff --git a/root/etc/functions.sh b/root/etc/functions.sh
index 21efbaf56ca..09ba6feea2a 100755
--- a/root/etc/functions.sh
+++ b/root/etc/functions.sh
@@ -1,6 +1,6 @@
#!/bin/ash
-alias debug=${DEBUG:-true}
+alias debug=${DEBUG:-:}
# allow env to override nvram
nvram_get () {
diff --git a/root/etc/preinit b/root/etc/preinit
index 25fedc1e68e..099d2dc56d8 100755
--- a/root/etc/preinit
+++ b/root/etc/preinit
@@ -4,8 +4,8 @@ insmod diag
echo 0x01 > /proc/sys/diag
sleep 1
if /sbin/resetmon ; then
- mtd unlock mtd4
- mount -t jffs2 /dev/mtdblock/4 /jffs
+ mount -t jffs2 /dev/mtdblock/4 /jffs && \
+ mtd unlock mtd4 &
pivot_root /jffs /jffs/rom
mount none /dev -t devfs
mount none /proc -t proc