diff options
author | Anas Nashif <nashif@linux.intel.com> | 2011-01-20 10:25:08 +0000 |
---|---|---|
committer | Anas Nashif <nashif@linux.intel.com> | 2011-01-20 10:25:08 +0000 |
commit | 5ec11074fc99e33c8cc0aadc8c80da0177320861 (patch) | |
tree | 7c0dcdcb35be6c995d4234b8b59455df42884094 | |
parent | 3f2330203cc80ac4fd0d5cde99a11a876bae6b6f (diff) | |
download | kickstarter-5ec11074fc99e33c8cc0aadc8c80da0177320861.tar.gz kickstarter-5ec11074fc99e33c8cc0aadc8c80da0177320861.tar.bz2 kickstarter-5ec11074fc99e33c8cc0aadc8c80da0177320861.zip |
more fixes, enhancements
-rw-r--r-- | custom/part/n900 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/custom/part/n900 b/custom/part/n900 new file mode 100644 index 0000000..bd7ac77 --- /dev/null +++ b/custom/part/n900 @@ -0,0 +1,8 @@ +part / --size=1800 --ondisk mmcblk0p --fstype=btrfs + +# This is not used currently. It is here because the /boot partition +# needs to be the partition number 3 for the u-boot usage. +part swap --size=192 --ondisk mmcblk0p --fstype=swap + +# This partition is made so that u-boot can find the kernel +part /boot --size=64 --ondisk mmcblk0p --fstype=vfat |