Fedora 21: Difference between revisions
m →anaconda-ks.cfg: updated |
|||
| Line 268: | Line 268: | ||
===anaconda-ks.cfg=== | ===anaconda-ks.cfg=== | ||
/root/anaconda-ks.cfg | #save as /root/anaconda-ks.cfg | ||
#f21 Workstation RC5 | |||
#version=DEVEL | |||
System authorization information | |||
#version=DEVEL | auth --enableshadow --passalgo=sha512 | ||
# Run the Setup Agent on first boot | |||
auth --enableshadow --passalgo=sha512 | firstboot --enable | ||
ignoredisk --only-use=sdb | |||
# Run the Setup Agent on first boot | # Keyboard layouts | ||
firstboot --enable | keyboard --vckeymap=us --xlayouts='us' | ||
ignoredisk --only-use= | # System language | ||
# Keyboard layouts | lang en_US.UTF-8 | ||
keyboard --vckeymap=us --xlayouts='us' | # Network information | ||
# System language | network --bootproto=dhcp --device=p4p1 --ipv6=auto --activate | ||
lang en_US.UTF-8 | network --hostname=localhost.localdomain | ||
# Root password | |||
# Network information | rootpw --iscrypted xxxxxxx(cut for security)xxxxxxx | ||
network --bootproto=dhcp --device= | # System timezone | ||
network --hostname=localhost.localdomain | timezone America/Los_Angeles --isUtc | ||
# Root password | user --groups=wheel --name=xxxxxxx --password=xxxxxxx(cut for security)xxxxxxx | ||
rootpw --iscrypted | # X Window System configuration information | ||
xconfig --startxonboot | |||
# System bootloader configuration | |||
# System timezone | bootloader --location=mbr --boot-drive=sdb | ||
timezone America/Los_Angeles --isUtc | autopart --type=plain | ||
# X Window System configuration information | # Partition clearing information | ||
xconfig --startxonboot | clearpart --all --initlabel --drives=sdb | ||
# System bootloader configuration | |||
bootloader --location=mbr --boot-drive= | |||
autopart --type= | |||
# Partition clearing information | |||
clearpart -- | |||
%packages | %packages | ||
@base-x | @base-x | ||
@core | @core | ||
@dial-up | @dial-up | ||
@firefox | |||
@fonts | @fonts | ||
@gnome-desktop | |||
@guest-desktop-agents | @guest-desktop-agents | ||
@hardware-support | @hardware-support | ||
@input-methods | @input-methods | ||
@ | @libreoffice | ||
@multimedia | @multimedia | ||
@printing | @printing | ||
@standard | @standard | ||
%end | %end | ||