summaryrefslogtreecommitdiffstats
path: root/templates/storage-hdd
diff options
context:
space:
mode:
authorSuren A. Chilingaryan <csa@suren.me>2019-10-06 04:22:09 +0200
committerSuren A. Chilingaryan <csa@suren.me>2019-10-06 04:22:09 +0200
commitc9e8493bace8888129dd432bdd976a0c3aa322e2 (patch)
tree1a49e4c3b478b19a30f397cac887a254426d2a6c /templates/storage-hdd
parentf03a04b8036b85ba452ff195bc3fddfc71ba5cb3 (diff)
downloadkickstart-c9e8493bace8888129dd432bdd976a0c3aa322e2.tar.gz
kickstart-c9e8493bace8888129dd432bdd976a0c3aa322e2.tar.bz2
kickstart-c9e8493bace8888129dd432bdd976a0c3aa322e2.tar.xz
kickstart-c9e8493bace8888129dd432bdd976a0c3aa322e2.zip
CentOS8 and testing with ipecompute* servers
Diffstat (limited to 'templates/storage-hdd')
-rw-r--r--templates/storage-hdd5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/storage-hdd b/templates/storage-hdd
new file mode 100644
index 0000000..c8db327
--- /dev/null
+++ b/templates/storage-hdd
@@ -0,0 +1,5 @@
+part biosboot --ondisk=@DISK1@ --asprimary --size=1 --fstype=biosboot
+part /boot --ondisk=@DISK1@ --asprimary --size @BOOTSIZE@ --fstype=ext4
+part swap --ondisk=@DISK1@ --asprimary --fstype=swap --recommended
+part pv.01 --ondisk=@DISK1@ --asprimary --size @SIZE@ --grow
+volgroup sysvg pv.01