improve comments

This commit is contained in:
lukas 2021-07-23 10:27:10 +02:00
parent e46c1d7542
commit 60cd7afa77

View File

@ -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.