# 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
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}