qubes-installer-qubes-os/anaconda/data/interactive-defaults.ks
M. Vefa Bicakci 38f3e28d77
anaconda: Update to 23.19.10
Use the output of

  git diff --full-index --binary anaconda-22.20.13-1..anaconda-23.19.10-1

from anaconda's git repository and fix-up merge conflicts.
2016-04-10 00:00:00 -04:00

12 lines
450 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=0 --minquality=1 --nochanges --emptyok
pwpolicy user --notstrict --minlen=0 --minquality=1 --nochanges --emptyok
pwpolicy luks --notstrict --minlen=0 --minquality=1 --nochanges --emptyok
%end