anaconda-arm-uboot-partition.patch

David Lehman dlehman at redhat.com
Tue Sep 25 19:08:23 UTC 2012


>  
> +class omapARM(ARM):
> +    _boot_stage1_format_types = ["vfat"]
> +    _boot_stage1_device_types = ["partition"]
> +    _boot_stage1_mountpoints = ["/boot/uboot"]
> +    _boot_uboot_description = N_("U-Boot Partition")
> +    _boot_descriptions = {"partition": _boot_uboot_description}
> +
> +    bootloader.GRUB2.stage2_bootable = False

I didn't notice this dirty trick until bcl pointed it out. Luckily you
won't need it once you've done your uboot class.




More information about the anaconda-patches mailing list