More
[virt-p2v.git] / livecd.ks.in
1 # $Id$
2
3 lang @LANG@
4 keyboard @KEYBOARD@
5 timezone @TIMEZONE@
6 auth --useshadow --enablemd5
7 selinux --enforcing
8 firewall --disabled
9
10 repo --name=a-dev --baseurl=@BASEREPO@
11
12 %packages
13 bash
14 kernel
15 syslinux
16 passwd
17 policycoreutils
18 chkconfig
19 authconfig
20 rootfiles
21
22 # dd, sleep, sync, etc.
23 coreutils
24
25 # For device mapping
26 device-mapper
27 util-linux
28 module-init-tools
29 gzip
30
31 # For remote communications
32 openssh-clients
33 nc
34
35 # For the shell script
36 dialog
37 grep
38 sed
39 gawk
40 findutils
41
42 # For network configuration
43 dhclient
44
45 # Some other generally useful packages
46 which
47 perl
48 rpm
49 lsof
50 strace
51 vim-minimal
52 vim-enhanced
53 bind-utils
54
55
56
57 # The contents of livecd-post.sh are appended to the file after %post.
58 %post