summaryrefslogtreecommitdiffstats
path: root/templates/hdd
diff options
context:
space:
mode:
Diffstat (limited to 'templates/hdd')
-rw-r--r--templates/hdd5
1 files changed, 5 insertions, 0 deletions
diff --git a/templates/hdd b/templates/hdd
new file mode 100644
index 0000000..531581f
--- /dev/null
+++ b/templates/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 lvm.01 --ondisk=@DISK1@ --asprimary --size @SIZE@ --grow
+volgroup sysvg lvm.01