X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=livecd.ks.in;h=268021d33cd6e63c38f836acdc806aaf61a32c99;hb=3b9c1ad6c60e132d738253fc54ba51fec1a6c768;hp=1ed9aa7611b97cb5fb62429f0b3e7e4b66dcf344;hpb=1b397fce73c2fb3141250518a408b5196a577577;p=virt-p2v.git diff --git a/livecd.ks.in b/livecd.ks.in index 1ed9aa7..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,6 +60,14 @@ sed gawk findutils +# For OCaml +ocaml +ocaml-runtime +ocaml-pcre +ocaml-extlib +ocaml-xml-light +ocaml-libvirt + # For network configuration dhclient @@ -46,6 +75,12 @@ dhclient which perl rpm +lsof +strace +vim-minimal +vim-enhanced +bind-utils +file