summaryrefslogtreecommitdiff
path: root/partitioning/rpi
diff options
context:
space:
mode:
Diffstat (limited to 'partitioning/rpi')
-rw-r--r--partitioning/rpi14
1 files changed, 14 insertions, 0 deletions
diff --git a/partitioning/rpi b/partitioning/rpi
new file mode 100644
index 00000000..286c7223
--- /dev/null
+++ b/partitioning/rpi
@@ -0,0 +1,14 @@
+start_offset: 2048
+partition_table_format: mbr
+partitions:
+- description: boot
+ size: 100M
+ fdisk_type: 0x0b
+ filesystem: vfat
+ mountpoing: /boot
+- description: rootfs
+ size: fill
+ fdisk_type: 0x83
+ filesystem: btrfs
+ mountpoint: /
+ boot: yes