From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1QAJfW-0001vQ-FR for garchives@archives.gentoo.org; Thu, 14 Apr 2011 10:20:58 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2AAF61C05D; Thu, 14 Apr 2011 10:20:50 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id E8E6C1C05D for ; Thu, 14 Apr 2011 10:20:49 +0000 (UTC) Received: from pelican.gentoo.org (unknown [66.219.59.40]) (using TLSv1 with cipher ADH-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 606791B4153 for ; Thu, 14 Apr 2011 10:20:49 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by pelican.gentoo.org (Postfix) with ESMTP id 5E8B380072 for ; Thu, 14 Apr 2011 10:20:48 +0000 (UTC) From: "Raúl Porcel" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Raúl Porcel" Message-ID: <9b67dbb9f8eed045697744c2368970f6788206a8.armin76@gentoo> Subject: [gentoo-commits] proj/catalyst:master commit in: /, targets/support/ X-VCS-Repository: proj/catalyst X-VCS-Files: ChangeLog targets/support/bootloader-setup.sh X-VCS-Directories: / targets/support/ X-VCS-Committer: armin76 X-VCS-Committer-Name: Raúl Porcel X-VCS-Revision: 9b67dbb9f8eed045697744c2368970f6788206a8 Date: Thu, 14 Apr 2011 10:20:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: X-Archives-Hash: 409c246137cb81d5a1ac8f2cd0ca1985 commit: 9b67dbb9f8eed045697744c2368970f6788206a8 Author: Ra=C3=BAl Porcel gentoo org> AuthorDate: Thu Apr 14 10:20:02 2011 +0000 Commit: Ra=C3=BAl Porcel gentoo org> CommitDate: Thu Apr 14 10:20:02 2011 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/catalyst.git;= a=3Dcommit;h=3D9b67dbb9 Add gentoo-ilo option for the bootloader on ia64 --- ChangeLog | 4 ++++ targets/support/bootloader-setup.sh | 5 +++++ 2 files changed, 9 insertions(+), 0 deletions(-) diff --git a/ChangeLog b/ChangeLog index 6f9d6a5..0036fcf 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,10 @@ # Distributed under the GPL v2 # $Id$ =20 + 14 Apr 2011; Ra=C3=BAl Porcel + targets/support/bootloader-setup.sh: + Add gentoo-ilo option for the bootloader on ia64 + 10 Apr 2011; Ra=C3=BAl Porcel targets/support/chroot-functions.sh: Replace virtual/portage with sys-apps/portage, bug #358847 diff --git a/targets/support/bootloader-setup.sh b/targets/support/bootlo= ader-setup.sh index bd92eb9..ffd6794 100644 --- a/targets/support/bootloader-setup.sh +++ b/targets/support/bootloader-setup.sh @@ -235,6 +235,11 @@ case ${clst_hostarch} in echo " initrd=3D/efi/boot/${x}.igz" >> ${iacfg} echo >> ${iacfg} echo "image=3D/efi/boot/${x}" >> ${iacfg} + echo " label=3D${x}-ilo">> ${iacfg} + echo ' append=3D"'initrd=3D${x}.igz ${default_append_line}' console=3D= tty0 console=3DttyS3,9600"' >> ${iacfg} + echo " initrd=3D/efi/boot/${x}.igz" >> ${iacfg} + echo >> ${iacfg} + echo "image=3D/efi/boot/${x}" >> ${iacfg} echo " label=3D${x}-sgi">> ${iacfg} echo ' append=3D"'initrd=3D${x}.igz ${default_append_line}' console=3D= tty0 console=3DttySG0,115200"' >> ${iacfg} echo " initrd=3D/efi/boot/${x}.igz" >> ${iacfg}