23 lines
356 B
Plaintext
23 lines
356 B
Plaintext
lang en_US.UTF-8
|
|
keyboard us
|
|
timezone US/Eastern
|
|
auth --useshadow --enablemd5
|
|
selinux --enforcing
|
|
firewall --disabled
|
|
part / --size 1024
|
|
|
|
repo --name=fedora --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-$version&arch=$basearch
|
|
|
|
%packages
|
|
@core
|
|
anaconda-runtime
|
|
bash
|
|
kernel
|
|
passwd
|
|
policycoreutils
|
|
chkconfig
|
|
authconfig
|
|
rootfiles
|
|
|
|
%end
|