From 1da70bc81c865a15ff5a7d5970d2cfb4c527e60b Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Fri, 9 Oct 2015 18:36:47 +0000 Subject: Add deployment of rpi image --- partitioning/rpi | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 partitioning/rpi (limited to 'partitioning/rpi') 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 -- cgit v1.2.1