+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.