From 88b892e1ca8c65b987e2fb957fbf13b61129dd9a Mon Sep 17 00:00:00 2001 From: Edward Cragg Date: Tue, 4 Aug 2015 12:21:01 +0100 Subject: 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 --- partitioning/default | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 partitioning/default 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 -- cgit v1.2.1