Signed-off-by: Robert Nelson <robertcnelson@gmail.com>pull/22/head
parent
4b0bd5e4f0
commit
5a2dd71263
@ -0,0 +1,15 @@
|
||||
#!/bin/sh -e
|
||||
UBOOT_PART=/dev/mmcblk0p1
|
||||
|
||||
echo "flash-kernel stopped by: /etc/flash-kernel.conf"
|
||||
USE_CUSTOM_KERNEL=1
|
||||
|
||||
if [ "${USE_CUSTOM_KERNEL}" ] ; then
|
||||
distro=$(lsb_release -cs)
|
||||
|
||||
case "${distro}" in
|
||||
oneiric|precise|quantal|raring)
|
||||
FLASH_KERNEL_SKIP=yes
|
||||
;;
|
||||
esac
|
||||
fi
|
Loading…
Reference in new issue