From fc83898b009ec653be6918a702750cfb3c656b94 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ra=C3=BAl=20Porcel?= Date: Sat, 11 Sep 2010 18:05:39 +0000 Subject: [PATCH] Fix sparc bug, gentoo bug 297231 --- ChangeLog | 4 ++++ targets/support/netboot2-final.sh | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 834aa911..827eaa0b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,10 @@ # Distributed under the GPL v2 # $Id$ + 11 Sep 2010; Raúl Porcel + targets/support/netboot2-final.sh: + Fix sparc bug, gentoo bug 297231 + 05 Sep 2010; Raúl Porcel AUTHORS, catalyst: Update copyrights, add me to AUTHORS diff --git a/targets/support/netboot2-final.sh b/targets/support/netboot2-final.sh index 08f6e7b1..2dbce72f 100644 --- a/targets/support/netboot2-final.sh +++ b/targets/support/netboot2-final.sh @@ -32,7 +32,7 @@ case ${clst_hostarch} in sleep 0 ;; sparc*) - if [ "${clst_hostarch}" == "sparc" ]; then + if [ "${clst_subarch}" == "sparc" ]; then piggyback=piggyback else piggyback=piggyback64 -- 2.26.2