Home | History | Annotate | Download | only in conf

Lines Matching refs:kernel

7 kernel=$kerneldir/netbsd-RPI_INSTALL.img
49 kernel=/kernel.img
55 if [ ! -f ${kernel} ]; then
56 echo ${PROG}: Missing ${kernel} 1>&2
60 echo "${bar} installing kernel ${bar}"
61 case ${kernel} in
63 echo " ${kernel} uncompressed to kernel.img"
64 ${GZIP_CMD} -dc ${kernel} > ${mnt}/boot/kernel.img
67 echo " ${kernel} copied"
68 cp ${kernel} ${mnt}/boot/kernel.img
70 esac || fail "copy of ${kernel} to ${mnt}/boot/kernel.img failed"