# fedora-live-base.ks # # Defines the basics for all kickstarts in the fedora-live branch # Does not include package selection (other then mandatory) # Does not include localization packages or configuration # # Does includes "default" language configuration (kickstarts including # this template can override these settings) %include fedora-live-minimal.ks services --enabled=NetworkManager --disabled=network,sshd %packages @base-x @base @fonts @input-methods # use a small pinyin db for live -ibus-pinyin-db-open-phrase ibus-pinyin-db-android @admin-tools @dial-up @hardware-support @printing # Explicitly specified here: # walters: because otherwise dependency loops cause yum issues. kernel # fpaste is very useful for debugging and very small fpaste %end