From 1a26419d82174eeb1f3bd37001dc2c82d4343455 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Thu, 25 Feb 2016 15:08:06 +0000 Subject: Testing files Change-Id: I6fad1bc4c2acfe6c3f786fd0471a9ea9b3e863e2 --- clusters/base.morph | 12 ++++++++++++ partitioning/default-boot | 14 ++++++++++++++ 2 files changed, 26 insertions(+) create mode 100644 clusters/base.morph create mode 100644 partitioning/default-boot diff --git a/clusters/base.morph b/clusters/base.morph new file mode 100644 index 00000000..555b3e89 --- /dev/null +++ b/clusters/base.morph @@ -0,0 +1,12 @@ +name: release +kind: cluster +systems: +- morph: systems/base-system-x86_64-generic.morph + deploy: + base-system-x86_64-generic: + type: extensions/rawdisk + location: base-system-x86_64-generic.img + DISK_SIZE: 2G + HOSTNAME: base-system-x86-64 + USE_PARTITIONING: yes + PARTITION_FILE: partitioning/default-boot diff --git a/partitioning/default-boot b/partitioning/default-boot new file mode 100644 index 00000000..b150675b --- /dev/null +++ b/partitioning/default-boot @@ -0,0 +1,14 @@ +start_offset: 2048 +partition_table_format: mbr +partitions: +- description: boot + filesystem: vfat + mountpoint: /boot + fdisk_type: 0x0b + number: 1 + size: 100M +- description: rootfs + size: fill + fdisk_type: 0x83 + filesystem: btrfs + mountpoint: / -- cgit v1.2.1