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
commit4a41439c46022840555c3c16c30324b5760c07e2 (patch)
tree4724b34dc713936c9d20d3d93dc5778a4e849db3 /package/base-files/files/bin
parent862103b0398c9cf0b5ba1d1a58d8a81bbe3d4452 (diff)
downloadupstream-4a41439c46022840555c3c16c30324b5760c07e2.tar.gz
upstream-4a41439c46022840555c3c16c30324b5760c07e2.tar.bz2
upstream-4a41439c46022840555c3c16c30324b5760c07e2.zip
unified preinit environment
SVN-Revision: 7173
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
}