From 9b67dbb9f8eed045697744c2368970f6788206a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Ra=C3=BAl=20Porcel?= Date: Thu, 14 Apr 2011 10:20:02 +0000 Subject: [PATCH] Add gentoo-ilo option for the bootloader on ia64 --- ChangeLog | 4 ++++ targets/support/bootloader-setup.sh | 5 +++++ 2 files changed, 9 insertions(+) diff --git a/ChangeLog b/ChangeLog index 6f9d6a5a..0036fcfd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -3,6 +3,10 @@ # Distributed under the GPL v2 # $Id$ + 14 Apr 2011; Raúl Porcel + targets/support/bootloader-setup.sh: + Add gentoo-ilo option for the bootloader on ia64 + 10 Apr 2011; Raúl 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/bootloader-setup.sh index bd92eb92..ffd6794f 100644 --- a/targets/support/bootloader-setup.sh +++ b/targets/support/bootloader-setup.sh @@ -235,6 +235,11 @@ case ${clst_hostarch} in echo " initrd=/efi/boot/${x}.igz" >> ${iacfg} echo >> ${iacfg} echo "image=/efi/boot/${x}" >> ${iacfg} + echo " label=${x}-ilo">> ${iacfg} + echo ' append="'initrd=${x}.igz ${default_append_line}' console=tty0 console=ttyS3,9600"' >> ${iacfg} + echo " initrd=/efi/boot/${x}.igz" >> ${iacfg} + echo >> ${iacfg} + echo "image=/efi/boot/${x}" >> ${iacfg} echo " label=${x}-sgi">> ${iacfg} echo ' append="'initrd=${x}.igz ${default_append_line}' console=tty0 console=ttySG0,115200"' >> ${iacfg} echo " initrd=/efi/boot/${x}.igz" >> ${iacfg} -- 2.26.2