git-svn-id: http://phraktured.net/archiso@7 00a9fe69-e71b-0410-bb23-df0e5024db41

This commit is contained in:
Aaron Griffin 2006-09-12 15:42:58 +00:00
parent 7e3a0aab54
commit 5c56aefa6b
8 changed files with 38 additions and 20 deletions

View file

@ -1,13 +1,4 @@
# vim: set ft=sh:
cmdline_param ()
{
while param do;
case "${param}" in
$1=*) echo "${param##*=}"; break ;;
*) continue ;;
esac
done < read /proc/cmdline
}
. /etc/rc.conf
. /etc/rc.d/functions
. /etc/archiso/functions # above goes in this file...