Generate kickstart file.
[virt-p2v.git] / livecd.ks.in
diff --git a/livecd.ks.in b/livecd.ks.in
deleted file mode 100644 (file)
index 268021d..0000000
+++ /dev/null
@@ -1,88 +0,0 @@
-# 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@
-keyboard @KEYBOARD@
-timezone @TIMEZONE@
-auth --useshadow --enablemd5
-selinux --enforcing
-firewall --disabled
-
-repo --name=released --baseurl=@BASEURL@
-#repo --name=released --mirrorlist=http://mirrors.fedoraproject.org/mirrorlist?repo=fedora-@BASE@&arch=@ARCH@
-
-%packages
-bash
-kernel
-syslinux
-passwd
-policycoreutils
-chkconfig
-authconfig
-rootfiles
-
-# dd, sleep, sync, etc.
-coreutils
-
-# For device mapping
-device-mapper
-util-linux-ng
-module-init-tools
-gzip
-kpartx
-
-# For remote communications
-openssh-clients
-nc
-
-# For the shell script
-dialog
-grep
-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
-
-
-
-# The contents of livecd-post.sh are appended to the file after %post.
-%post