Fedora 21: Difference between revisions
| Line 124: | Line 124: | ||
:Being consdered by gnome in IRC GIPMnet #qa for automated testing | :Being consdered by gnome in IRC GIPMnet #qa for automated testing | ||
*http://www.redhat.com/magazine/020jun06/features/dogtail/ | *http://www.redhat.com/magazine/020jun06/features/dogtail/ | ||
===anaconda-ks.cfg=== | |||
*Initial xxx.ks file in install of KDE f21 with anaconda 21.48.2-1 | |||
#version=DEVEL | |||
# System authorization information | |||
auth --enableshadow --passalgo=sha512 | |||
# 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=enp0s3 --ipv6=auto --activate | |||
network --hostname=localhost.localdomain | |||
# Root password | |||
rootpw --iscrypted $6$21yI.gKoDIBEnN7K$0DJdYNiG4Zi0MTXNoChIHU1G8BssOtABn/CzaYigG5VTd3ETD3fwbR/BnWc.69P/7tIyk22I1.KqKOiDe46H5. | |||
# SELinux configuration | |||
selinux --enforcing | |||
# System timezone | |||
timezone America/Los_Angeles --isUtc | |||
# X Window System configuration information | |||
xconfig --startxonboot | |||
# System bootloader configuration | |||
bootloader --location=mbr --boot-drive=sda | |||
autopart --type=lvm | |||
# Partition clearing information | |||
clearpart --none --initlabel | |||
%packages | |||
@admin-tools | |||
@base-x | |||
@core | |||
@dial-up | |||
@fonts | |||
@guest-desktop-agents | |||
@hardware-support | |||
@input-methods | |||
@kde-desktop | |||
@multimedia | |||
@networkmanager-submodules | |||
@printing | |||
@standard | |||
%end | |||
%addon com_redhat_kdump --disable --reserve-mb='128' | |||
%end | |||
==Fedora-21 anaconda 21.48.1-1 installer== | ==Fedora-21 anaconda 21.48.1-1 installer== | ||