I have rebased a patch Dennis Gilmore submitted in August,
https://lists.fedorahosted.org/pipermail/anaconda-patches/2012-August/000337...
and made some minor modifications. This is just a 'draft' at this point, but I would appreciate any feedback on the approach (if acceptable) and suggestions for improvement. I understand that we will need to subclass Bootloader to add U-Boot support, but wanted to see if I was on the right track with the platform changes.
Also, I have been testing this using livemedia-creator in F17 (backported the changes). The storage definition in the kickstart file is:
bootloader --location=none zerombr clearpart --all part /boot/uboot --size 200 --fstype vfat --asprimary --label=boot part swap --size 500 --asprimary --label=swap part / --size 2000 --fstype ext4 --label=rootfs
This appears to do what we want for the OMAP disk image. Should I be doing anything else here to test the changes in platform (possibly using autopart)?
Thank you,
d.marlin