From: Yaniv Kaul <ykaul@redhat.com>
To: David Huff <dhuff@redhat.com>
Cc: kvm@vger.kernel.org
Subject: Re: [PATCH] Added two sample unattended config files, Fedora and Windows
Date: Fri, 19 Jun 2009 10:07:10 +0300 [thread overview]
Message-ID: <4A3B391E.5030704@redhat.com> (raw)
In-Reply-To: <1245361860-26726-5-git-send-email-dhuff@redhat.com>
On 6/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
> +%end
> +
> diff --git a/client/tests/kvm/unattended/WinXP-32.sif b/client/tests/kvm/unattended/WinXP-32.sif
> new file mode 100644
> index 0000000..196e193
> --- /dev/null
> +++ b/client/tests/kvm/unattended/WinXP-32.sif
> @@ -0,0 +1,52 @@
> +[Data]
> +AutoPartition = 1
> +MsDosInitiated = 0
> +UnattendedInstall = Yes
> +
> +[Unattended]
> +UnattendMode = FullUnattended
> +OemSkipEula = Yes
> +OemPreinstall = No
> +UnattendSwitch = Yes
> +CrashDumpSetting = 1
> +DriverSigningPolicy = ignore
> +WaitForReboot = no
> +Repartition = yes
> +
> +[GuiUnattended]
> +AdminPassword = 123456
> +AutoLogon = Yes
> +AutoLogonCount = 5
> +OEMSkipRegional = 1
> +TimeZone = 85
> +OemSkipWelcome = 1
> +
> +[UserData]
> +FullName = "QumranetUser"
> +OrgName = "Qumranet"
>
Lets change this...
Y.
> +ComputerName = *
> +ProductKey =
> +
> +[Identification]
> +
> +[Networking]
> +
> +[Components]
> +dialer = off
> +media_clips = off
> +media_utopia = off
> +msnexplr = off
> +netoc = off
> +OEAccess = off
> +templates = off
> +WMAccess = off
> +zonegames = off
> +
> +[TerminalServices]
> +AllowConnections = 1
> +
> +[WindowsFirewall]
> +Profiles = WindowsFirewall.TurnOffFirewall
> +[WindowsFirewall.TurnOffFirewall]
> +Mode = 0
> +
>
next prev parent reply other threads:[~2009-06-19 7:07 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-06-18 21:50 [KVM_AUTOTEST] unattended installs take 2 David Huff
2009-06-18 21:50 ` [PATCH] Added floppy and tftp options to qemu command David Huff
2009-06-18 21:50 ` [PATCH] modified config file to run unattended install David Huff
2009-06-18 21:50 ` [PATCH] added unattended.sh script David Huff
2009-06-28 11:15 ` Uri Lublin
2009-06-18 21:50 ` [PATCH] Added two sample unattended config files, Fedora and Windows David Huff
2009-06-19 7:07 ` Yaniv Kaul [this message]
2009-06-28 10:14 ` Uri Lublin
2009-06-18 21:51 ` [PATCH] Modified boot test in kvm_test.py David Huff
2009-06-19 7:01 ` [KVM_AUTOTEST] unattended installs take 2 Yaniv Kaul
2009-06-22 5:10 ` Lucas Meneghel Rodrigues
2009-06-22 13:13 ` David Huff
2009-06-22 16:01 ` Lucas Meneghel Rodrigues
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=4A3B391E.5030704@redhat.com \
--to=ykaul@redhat.com \
--cc=dhuff@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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.