summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEdward Cragg <edward.cragg@codethink.co.uk>2015-08-04 12:21:01 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2015-09-22 14:44:05 +0000
commit88b892e1ca8c65b987e2fb957fbf13b61129dd9a (patch)
treef6987406d6f62fb588a0bbbef9cf4e765d23ebe1
parent746001dae609d752c1b32f511cbc632e8810f231 (diff)
downloaddefinitions-88b892e1ca8c65b987e2fb957fbf13b61129dd9a.tar.gz
Rawdisk partitioning v2: Add a default partition specification
This is the default YAML partition specification, describing a partition layout to be used in the case that the deployment cluster doesn't include a reference to a specific partition specification file. Change-Id: I50733c4dbc4b94794e8cd3718654abaa058a122e
-rw-r--r--partitioning/default9
1 files changed, 9 insertions, 0 deletions
diff --git a/partitioning/default b/partitioning/default
new file mode 100644
index 00000000..29d3c72b
--- /dev/null
+++ b/partitioning/default
@@ -0,0 +1,9 @@
+start_offset: 2048
+partition_table_format: mbr
+partitions:
+- description: rootfs
+ size: fill
+ fdisk_type: 0x81
+ filesystem: btrfs
+ mountpoint: /
+ boot: yes