summaryrefslogtreecommitdiff
path: root/configs/xfce4/overlay/etc/archiso/getshell
diff options
context:
space:
mode:
authorGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2010-02-08 03:40:40 -0300
committerGerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>2010-02-08 03:45:36 -0300
commit8969c57b75f6a8f1fa09afaf01cbc7583f5d98d0 (patch)
tree2de970788f3350607d38c5db70bffe671a3c8354 /configs/xfce4/overlay/etc/archiso/getshell
parent5f0614b42f3380d4f62061ee4a61cdb4dc9fa766 (diff)
downloadarchiso32-8969c57b75f6a8f1fa09afaf01cbc7583f5d98d0.tar.xz
Delete old configs files
Split from commit 00dda7d4 from Svenstaro repo. Signed-off-by: Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar>
Diffstat (limited to 'configs/xfce4/overlay/etc/archiso/getshell')
-rw-r--r--configs/xfce4/overlay/etc/archiso/getshell9
1 files changed, 0 insertions, 9 deletions
diff --git a/configs/xfce4/overlay/etc/archiso/getshell b/configs/xfce4/overlay/etc/archiso/getshell
deleted file mode 100644
index a6f8775..0000000
--- a/configs/xfce4/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}