summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--clusters/base.morph12
-rw-r--r--partitioning/default-boot14
2 files changed, 26 insertions, 0 deletions
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: /