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

index 5cc5e61480c6bf9e1ff9dd02d7a62bfeb773edef..49428962c6d14a87a9768e86a1ffddcfb0dc4667 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> catalyst,
   targets/support/chroot-functions.sh:
   This is catalyst 2.0.6.915
index 6fcb0354384472ae0f0c0c23981f12bf2708d7bd..239de81bdf84abb2c7dd0c7876dd71daf20b96c2 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}