From 6f9cdf5958a8e56381d6776c95dfb3908a0f5c3e Mon Sep 17 00:00:00 2001 From: Aaron Griffin Date: Sat, 6 Sep 2008 23:54:38 -0500 Subject: Added Simo's XFCE4 config Signed-off-by: Aaron Griffin --- configs/xfce4/overlay/etc/archiso/functions | 12 ++++++++++++ configs/xfce4/overlay/etc/archiso/getshell | 9 +++++++++ 2 files changed, 21 insertions(+) create mode 100644 configs/xfce4/overlay/etc/archiso/functions create mode 100644 configs/xfce4/overlay/etc/archiso/getshell (limited to 'configs/xfce4/overlay/etc/archiso') diff --git a/configs/xfce4/overlay/etc/archiso/functions b/configs/xfce4/overlay/etc/archiso/functions new file mode 100644 index 0000000..fdd48f4 --- /dev/null +++ b/configs/xfce4/overlay/etc/archiso/functions @@ -0,0 +1,12 @@ +# vim: set ft=sh: + +cmdline_param () +{ + for param in ${CMDLINE}; do + case "${param}" in + $1=*) echo "${param##*=}"; return ;; + *) continue ;; + esac + done + [ -n "${2}" ] && echo "${2}" +} diff --git a/configs/xfce4/overlay/etc/archiso/getshell b/configs/xfce4/overlay/etc/archiso/getshell new file mode 100644 index 0000000..a6f8775 --- /dev/null +++ b/configs/xfce4/overlay/etc/archiso/getshell @@ -0,0 +1,9 @@ +#!/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-70-g09d2