fix paths
This commit is contained in:
parent
839afd70f2
commit
99c6370624
@ -6,20 +6,19 @@
|
|||||||
# /_/ /____/
|
# /_/ /____/
|
||||||
|
|
||||||
# WHAT ? This Kickstart file bootstraps a minimal GNOME-based desktop-oriented virtual machine.
|
# 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 :
|
# 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
|
# inst.ks=https://git.phyllo.me/home/kickstart/raw/branch/master/leaves/vdmd.cfg
|
||||||
# A shorter URL can also be used :
|
|
||||||
# inst.ks=https://url.phyllo.me/vemdd
|
|
||||||
|
|
||||||
# ATTENTION : this kickstart file will automatically DESTROY the main virtual disk 'vda' and all of its contents.
|
# ATTENTION : this kickstart file will automatically DESTROY the main virtual disk 'vda' and all of its contents.
|
||||||
# Bye bye!
|
# 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 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 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.
|
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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user