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-14 16:25:41 +0000
commita26eabeb89aacc554bd020c47871ea331dd37d2d (patch)
tree5e529e7d53177b9cb9fe5e222b0eceff54fb99c8
parent9ba523538499220123adfc4cded0fd1203c9778b (diff)
downloaddefinitions-a26eabeb89aacc554bd020c47871ea331dd37d2d.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