repo.or.cz
/
livecd
/
EL-5.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fix up tab/space inconsistency
[livecd/EL-5.git]
/
config
/
livecd-fedora-minimal.ks
blob
59fced63949f6a37a4c4fc304f380619f10ba4ca
1
lang en_US.UTF-8
2
keyboard us
3
timezone US/Eastern
4
auth --useshadow --enablemd5
5
selinux --enforcing
6
firewall --disabled
7
part / --size 1024
8
9
repo --name=development --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=rawhide&arch=$basearch
10
11
12
%packages
13
@core
14
bash
15
kernel
16
passwd
17
policycoreutils
18
chkconfig
19
authconfig
20
rootfiles
21
22
%end