From c16d9ce16828e9e6f5785c5eb02f807723ff95de Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 8 Oct 2015 22:59:52 +0000 Subject: Add rpi2 system and bsp Change-Id: I2a89a90a5b0dff9693e14fb42723ebdaf2200d87 --- partitioning/rpi | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 partitioning/rpi (limited to 'partitioning/rpi') 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: / -- cgit v1.2.1