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-10-09 15:55:10 +0000
commit546dff5c80849e4a6587a457f44efc6c37e7f182 (patch)
treea5e68abcc1ba2c7482ede2249f596d8595c6021f
parent061fe2ced97c44b3578a3f9bfcc59b94cbc05baf (diff)
downloaddefinitions-546dff5c80849e4a6587a457f44efc6c37e7f182.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..5e34afbf
--- /dev/null
+++ b/partitioning/default
@@ -0,0 +1,9 @@
+start_offset: 2048
+partition_table_format: mbr
+partitions:
+- description: rootfs
+ size: fill
+ fdisk_type: 0x83
+ filesystem: btrfs
+ mountpoint: /
+ boot: yes