Skip to content
This repository has been archived by the owner on Feb 27, 2020. It is now read-only.

Commit

Permalink
Added readme file for windows images
Browse files Browse the repository at this point in the history
  • Loading branch information
jonasfj committed Jul 19, 2017
1 parent dab4ba3 commit cf996aa
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 16 deletions.
19 changes: 19 additions & 0 deletions examples/windows-image/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
Windows 10 QEMU Image
=====================

This folder contains scripts and logic for building a QEMU image with Windows 10
for taskcluster-worker running QEMU engine.

This generally involves:
1) Running `./download.sh` to fetch an Windows 10 ISO and virtio drivers
2) Running `./build-windows-worker.sh`, which repackages the virtio ISO with
`Autounattended.xml`, guest-tools and install scripts such that when the
Windows 10 ISO is booted along with this ISO Windows will automatically
be installed.

## Windows Activation
1. Set timezone and date-time correct
2. `cscript slmgr.vbs -skms-domain mozilla.com` (to make auto-discovery work)
3. `cscript slmgr.vbs -ato` (activate windows)

(This isn't done as part of the image install scripts yet).
16 changes: 0 additions & 16 deletions examples/windows-image/data/README.md

This file was deleted.

0 comments on commit cf996aa

Please sign in to comment.