uncomment dnf update
This commit is contained in:
parent
0e45caf4a9
commit
a09e6cb590
@ -5,7 +5,7 @@
|
|||||||
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
||||||
# /_/ /____/
|
# /_/ /____/
|
||||||
|
|
||||||
# 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, 'd' for desktop, 'm' for minimal, '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 :
|
||||||
@ -14,11 +14,11 @@
|
|||||||
# 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/leaves/vmd.cfg # Include vmd.cfg as base
|
%include https://git.phyllo.me/home/kickstart/raw/branch/master/leaves/vmd.cfg # Include vmd.cfg as a base
|
||||||
|
|
||||||
%post # Beginning of the post-installation section
|
%post # Beginning of the post-installation section
|
||||||
|
|
||||||
dnf update -y # Update the system
|
# 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