diff --git a/scripts/flash-kernel.conf b/scripts/flash-kernel.conf index 9fc7d23..feba1f0 100644 --- a/scripts/flash-kernel.conf +++ b/scripts/flash-kernel.conf @@ -23,6 +23,9 @@ case "$DIST" in oneiric) FLASH_KERNEL_SKIP=yes ;; + precise) + FLASH_KERNEL_SKIP=yes + ;; esac fi