fix paths

This commit is contained in:
lukas 2021-07-21 17:54:32 +02:00
parent 839afd70f2
commit 99c6370624

View File

@ -6,20 +6,19 @@
# /_/ /____/
# WHAT ? This Kickstart file bootstraps a minimal GNOME-based desktop-oriented virtual machine.
# 'v' for virtual machine, 'e' for efi, 'm' for minimal, 'd' for desktop, 'd' for development only.
# 'v' for virtual machine, 'd' for desktop, 'm' for minimal, '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/leafs/vemdd.cfg
# A shorter URL can also be used :
# inst.ks=https://url.phyllo.me/vemdd
# inst.ks=https://git.phyllo.me/home/kickstart/raw/branch/master/leaves/vdmd.cfg
# ATTENTION : this kickstart file will automatically DESTROY the main virtual disk 'vda' and all of its contents.
# Bye bye!
%include https://git.phyllo.me/home/kickstart/raw/branch/master/leafs/vemsd.cfg # Include vemsd.cfg as base
%include https://git.phyllo.me/home/kickstart/raw/branch/master/leaves/vmd.cfg # Include vmd.cfg as base
%post
%post # Beginning of the post-installation section
dnf update -y # Update the system
dnf install -y gnome-shell gnome-terminal nano # Minimal GNOME shell or desktop environment plus the text nano editor
dnf install -y spice-vdagent # Try to install spice-vdagent after the installation is done
dnf install -y dejavu-sans-mono-fonts # the gnome-shell package doesn't include much fonts by default, resulting in weird spacings in the gnome-terminal.