From 0b3a4bc3b0a58a75ef092f99861945a61eb1efec Mon Sep 17 00:00:00 2001 From: Lukas Date: Wed, 18 Aug 2021 15:44:50 +0200 Subject: [PATCH] limit the number of references --- leaves/ldhamd.cfg | 4 +--- leaves/ldhimd.cfg | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/leaves/ldhamd.cfg b/leaves/ldhamd.cfg index 47b51e5..18e262e 100644 --- a/leaves/ldhamd.cfg +++ b/leaves/ldhamd.cfg @@ -11,7 +11,5 @@ # ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents. # Bye bye! -%include blmd.cfg # A base for a minimal live machine -%include bdmd.cfg # A desktop environment -%include bhmd.cfg # A base hypervisor +%include lhdmd.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 871f33a..5992ca2 100644 --- a/leaves/ldhimd.cfg +++ b/leaves/ldhimd.cfg @@ -11,7 +11,5 @@ # ATTENTION : this kickstart file will automatically DESTROY the main disk and all of its contents. # Bye bye! -%include blmd.cfg # A base for a minimal live machine -%include bdmd.cfg # A desktop environment -%include bhmd.cfg # A base hypervisor +%include lhdmd.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