2013-01-23 17:28:19 +00:00
|
|
|
# Kickstart defaults file for an interative install.
|
|
|
|
# This is not loaded if a kickstart file is provided on the command line.
|
|
|
|
auth --enableshadow --passalgo=sha512
|
|
|
|
firstboot --enable
|
2015-05-30 11:20:59 +00:00
|
|
|
|
|
|
|
%anaconda
|
|
|
|
# Default password policies
|
2016-04-10 04:00:00 +00:00
|
|
|
pwpolicy root --notstrict --minlen=0 --minquality=1 --nochanges --emptyok
|
|
|
|
pwpolicy user --notstrict --minlen=0 --minquality=1 --nochanges --emptyok
|
|
|
|
pwpolicy luks --notstrict --minlen=0 --minquality=1 --nochanges --emptyok
|
2015-05-30 11:20:59 +00:00
|
|
|
%end
|