summaryrefslogtreecommitdiff
path: root/overlay/etc/archiso/getshell
diff options
context:
space:
mode:
Diffstat (limited to 'overlay/etc/archiso/getshell')
-rw-r--r--overlay/etc/archiso/getshell9
1 files changed, 0 insertions, 9 deletions
diff --git a/overlay/etc/archiso/getshell b/overlay/etc/archiso/getshell
deleted file mode 100644
index a6f8775..0000000
--- a/overlay/etc/archiso/getshell
+++ /dev/null
@@ -1,9 +0,0 @@
-#!/bin/sh
-
-. /etc/archiso/functions
-
-shell="$(cmdline_param shell)"
-[ -n "${shell}" ] && shell="/bin/bash"
-[ ! -e "${shell}" ] && shell="/bin/sh"
-
-exec ${shell}