X-Git-Url: http://git.annexia.org/?a=blobdiff_plain;f=livecd.ks.in;h=268021d33cd6e63c38f836acdc806aaf61a32c99;hb=b4d5de4486026b6bced5736b1ade74c6c715fc28;hp=c69d69347e00f3012c7f563b3b92406695009fb7;hpb=bb875bd7a3846ac1241b8317db9d9ac0a49e52fa;p=virt-p2v.git diff --git a/livecd.ks.in b/livecd.ks.in index c69d693..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 @@ -51,6 +80,7 @@ strace vim-minimal vim-enhanced bind-utils +file