linux(centos 7)學習之 ~目錄下的文件anaconda-ks.cfg


這個文件是記錄安裝系統的一些信息

#version=DEVEL
# System authorization information
auth --enableshadow --passalgo=sha512
# Use CDROM installation media
cdrom安裝方式
# Use graphical install
graphical 圖形界面安裝方式
# Run the Setup Agent on first boot
firstboot --enable 
ignoredisk --only-use=sda
# Keyboard layouts
keyboard --vckeymap=us --xlayouts='us'
# System language
lang en_US.UTF-8

# Network information
network --bootproto=dhcp --device=ens33 --onboot=off --ipv6=auto --no-activate
network --hostname=localhost.localdomain

# Root password
rootpw --iscrypted $6$o7f7kzfF9fJb41gH$\salsjaksajsdssasnlakkjshbaxdhS2ijCjSaPiP2Cs9ao.vxIOpDJmVduhGdOQRL.Sjpx0pbipx0thqhQw1
# System services
services --enabled="chronyd"
# System timezone
timezone America/New_York --isUtc
user --name=scc --password=$6$SRO3wJtVGdaasjaksanMla67P3VC3WM.DQ3/Y/iPT3cqtRKeF9VGObhQ1zDUdwpzJ7YJ1 --iscrypted --gecos="scc"
# X Window System configuration information
xconfig --startxonboot
# System bootloader configuration 系統啟動加載配置
bootloader --append=" crashkernel=auto" --location=mbr --boot-drive=sda
autopart --type=lvm
# Partition clearing information
clearpart --none --initlabel

%packages  安裝時候選擇安裝的一些包
@^gnome-desktop-environment
@base
@core
@desktop-debugging
@dial-up
@directory-client
@fonts
@gnome-desktop
@guest-agents
@guest-desktop-agents
@input-methods
@internet-browser
@java-platform
@multimedia
@network-file-system-client
@networkmanager-submodules
@print-client
@x11
chrony
kexec-tools

%end

%addon com_redhat_kdump --enable --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

 


免責聲明!

本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。



 
粵ICP備18138465號   © 2018-2025 CODEPRJ.COM