diff options
author | JF Ding <jian-feng.ding@intel.com> | 2012-02-29 16:39:33 +0800 |
---|---|---|
committer | JF Ding <jian-feng.ding@intel.com> | 2012-02-29 16:39:33 +0800 |
commit | f6cc34920c032b1a2b0d6a900094135d195931a4 (patch) | |
tree | 680b69d225fc5c34d33e6624fddbaef56e35d972 /demo/custom/part/n900 | |
parent | 3e198b5cb37b81c34bece438dad2e7a7a8b120e6 (diff) | |
download | kickstarter-f6cc34920c032b1a2b0d6a900094135d195931a4.tar.gz kickstarter-f6cc34920c032b1a2b0d6a900094135d195931a4.tar.bz2 kickstarter-f6cc34920c032b1a2b0d6a900094135d195931a4.zip |
no default '--save' for adobe repo
Diffstat (limited to 'demo/custom/part/n900')
-rw-r--r-- | demo/custom/part/n900 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/demo/custom/part/n900 b/demo/custom/part/n900 new file mode 100644 index 0000000..bd7ac77 --- /dev/null +++ b/demo/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 |