make dnsmasq init script non-blocking
[openwrt.git] / openwrt / target / default / target_skeleton / bin / firstboot
index 2e7481d..cef258c 100755 (executable)
@@ -1,6 +1,11 @@
 #!/bin/sh
 # $Id$
 
+mount | grep squashfs >&- || {
+       echo "You do not have a squashfs partition; aborting"
+       echo "(firstboot cannot be run on jffs2 based firmwares)"
+       return
+}
 
 [ -f "/tmp/.firstboot" ] && {
        echo "firstboot is already running"
This page took 0.028516 seconds and 4 git commands to generate.