add warning for vsxed

This commit is contained in:
lukas 2021-06-21 20:29:00 +02:00
parent 361b291795
commit c2927b9739
2 changed files with 9 additions and 3 deletions

View File

@ -99,9 +99,9 @@ efibootmgr
grub2-tools grub2-tools
langpacks-en langpacks-en
# Install software to allow the host to better interact with the guest # Install software to allow the host to better interact with the guest (can't find the spice-vdagent package)
qemu-guest-agent qemu-guest-agent
spice-vdagent # spice-vdagent
# To be removed if we want to redistribute as Fedora Remix. # To be removed if we want to redistribute as Fedora Remix.
-fedora-logos -fedora-logos

View File

@ -16,6 +16,12 @@
# 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!
# ATTENTION : DOESN'T WORK!
# ATTENTION : DOESN'T WORK!
# ATTENTION : DOESN'T WORK!
# ATTENTION : DOESN'T WORK!
## INSTALLATION SOURCE ## ## INSTALLATION SOURCE ##
# Configure the cdrom as the installation method # Configure the cdrom as the installation method
@ -86,7 +92,7 @@ part / --fstype="ext4" --ondisk=vda --grow --label=system
## SOFTWARE ## ## SOFTWARE ##
# The --nocore option seems to imply that packages should be mentionned # The --nocore option seems to imply that packages should be mentionned
%packages --excludedocs --instLangs=en --nocore --excludeWeakdeps %packages --excludedocs --instLangs=en --nocore --exclude-weakdeps
kernel kernel
# kernel-core # kernel-core
bash bash