Manual page with centralised documentation.
[virt-p2v.git] / livecd.ks.in
index 89513e8..268021d 100644 (file)
@@ -1,3 +1,22 @@
+# LiveCD kickstart file for virt-p2v
+#
+# Copyright (C) 2007 Red Hat Inc.
+# Written by Richard W.M. Jones <rjones@redhat.com>
+#
+# This program is free software; you can redistribute it and/or modify
+# it under the terms of the GNU General Public License as published by
+# the Free Software Foundation; either version 2 of the License, or
+# (at your option) any later version.
+#
+# This program is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+# GNU General Public License for more details.
+#
+# You should have received a copy of the GNU General Public License
+# along with this program; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
+#
 # $Id$
 
 lang @LANG@
@@ -7,7 +26,8 @@ auth --useshadow --enablemd5
 selinux --enforcing
 firewall --disabled
 
-repo --name=a-dev --baseurl=@BASEREPO@
+repo --name=released --baseurl=@BASEURL@
+#repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-@BASE@&arch=@ARCH@
 
 %packages
 bash
@@ -24,9 +44,10 @@ coreutils
 
 # For device mapping
 device-mapper
-util-linux
+util-linux-ng
 module-init-tools
 gzip
+kpartx
 
 # For remote communications
 openssh-clients
@@ -39,10 +60,27 @@ sed
 gawk
 findutils
 
+# For OCaml
+ocaml
+ocaml-runtime
+ocaml-pcre
+ocaml-extlib
+ocaml-xml-light
+ocaml-libvirt
+
+# For network configuration
+dhclient
+
 # Some other generally useful packages
 which
 perl
 rpm
+lsof
+strace
+vim-minimal
+vim-enhanced
+bind-utils
+file