From mboxrd@z Thu Jan 1 00:00:00 1970 From: Uri Lublin Subject: Re: [PATCH] Added two sample unattended config files, Fedora and Windows Date: Sun, 28 Jun 2009 13:14:35 +0300 Message-ID: <4A47428B.4070301@redhat.com> References: <1245361860-26726-1-git-send-email-dhuff@redhat.com> <1245361860-26726-5-git-send-email-dhuff@redhat.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: David Huff Return-path: Received: from mx2.redhat.com ([66.187.237.31]:38935 "EHLO mx2.redhat.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751965AbZF1KOm (ORCPT ); Sun, 28 Jun 2009 06:14:42 -0400 Received: from int-mx2.corp.redhat.com (int-mx2.corp.redhat.com [172.16.27.26]) by mx2.redhat.com (8.13.8/8.13.8) with ESMTP id n5SAEjhV017425 for ; Sun, 28 Jun 2009 06:14:45 -0400 In-Reply-To: <1245361860-26726-5-git-send-email-dhuff@redhat.com> Sender: kvm-owner@vger.kernel.org List-ID: On 06/19/2009 12:50 AM, David Huff wrote: > You must add your own product key to the windows config file. > --- > client/tests/kvm/unattended/Fedora-11-i386.ks | 24 +++++++++++ > client/tests/kvm/unattended/WinXP-32.sif | 52 +++++++++++++++++++++++++ > 2 files changed, 76 insertions(+), 0 deletions(-) > create mode 100644 client/tests/kvm/unattended/Fedora-11-i386.ks > create mode 100644 client/tests/kvm/unattended/WinXP-32.sif > > diff --git a/client/tests/kvm/unattended/Fedora-11-i386.ks b/client/tests/kvm/unattended/Fedora-11-i386.ks > new file mode 100644 > index 0000000..da2f1ed > --- /dev/null > +++ b/client/tests/kvm/unattended/Fedora-11-i386.ks > @@ -0,0 +1,24 @@ > +install > +cdrom > +text > +reboot > +lang en_US > +keyboard us > +network --bootproto dhcp > +rootpw 123456 > +firewall --enabled --ssh > +selinux --enforcing > +timezone --utc America/New_York > +firstboot --disable > +bootloader --location=mbr > +zerombr > + > +clearpart --all --initlabel > +part /boot --fstype=ext3 --size=100 > +part / --fstype=ext3 --size=2000 > +part swap --fstype=swap --size=512 > + > +%packages > +@ Base We want gcc too, so guests would be able to run autotest tests (that require gcc). > +%end > +