Add gentoo-ilo option for the bootloader on ia64
authorRaúl Porcel <armin76@gentoo.org>
Thu, 14 Apr 2011 10:20:02 +0000 (10:20 +0000)
committerRaúl Porcel <armin76@gentoo.org>
Thu, 14 Apr 2011 10:20:02 +0000 (10:20 +0000)
ChangeLog
targets/support/bootloader-setup.sh

index 6f9d6a5a592d7ff87313690366e46efa0436ae6e..0036fcfdd8b5f85c333832fa53ec77cfc19d52bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,10 @@
 # Distributed under the GPL v2
 # $Id$
 
+  14 Apr 2011; Raúl Porcel <armin76@gentoo.org>
+  targets/support/bootloader-setup.sh:
+  Add gentoo-ilo option for the bootloader on ia64
+
   10 Apr 2011; Raúl Porcel <armin76@gentoo.org>
   targets/support/chroot-functions.sh:
   Replace virtual/portage with sys-apps/portage, bug #358847
index bd92eb928aa556df13f4474d1f293aa9949cb050..ffd6794fa17f7ceaadb186d4ed241a2ba97782e1 100644 (file)
@@ -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}