qubes-installer-qubes-os/anaconda/data/interactive-defaults.ks
Marek Marczykowski-Górecki 701ced5ddb anaconda: update to 22.20.13-1
Apply diff anaconda-21.48.21-1..anaconda-22.20.13-1
2016-03-22 02:27:17 +13:00

12 lines
453 B
Plaintext

# 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
%anaconda
# Default password policies
pwpolicy root --notstrict --minlen=6 --minquality=50 --nochanges --emptyok
pwpolicy user --notstrict --minlen=6 --minquality=50 --nochanges --emptyok
pwpolicy luks --notstrict --minlen=6 --minquality=50 --nochanges --emptyok
%end