40 lines
1.2 KiB
INI
40 lines
1.2 KiB
INI
# __ ____ ____ _____
|
|
# ____ / /_ __ __/ / /___ ____ ___ ___ / __ \/ ___/
|
|
# / __ \/ __ \/ / / / / / __ \/ __ `__ \/ _ \ / / / /\__ \
|
|
# / /_/ / / / / /_/ / / / /_/ / / / / / / __/ / /_/ /___/ /
|
|
# / .___/_/ /_/\__, /_/_/\____/_/ /_/ /_/\___/ \____//____/
|
|
# /_/ /____/
|
|
|
|
# What ? This kickstart file provides a basic block to build a minimal, live system
|
|
|
|
%packages --exclude-weakdeps # Beginning of the package section. Does not include weak dependencies. Description courtesy of the Fedora project
|
|
|
|
grub2-common.noarch
|
|
grub2-efi-ia32
|
|
grub2-efi-x64
|
|
grub2-efi-x64-cdboot
|
|
grub2-pc-modules.noarch
|
|
grub2-tools
|
|
grub2-tools-efi
|
|
grub2-tools-extra
|
|
grub2-tools-minimal
|
|
grubby
|
|
|
|
# Explicitly specified here:
|
|
# <notting> walters: because otherwise dependency loops cause yum issues.
|
|
kernel
|
|
kernel-modules
|
|
kernel-modules-extra
|
|
|
|
# Need aajohan-comfortaa-fonts for the SVG rnotes images
|
|
aajohan-comfortaa-fonts
|
|
|
|
# Without this, initramfs generation during live image creation fails: #1242586
|
|
dracut-live
|
|
|
|
# anaconda needs the locales available to run for different locales
|
|
glibc-all-langpacks
|
|
|
|
# provide the livesys scripts
|
|
livesys-scripts
|
|
%end |