summaryrefslogtreecommitdiff
path: root/partitioning/default-boot
blob: b150675bb3c4a4637ba9b164a6a8e6cdfc33aa82 (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
  filesystem: vfat
  mountpoint: /boot
  fdisk_type: 0x0b
  number: 1
  size: 100M
- description: rootfs
  size: fill
  fdisk_type: 0x83
  filesystem: btrfs
  mountpoint: /