Compare commits
2 Commits
d908257cc7
...
6571c774f6
Author | SHA1 | Date | |
---|---|---|---|
6571c774f6 | |||
2f5abefd99 |
@ -14,5 +14,6 @@ libusb1 # Library for accessing USB devices
|
||||
usbutils # Linux USB utilities
|
||||
wget2 # An advanced file and recursive website downloader
|
||||
nano # A small text editor
|
||||
NetworkManager-config-connectivity-fedora
|
||||
|
||||
%end # End of the packages section
|
@ -7,27 +7,9 @@
|
||||
|
||||
# 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
|
||||
%packages # Beginning of the package section. Include weak dependencies. Description courtesy of the Fedora project
|
||||
|
||||
# @anaconda-tools
|
||||
# anaconda
|
||||
# anaconda-install-env-deps
|
||||
# anaconda-live
|
||||
# anaconda-webui
|
||||
glibc-all-langpacks
|
||||
kernel
|
||||
kernel-modules
|
||||
kernel-modules-extra
|
||||
livesys-scripts
|
||||
-@dial-up
|
||||
-@input-methods
|
||||
-@standard
|
||||
-device-mapper-multipath
|
||||
-fcoe-utils
|
||||
-gfs2-utils
|
||||
-python3-botocore
|
||||
-reiserfs-utils
|
||||
-sdubby
|
||||
@anaconda-tools
|
||||
|
||||
# Explicitly specified here:
|
||||
# <notting> walters: because otherwise dependency loops cause yum issues.
|
||||
|
Reference in New Issue
Block a user