From 98318ea039c39bff953c6b83010e48791ee6d286 Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sat, 6 Sep 2008 20:45:45 -0500 Subject: Rename "default-config" to "overlay" I like difficulty and then name was annoying me Signed-off-by: Aaron Griffin --- configs/default/default-config/etc/archiso/getshell | 9 --------- 1 file changed, 9 deletions(-) delete mode 100644 configs/default/default-config/etc/archiso/getshell (limited to 'configs/default/default-config/etc/archiso/getshell') diff --git a/configs/default/default-config/etc/archiso/getshell b/configs/default/default-config/etc/archiso/getshell deleted file mode 100644 index a6f8775..0000000 --- a/configs/default/default-config/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