break out partitioning for arm images

setup kickstarts for partitioning with vfat for use on systes like OMAP
add SoaS for ARM
This commit is contained in:
Dennis Gilmore
2013-06-07 12:13:44 -05:00
parent 455ebf7e79
commit 09b9d714a5
12 changed files with 83 additions and 7 deletions

View File

@@ -0,0 +1,5 @@
bootloader --location=none
part /boot --size=512 --fstype ext3
part swap --size=512 --fstype swap
part / --grow --size=6500 --fstype ext4