chore: change default storage layout

This commit is contained in:
AJ Schroeder
2025-06-10 16:55:19 -05:00
parent 496ad53229
commit 7e0db92a8a

View File

@@ -8,6 +8,7 @@
- Use a size value of -1 to use all remaining space on disk. - Use a size value of -1 to use all remaining space on disk.
*/ */
/*
// This section is an example when you want to build a VM with the BIOS bootloader // This section is an example when you want to build a VM with the BIOS bootloader
// using a single partition that consumes the entire VM disk. // using a single partition that consumes the entire VM disk.
@@ -35,6 +36,7 @@ vm_disk_partitions = [
volume_group = "", volume_group = "",
}, },
] ]
*/
/* /*
// This section is an example when you want to build a VM with the UEFI bootloader // This section is an example when you want to build a VM with the UEFI bootloader
@@ -244,7 +246,6 @@ vm_disk_lvm = [
] ]
*/ */
/*
// This section is an example when you want to build a VM with the EFI firmware // This section is an example when you want to build a VM with the EFI firmware
// using LVM with a volume layout that follows CIS hardening guidelines. // using LVM with a volume layout that follows CIS hardening guidelines.
@@ -415,4 +416,3 @@ vm_disk_lvm = [
], ],
} }
] ]
*/