anaconda-arm-uboot-partition.patch

David A. Marlin dmarlin at redhat.com
Fri Oct 5 05:47:22 UTC 2012


David Lehman wrote:
>>  
>> +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.
>   
I've updated the patch based on comments and suggestions, and I'm 
resubmitting it for review (separate email).  I have not yet implemented 
the uboot class, but have removed the bootloader "stage2_bootable = 
False" hack used for testing.

Please let me know if this version is acceptable.


Thank you,

d.marlin
========

>
> _______________________________________________
> anaconda-patches mailing list
> anaconda-patches at lists.fedorahosted.org
> https://lists.fedorahosted.org/mailman/listinfo/anaconda-patches
>   



More information about the anaconda-patches mailing list