You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
qubes-installer-qubes-os/anaconda/data/interactive-defaults.ks

12 lines
450 B

# 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