From c9e8493bace8888129dd432bdd976a0c3aa322e2 Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Sun, 6 Oct 2019 04:22:09 +0200 Subject: CentOS8 and testing with ipecompute* servers --- templates/storage-hdd | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 templates/storage-hdd (limited to 'templates/storage-hdd') 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 -- cgit v1.2.3