You've already forked www.colben.cn
update
This commit is contained in:
@@ -93,6 +93,16 @@ categories: ["OS"]
|
||||
# Root password
|
||||
rootpw --iscrypted $y$j9T$VB3hYFCRRHaCTsOM/DwE2KUX$Ci6f4pASC887sewVuvjFqTXHN.g5nsVsPoca9RntMdD
|
||||
|
||||
%addon com_redhat_kdump --disable --reserve-mb='auto'
|
||||
|
||||
%end
|
||||
|
||||
%anaconda
|
||||
pwpolicy root --minlen=6 --minquality=1 --notstrict --nochanges --notempty
|
||||
pwpolicy user --minlen=6 --minquality=1 --notstrict --nochanges --emptyok
|
||||
pwpolicy luks --minlen=6 --minquality=1 --notstrict --nochanges --notempty
|
||||
%end
|
||||
|
||||
# 安装完成后的操作,这里禁用了 selinux 和自带的防火墙
|
||||
%post
|
||||
/usr/bin/systemctl disable firewalld
|
||||
|
||||
Reference in New Issue
Block a user