summaryrefslogtreecommitdiff
path: root/packages/altboot/files/altboot-menu/99-ownScripts-example
diff options
context:
space:
mode:
Diffstat (limited to 'packages/altboot/files/altboot-menu/99-ownScripts-example')
-rw-r--r--packages/altboot/files/altboot-menu/99-ownScripts-example8
1 files changed, 0 insertions, 8 deletions
diff --git a/packages/altboot/files/altboot-menu/99-ownScripts-example b/packages/altboot/files/altboot-menu/99-ownScripts-example
index b1b444f2d1..7566416b87 100644
--- a/packages/altboot/files/altboot-menu/99-ownScripts-example
+++ b/packages/altboot/files/altboot-menu/99-ownScripts-example
@@ -20,14 +20,6 @@ exit 0
# The "title" parameter is implemented at the end of this script so it will never be reached
# and the script will simply be ignored by altboot.
-
-# The die() function aborts the boot if something goes wrong and sets STDIN / STDERR / STDOUT
-# correctly.
-die() {
- echo "ERROR: $1" >/dev/tty0
- exec $SH_SHELL </dev/tty0 >/dev/tty0 2>&1
-}
-
# This function is activated by init.altboot by calling this script with the "run" option
run_module() {