summaryrefslogtreecommitdiff
path: root/partitioning/rpi
blob: 11493f6508d6cbd4c61a9a31dee4c2f277b48e0d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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: /
  boot: yes