diff options
Diffstat (limited to 'custom')
-rw-r--r-- | custom/part/n900-devel | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/custom/part/n900-devel b/custom/part/n900-devel new file mode 100644 index 0000000..e239fa8 --- /dev/null +++ b/custom/part/n900-devel @@ -0,0 +1,8 @@ +part / --size=3400 --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=256 --ondisk mmcblk0p --fstype=swap + +# This partition is made so that u-boot can find the kernel +part /boot --size=64 --ondisk mmcblk0p --fstype=vfat |