aboutsummaryrefslogtreecommitdiffstats
path: root/package/base-files/files/bin
diff options
context:
space:
mode:
authorMike Baker <mbm@openwrt.org>2007-05-10 14:37:47 +0000
committerMike Baker <mbm@openwrt.org>2007-05-10 14:37:47 +0000
commit09cdbc40d05014808b9fd32db0f87075e1f7d628 (patch)
tree0d8ea6a346ce1aed9ac866ebb526f81832423ec0 /package/base-files/files/bin
parentcb3daaf7727d9164860859ffc5774f6f4aaa8c7c (diff)
downloadupstream-09cdbc40d05014808b9fd32db0f87075e1f7d628.tar.gz
upstream-09cdbc40d05014808b9fd32db0f87075e1f7d628.tar.bz2
upstream-09cdbc40d05014808b9fd32db0f87075e1f7d628.zip
unified preinit environment
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7173 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/base-files/files/bin')
-rwxr-xr-xpackage/base-files/files/bin/firstboot4
1 files changed, 0 insertions, 4 deletions
diff --git a/package/base-files/files/bin/firstboot b/package/base-files/files/bin/firstboot
index ef2ba5733b..267e6732d9 100755
--- a/package/base-files/files/bin/firstboot
+++ b/package/base-files/files/bin/firstboot
@@ -79,8 +79,6 @@ ramoverlay() {
}
[ "$1" = "switch2jffs" ] && {
- mtd erase "$partname"
-
# try to avoid fs changing while copying
mount -o remount,ro none / 2>&-
@@ -103,8 +101,6 @@ ramoverlay() {
# this will almost always fail
umount /tmp/root 2>&-
- # fs is clean
- jffs2root --clean
exit 0
}