From c91d3d91e60e8bbdb32afaf2390b6f0ad5c075da Mon Sep 17 00:00:00 2001 From: Lukas Date: Wed, 18 Aug 2021 18:26:08 +0200 Subject: [PATCH] correct bad reference --- leaves/ldhamd.cfg | 2 +- leaves/ldhimd.cfg | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/leaves/ldhamd.cfg b/leaves/ldhamd.cfg index 18e262e..bfba7d9 100644 --- a/leaves/ldhamd.cfg +++ b/leaves/ldhamd.cfg @@ -11,5 +11,5 @@ # ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents. # Bye bye! -%include lhdmd.cfg # A live desktop hypervisor machine +%include ldhmd.cfg # A live desktop hypervisor machine %include bamd.cfg # Specific virtualization configuration for AMD (tm) CPUs \ No newline at end of file diff --git a/leaves/ldhimd.cfg b/leaves/ldhimd.cfg index 5992ca2..4a13dd1 100644 --- a/leaves/ldhimd.cfg +++ b/leaves/ldhimd.cfg @@ -11,5 +11,5 @@ # ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents. # Bye bye! -%include lhdmd.cfg # A live desktop hypervisor machine +%include ldhmd.cfg # A live desktop hypervisor machine %include bimd.cfg # Specific virtualization configuration for Intel(tm) CPU and Intel(tm) Graphics \ No newline at end of file