summaryrefslogtreecommitdiff
path: root/partitioning/rpi
blob: 29712433bf8dc5a9475d77f5def1882a48e3b206 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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: /