summaryrefslogtreecommitdiffstats
path: root/templates/hdd
diff options
context:
space:
mode:
Diffstat (limited to 'templates/hdd')
-rw-r--r--templates/hdd5
1 files changed, 0 insertions, 5 deletions
diff --git a/templates/hdd b/templates/hdd
deleted file mode 100644
index 531581f..0000000
--- a/templates/hdd
+++ /dev/null
@@ -1,5 +0,0 @@
-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