From 86839ae8bc7ad59961a7a3439a8d50361cf24915 Mon Sep 17 00:00:00 2001 From: Jani Monoses Date: Wed, 26 Jan 2011 13:26:34 +0200 Subject: [PATCH] Do not run flash-kernel for armel builds, it breaks the script when there's no boot partition to update --- livecd.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/livecd.sh b/livecd.sh index 54284d26..5ebd2855 100755 --- a/livecd.sh +++ b/livecd.sh @@ -421,6 +421,8 @@ link_in_boot = $link_in_boot powerpc) LIST="$LIST linux-powerpc linux-powerpc64-smp";; sparc*) LIST="$LIST linux-sparc64";; armel) + #inhibit running of flash-kernel for armel + export FLASH_KERNEL_SKIP=1 case "$SUBARCH" in imx51) LIST="$LIST linux-imx51"