#! /bin/sh
	
. /etc/kuro_load_param
	
if [ $1 == start ];then
	insmod -f $LOADER kernel=$KERNEL initrd=$INITRD cmdline="$OPTIONS" 
fi
