X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fopenwrt.git;a=blobdiff_plain;f=package%2Fbase-files%2Fdefault%2Fetc%2Finit.d%2FrcS;h=fe21d0398c0fdc53ed63dce0a46f95acab3c43a4;hp=27bc34b22005fe2afd505f5acf04c161c57a658d;hb=b0a535a6de4e3122f45a2d04c8d4212357a70fd4;hpb=fbc3a4b600a5d16d0fcb54b2f13be85ea6aeb4a4 diff --git a/package/base-files/default/etc/init.d/rcS b/package/base-files/default/etc/init.d/rcS index 27bc34b220..fe21d0398c 100755 --- a/package/base-files/default/etc/init.d/rcS +++ b/package/base-files/default/etc/init.d/rcS @@ -16,11 +16,4 @@ klogd done sysctl -p >&- - - # automagically run firstboot - { mount|grep "on / type tmpfs" 1>&-; } && { - lock /tmp/.switch2jffs - firstboot switch2jffs - lock -u /tmp/.switch2jffs - } ) | logger -s -p 6 -t '' &