From 60cd7afa771f289783c2cb5fa02002bdd46f4095 Mon Sep 17 00:00:00 2001 From: Lukas Date: Fri, 23 Jul 2021 10:27:10 +0200 Subject: [PATCH] improve comments --- leaves/vhmd.cfg | 11 +++-------- 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/leaves/vhmd.cfg b/leaves/vhmd.cfg index a318743..ec0e3a3 100644 --- a/leaves/vhmd.cfg +++ b/leaves/vhmd.cfg @@ -5,14 +5,9 @@ # / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/ # /_/ /____/ -# What ? This kickstart file bootstraps a minimal headless guest hypervisor. -# 'v' for virtual machine, 'e' for efi, 'm' for minimal, 'h' for hypervisor, 'd' for development only. - -# USAGE : Press the `tab` or 'e' key during POST and apend that after the 'quiet' string : -# inst.ks=https://git.phyllo.me/home/kickstart/raw/branch/master/leaves/vhmd.cfg - -# ATTENTION : this kickstart file will automatically DESTROY the main virtual disk 'vda' and all of its contents. -# Bye bye! +# What ? This kickstart file provides the base configuration for an hypervisor. +# It is meant to be used together with vhidmd (Intel-based system) vhamd (AMD-based system) +# 'v' for virtual machine, 'm' for minimal, 'h' for hypervisor, 'd' for development only. %include https://git.phyllo.me/home/kickstart/raw/branch/master/leafs/vmd.cfg # Includes vemdd.cfg, the minimal GNOME-based desktop-oriented virtual machine ks file.