Home | History | Annotate | Download | only in conf

Lines Matching refs:mnt

25 	cat >> ${mnt}/etc/rc.conf << EOF
34 cp ${release}/etc/rc.local ${mnt}/etc/rc.local
35 cat >> ${mnt}/etc/rc.local << EOF
51 cat > ${mnt}/boot/cmdline.txt << EOF
57 cat > ${mnt}/boot/config.txt << EOF
89 gzip -dc ${kernel} > ${mnt}/boot/kernel.img
92 cp ${kernel} ${mnt}/boot/kernel.img
94 esac || fail "copy of ${kernel} to ${mnt}/boot/kernel.img failed"
99 gzip -dc ${rpi2_kernel} > ${mnt}/boot/kernel7.img
102 cp ${rpi2_kernel} ${mnt}/boot/kernel7.img
104 esac || fail "Copy of ${rpi2_kernel} to ${mnt}/boot/kernel7.img failed"
113 ${GZIP_CMD} -dc "${k}" > "${mnt}/boot/${tgt}"
116 cp "${k}" "${mnt}/boot/${tgt}"
122 (cd ${mnt}/boot &&
127 ) || fail "Copy of firmware into ${mnt}/boot failed"