From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 55621138879 for ; Tue, 5 Feb 2013 08:34:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D5139E0466; Tue, 5 Feb 2013 08:34:19 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6D902E0466 for ; Tue, 5 Feb 2013 08:34:19 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 6383A33DEBC for ; Tue, 5 Feb 2013 08:34:18 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D5B07E4073 for ; Tue, 5 Feb 2013 08:34:15 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1360053242.f1529e0650df35900ace9054932ff0c0f713aa95.mattst88@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: targets/support/netboot2-final.sh X-VCS-Directories: targets/support/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: f1529e0650df35900ace9054932ff0c0f713aa95 X-VCS-Branch: master Date: Tue, 5 Feb 2013 08:34:15 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 6f5e1ba9-a6cd-4560-928e-6bbf9b8537e8 X-Archives-Hash: ec4f2a1d915f7dcf1d36cd7ff0fede8d commit: f1529e0650df35900ace9054932ff0c0f713aa95 Author: Guy Martin gentoo org> AuthorDate: Tue Feb 5 08:29:19 2013 +0000 Commit: Matt Turner gmail com> CommitDate: Tue Feb 5 08:34:02 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/catalyst.git;a=commit;h=f1529e06 Add hppa support for netboot 2 target Bugzilla: https://bugs.gentoo.org/show_bug.cgi?id=455018 Reviewed-by: Matt Turner gentoo.org> --- targets/support/netboot2-final.sh | 14 +++++++++++++- 1 files changed, 13 insertions(+), 1 deletions(-) diff --git a/targets/support/netboot2-final.sh b/targets/support/netboot2-final.sh index 0a2aa78..2ee207e 100644 --- a/targets/support/netboot2-final.sh +++ b/targets/support/netboot2-final.sh @@ -29,7 +29,19 @@ case ${clst_hostarch} in sleep 0 ;; hppa) - sleep 0 + # Only one kernel should be there + kname=${clst_boot_kernel[0]} + rm -f ${clst_target_path}/${kname}-hppa.lif + + palo \ + -k ${clst_target_path}/kernels/${kname} \ + -r ${clst_target_path}/kernels/misc/${kname}.igz \ + -s ${clst_target_path}/${kname}-hppa.lif \ + -f /dev/null \ + -b /usr/share/palo/iplboot \ + -c "0/vmlinux initrd=0/ramdisk root=/dev/ram0" \ + || exit 1 + ;; sparc*) if [ "${clst_subarch}" == "sparc" ]; then