03b9897c6a6b52ce5896d9bba125206da6357546
[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 kpartx
31
32 # For remote communications
33 openssh-clients
34 nc
35
36 # For the shell script
37 dialog
38 grep
39 sed
40 gawk
41 findutils
42
43 # For network configuration
44 dhclient
45
46 # Some other generally useful packages
47 which
48 perl
49 rpm
50 lsof
51 strace
52 vim-minimal
53 vim-enhanced
54 bind-utils
55 file
56
57
58
59 # The contents of livecd-post.sh are appended to the file after %post.
60 %post