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-13 17:15:58 +0000
commit44cfd49b798298f0a1a04b6e0ab94c7cf92d0145 (patch)
tree624b71d4a63e191ff317c8dd43eedd18cc5a79d2
parentfb12773aab85313c01e491f2954fdd375c38afdc (diff)
downloaddefinitions-44cfd49b798298f0a1a04b6e0ab94c7cf92d0145.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