repo.or.cz
/
livecd.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Version 18.7
[livecd.git]
/
config
/
livecd-fedora-minimal.ks
blob
147f4eac2c8a926ed396c80d59ee354a61a9aa61
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
anaconda-runtime
15
bash
16
kernel
17
passwd
18
policycoreutils
19
chkconfig
20
authconfig
21
rootfiles
22
23
%end