Use of dialog to capture user input.
[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 # Some other generally useful packages
43 which
44 perl
45 rpm
46
47
48
49 # The contents of livecd-post.sh are appended to the file after %post.
50 %post