void-packages/srcpkgs/linux3.10-rpi/INSTALL
2013-09-17 12:27:55 +02:00

17 lines
403 B
Plaintext

case ${ACTION} in
post)
cat <<EOF
=========================================================================
To enable this kernel add the following line to /boot/config.txt:
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