void-packages/srcpkgs/linux3.10-rpi/INSTALL

17 lines
403 B
Text
Raw Normal View History

case ${ACTION} in
post)
cat <<EOF
=========================================================================
To enable this kernel add the following line to /boot/config.txt:
2013-09-17 10:27:55 +00:00
kernel=kernel-${VERSION}.img
Or copy /boot/kernel-${VERSION}.img to /boot/kernel.img (do not forget to
keep a backup of current file!).
=========================================================================
EOF
;;
esac