- Add deploy-debian-lvm-netinst.yml for Debian with native LVM
- Uses network installer with preseed configuration
- Full LVM partitioning per infrastructure guidelines
- Creates vg_system with 8 logical volumes
- Separate /boot, /opt, /tmp, /home, /var, /var/log, /var/tmp, /var/log/audit
- Security mount options (noexec,nosuid,nodev on /tmp and /var/tmp)
- Add deploy-linux-vm-lvm.yml for multi-distro with post-config LVM
- Supports all distributions from deploy-linux-vm.yml
- Deploys VM with secondary 30GB disk for LVM
- Post-deployment LVM configuration on /dev/vdb
- Data migration from primary disk to LVM volumes
- Automatic fstab updates