summaryrefslogtreecommitdiffstats
path: root/data/interactive-defaults.ks
Commit message (Collapse)AuthorAgeFilesLines
* In interactive installs, default to bootloader in the MBR (#885284).Chris Lumens2012-12-111-0/+1
|
* Require root password spoke be visited (#859069)Jesse Keating2012-10-091-1/+0
| | | | | | Give up on getting cute with payload data to set required or not, just always make the user visit it. Also don't default the kickstart data to locked, that can confuse the UI
* On interactive installs, default the root account to locked.Chris Lumens2012-08-081-0/+1
| | | | | | | | | It's up to firstboot to set up the first user as the admin. Or, the user can go through with a kickstart install. This requires an updated version of pykickstart that understands the rootpw command doesn't need a password argument if it's just going to lock the account.
* Add support for loading defaults for an interactive install from a ks file.Chris Lumens2012-07-241-0/+4
Kickstart and interactive installs differ in certain default settings. This allows loading those differences from somewhere without having to complicate the code with lots of conditionals.