summaryrefslogtreecommitdiff
path: root/partitioning/default-boot
diff options
context:
space:
mode:
Diffstat (limited to 'partitioning/default-boot')
-rw-r--r--partitioning/default-boot14
1 files changed, 14 insertions, 0 deletions
diff --git a/partitioning/default-boot b/partitioning/default-boot
new file mode 100644
index 00000000..b150675b
--- /dev/null
+++ b/partitioning/default-boot
@@ -0,0 +1,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: /