From 33b803d4afea54af5b4c02e5e167326795cc26c0 Mon Sep 17 00:00:00 2001 From: Richard Purdie Date: Sat, 8 Oct 2005 11:41:45 +0000 Subject: linux-oz-2.6: Correct kernel size error message --- packages/linux/linux-openzaurus.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/linux/linux-openzaurus.inc b/packages/linux/linux-openzaurus.inc index 68a90b290e..c4722a1fdf 100644 --- a/packages/linux/linux-openzaurus.inc +++ b/packages/linux/linux-openzaurus.inc @@ -86,7 +86,7 @@ do_compile_append() { size=`ls arch/${ARCH}/boot/${KERNEL_IMAGETYPE} -s | cut -d ' ' -f 1` if [ $size -ge 1271 ]; then rm arch/${ARCH}/boot/${KERNEL_IMAGETYPE} - die "This kernel is too big for the c7x0 and will destroy your machine if you flash it!!!" + die "This kernel is too big for your PXA Zaurus and will destroy data if you flash it. Please reduce the size of the kernel by making more of it modular." fi ;; *) -- cgit v1.2.3