X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=livecd.ks.in;h=268021d33cd6e63c38f836acdc806aaf61a32c99;hb=8a24000e9c2f3db53c0298936a095503f564b123;hp=89513e870444d05e4820e14cc3d8c81328296a8c;hpb=cc7a490c49e75e0c0b29098f212ed3c0f3f73612;p=virt-p2v.git diff --git a/livecd.ks.in b/livecd.ks.in index 89513e8..268021d 100644 --- a/livecd.ks.in +++ b/livecd.ks.in @@ -1,3 +1,22 @@ +# LiveCD kickstart file for virt-p2v +# +# Copyright (C) 2007 Red Hat Inc. +# Written by Richard W.M. Jones +# +# 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