summaryrefslogtreecommitdiff
path: root/partitioning/rpi
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-10-08 22:59:52 +0000
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-10-25 21:08:21 +0000
commitc16d9ce16828e9e6f5785c5eb02f807723ff95de (patch)
tree7e1a0fdebb9d624cb531a4d135a322a0fe5d8448 /partitioning/rpi
parent4ba344339136825374633083648507f54b096d79 (diff)
downloaddefinitions-baserock/pedroalvarez/merge-rpi2.tar.gz
Add rpi2 system and bspbaserock/pedroalvarez/merge-rpi2
Change-Id: I2a89a90a5b0dff9693e14fb42723ebdaf2200d87
Diffstat (limited to 'partitioning/rpi')
-rw-r--r--partitioning/rpi13
1 files changed, 13 insertions, 0 deletions
diff --git a/partitioning/rpi b/partitioning/rpi
new file mode 100644
index 00000000..29712433
--- /dev/null
+++ b/partitioning/rpi
@@ -0,0 +1,13 @@
+start_offset: 2048
+partition_table_format: mbr
+partitions:
+- description: boot
+ size: 100M
+ fdisk_type: 0x0b
+ filesystem: vfat
+ mountpoint: /boot
+- description: rootfs
+ size: fill
+ fdisk_type: 0x83
+ filesystem: btrfs
+ mountpoint: /