anaconda-arm-uboot-partition.patch

David A. Marlin dmarlin at redhat.com
Tue Sep 25 04:04:13 UTC 2012


I have rebased a patch Dennis Gilmore submitted in August,

   
https://lists.fedorahosted.org/pipermail/anaconda-patches/2012-August/000337.html

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: anaconda-arm-uboot-partition.patch
Type: text/x-patch
Size: 1839 bytes
Desc: not available
URL: <https://lists.fedorahosted.org/pipermail/anaconda-patches/attachments/20120924/57f89a6e/attachment.bin>


More information about the anaconda-patches mailing list