Use of dialog to capture user input.
[virt-p2v.git] / livecd.ks.in
diff --git a/livecd.ks.in b/livecd.ks.in
new file mode 100644 (file)
index 0000000..89513e8
--- /dev/null
@@ -0,0 +1,50 @@
+# $Id$
+
+lang @LANG@
+keyboard @KEYBOARD@
+timezone @TIMEZONE@
+auth --useshadow --enablemd5
+selinux --enforcing
+firewall --disabled
+
+repo --name=a-dev --baseurl=@BASEREPO@
+
+%packages
+bash
+kernel
+syslinux
+passwd
+policycoreutils
+chkconfig
+authconfig
+rootfiles
+
+# dd, sleep, sync, etc.
+coreutils
+
+# For device mapping
+device-mapper
+util-linux
+module-init-tools
+gzip
+
+# For remote communications
+openssh-clients
+nc
+
+# For the shell script
+dialog
+grep
+sed
+gawk
+findutils
+
+# Some other generally useful packages
+which
+perl
+rpm
+
+
+
+# The contents of livecd-post.sh are appended to the file after %post.
+%post