7 lines
511 B
INI
7 lines
511 B
INI
firstboot --enable --reconfig # Enable the Setup Agent to start at boot time in reconfiguration mode. This mode enables the language, mouse, keyboard, root password, security level, time zone, and networking configuration options in addition to the default ones
|
|
|
|
%packages --nocore --exclude-weakdeps # Beginning of the package section. Does not include weak dependencies or the core packages. Description courtesy of the Fedora project
|
|
|
|
initial-setup # Initial setup package
|
|
|
|
%end # End of the packages section |