kvm.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Lucas Meneghel Rodrigues <lmr@redhat.com>
To: Jason Wang <jasowang@redhat.com>
Cc: autotest@test.kernel.org, kvm@vger.kernel.org
Subject: Re: [PATCH 3/3] KVM test: Add implementation of network based unattended installation
Date: Thu, 27 May 2010 13:30:47 -0300	[thread overview]
Message-ID: <1274977847.2437.5.camel@freedom> (raw)
In-Reply-To: <20100519092052.13721.7219.stgit@dhcp-91-25.nay.redhat.com>

On Wed, 2010-05-19 at 17:20 +0800, Jason Wang wrote:
> This patch could let the unattended installation to be done through
> the following method:
> 
> - cdrom: the original method which does the installation from cdrom
> - url: installing the linux guest from http or ftp, tree url was specified
> through url
> - nfs: installing the linux guest from nfs. the server address was
> specified through nfs_server, and the director was specified through
> nfs_dir
> 
> For url and nfs installation, the extra_params need to be configurated
> to specify the location of unattended files:
> 
> - If the unattended file in the tree is used, "extra_parmas= append
>   ks=floppy" and unattended_file params need to be specified in the
>   configuration file.
> - If the unattended file located at remote server is used,
>   unattended_file option must be none and "extram_params= append
>   ks=http://xxx" need to be speficied in the configuration file and
>   don't forget the add the finish nofitication part.
> 
> The --kernel and --initrd were used directly for the network
> installation instead of the tftp/bootp param because the user mode
> network is too slow to do this.

Hi Jason, I had reviewed your patchset, implemented the suggestions I
pointed out, and I have one more thing we need to work out before we
commit this - We absolutely need to provide examples on the config file,
decently commented. So, could you please provide examples:

 * HTTP install using remote kickstart
 * NFS install using local kickstart

And re-send the patchset? I will send the patchset with my modifications
directly to you and will wait on your follow up.

Thanks!

  reply	other threads:[~2010-05-27 16:30 UTC|newest]

Thread overview: 7+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-05-19  9:20 [PATCH 1/3] KVM test: Add the support of kernel and initrd option for qemu-kvm Jason Wang
2010-05-19  9:20 ` [PATCH 2/3] KVM test: Do not use the hard-coded address during unattended installation Jason Wang
2010-05-26 13:58   ` Lucas Meneghel Rodrigues
2010-05-28  8:20     ` Jason Wang
2010-05-19  9:20 ` [PATCH 3/3] KVM test: Add implementation of network based " Jason Wang
2010-05-27 16:30   ` Lucas Meneghel Rodrigues [this message]
  -- strict thread matches above, loose matches on Subject: below --
2010-05-28  8:25 [PATCH 1/3] KVM test: Add the support of kernel and initrd option for qemu-kvm Jason Wang
2010-05-28  8:25 ` [PATCH 3/3] KVM test: Add implementation of network based unattended installation Jason Wang

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1274977847.2437.5.camel@freedom \
    --to=lmr@redhat.com \
    --cc=autotest@test.kernel.org \
    --cc=jasowang@redhat.com \
    --cc=kvm@vger.kernel.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).