index : archiso32 | |
Archlinux32 iso tools | gitolite user |
summaryrefslogtreecommitdiff |
author | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-02-08 03:40:40 -0300 |
---|---|---|
committer | Gerardo Exequiel Pozzi <vmlinuz386@yahoo.com.ar> | 2010-02-08 03:45:36 -0300 |
commit | 8969c57b75f6a8f1fa09afaf01cbc7583f5d98d0 (patch) | |
tree | 2de970788f3350607d38c5db70bffe671a3c8354 /configs/xfce4/overlay/etc/archiso/functions | |
parent | 5f0614b42f3380d4f62061ee4a61cdb4dc9fa766 (diff) |
-rw-r--r-- | configs/xfce4/overlay/etc/archiso/functions | 12 |
diff --git a/configs/xfce4/overlay/etc/archiso/functions b/configs/xfce4/overlay/etc/archiso/functions deleted file mode 100644 index fdd48f4..0000000 --- a/configs/xfce4/overlay/etc/archiso/functions +++ /dev/null @@ -1,12 +0,0 @@ -# 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}" -} |