summaryrefslogtreecommitdiffstats
path: root/arch/x86/boards/x86_generic/env/bin/init
diff options
context:
space:
mode:
Diffstat (limited to 'arch/x86/boards/x86_generic/env/bin/init')
-rw-r--r--arch/x86/boards/x86_generic/env/bin/init15
1 files changed, 0 insertions, 15 deletions
diff --git a/arch/x86/boards/x86_generic/env/bin/init b/arch/x86/boards/x86_generic/env/bin/init
deleted file mode 100644
index 2924a4449a..0000000000
--- a/arch/x86/boards/x86_generic/env/bin/init
+++ /dev/null
@@ -1,15 +0,0 @@
-#!/bin/sh
-
-PATH=/env/bin
-export PATH
-
-. /env/config
-
-echo
-echo -n "Hit any key to stop autoboot: "
-timeout -a $autoboot_timeout
-if [ $? != 0 ]; then
- exit
-fi
-
-boot