- Move guest-agents from hypervisor modifier to independent optional feature - Merge guest-agents/gui.ks into base.ks - Remove security from required, add optional security modifier with off option - Fix hypervisor-type modifier key normalization (underscore→hyphen) - Add expand_variants() to handle list values in manifest - Update all tests and expected recipes
10 lines
156 B
Plaintext
10 lines
156 B
Plaintext
# Desktop initial-setup configuration
|
|
|
|
firstboot --enable # Enable the Setup Agent to start at boot time
|
|
|
|
%packages --exclude-weakdeps
|
|
|
|
initial-setup
|
|
|
|
%end
|