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
Use LC_ALL=C for parted calls (#1045854)
[livecd.git]
/
config
/
livecd-fedora-minimal.ks
blob
91abe9e32ab007b9ccafabe02cf85c589d8b2d51
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
@standard
14
15
%end