preinit: move cmdline failsafe= handling ot the generic code
[openwrt/svn-archive/archive.git] / target / linux / x86 / olpc / base-files / lib / preinit / 45_failsafe_x86
diff --git a/target/linux/x86/olpc/base-files/lib/preinit/45_failsafe_x86 b/target/linux/x86/olpc/base-files/lib/preinit/45_failsafe_x86
deleted file mode 100644 (file)
index dd7330d..0000000
+++ /dev/null
@@ -1,14 +0,0 @@
-#!/bin/sh
-# Copyright (C) 2006-2010 OpenWrt.org
-# Copyright (C) 2010 Vertical Communications
-
-failsafe_wait() {
-    FAILSAFE=
-    grep -q 'failsafe=' /proc/cmdline && FAILSAFE=true && export FAILSAFE
-    if [ "$FAILSAFE" != "true" ]; then
-        preinit_net_echo "Please press button now to enter failsafe"
-        echo -n "Press "
-        fs_wait_for_key f 'to enter failsafe mode' $fs_failsafe_wait_timeout && FAILSAFE=true && export FAILSAFE
-    fi
-}
-