git-svn-id: http://phraktured.net/archiso@7 00a9fe69-e71b-0410-bb23-df0e5024db41
This commit is contained in:
parent
7e3a0aab54
commit
5c56aefa6b
8 changed files with 38 additions and 20 deletions
|
@ -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...
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue