summaryrefslogtreecommitdiffstats
path: root/templates/storage-hdd
diff options
context:
space:
mode:
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