From 8969c57b75f6a8f1fa09afaf01cbc7583f5d98d0 Mon Sep 17 00:00:00 2001 From: Gerardo Exequiel Pozzi Date: Mon, 8 Feb 2010 03:40:40 -0300 Subject: Delete old configs files Split from commit 00dda7d4 from Svenstaro repo. Signed-off-by: Gerardo Exequiel Pozzi --- configs/install-iso/overlay/etc/archiso/getshell | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 configs/install-iso/overlay/etc/archiso/getshell (limited to 'configs/install-iso/overlay/etc/archiso/getshell') diff --git a/configs/install-iso/overlay/etc/archiso/getshell b/configs/install-iso/overlay/etc/archiso/getshell deleted file mode 100644 index a6f8775..0000000 --- a/configs/install-iso/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} -- cgit v1.2.3-54-g00ecf