Fedora 21: Difference between revisions

Satellit (talk | contribs)
Satellit (talk | contribs)
Line 268: Line 268:


===anaconda-ks.cfg===
===anaconda-ks.cfg===
  /root/anaconda-ks.cfg
  #save as /root/anaconda-ks.cfg
*Initial xxx.ks file in install of KDE f21 with anaconda 21.48.2-1
#f21 Workstation RC5
:Can be edited and used for .ks installs
  #version=DEVEL
   
  System authorization information
#version=DEVEL
auth --enableshadow --passalgo=sha512
# System authorization information
# 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=sda
# 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=enp0s3 --ipv6=auto --activate
# 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 xxxxxxxx(--snip for security )xxxxxxx
# X Window System configuration information
# SELinux configuration
xconfig  --startxonboot
selinux --enforcing
# 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=sda
autopart --type=lvm
# Partition clearing information
clearpart --none --initlabel
 
%packages
%packages
@admin-tools
@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
@kde-desktop
@libreoffice
@multimedia
@multimedia
@networkmanager-submodules
@printing
@printing
@standard
@standard
%end
%addon com_redhat_kdump --disable --reserve-mb='128'


%end
%end