Skip to content

Updated README with some missing bits#1

Open
vlaza wants to merge 1 commit intogabriel-samfira:add-maas-image-supportfrom
vlaza:add-maas-image-support
Open

Updated README with some missing bits#1
vlaza wants to merge 1 commit intogabriel-samfira:add-maas-image-supportfrom
vlaza:add-maas-image-support

Conversation

@vlaza
Copy link
Copy Markdown

@vlaza vlaza commented Nov 11, 2015

  • missing import when generating MaaS images
  • missing GUI vs. Core image option

README.md Outdated
Copy link
Copy Markdown
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Change this to something along the lines of: if you download this repo as a zipfile on windows, make sure you Unblock-File repo.zip before unarchiving. This will prevent errors about scripts not being signed.

* missing import when generating MaaS images
* missing GUI vs. Core image option
@vlaza
Copy link
Copy Markdown
Author

vlaza commented Nov 12, 2015

Info updated, please review it.

@tomcsanyid
Copy link
Copy Markdown

I'm using this kind of logic to help the user:

# Check what images are supported in this Windows ISO
$images = Get-WimFileImagesInfo -WimFilePath $wimFilePath

for ($i=0; $i -lt $images.length; $i++) {
    [string]$i + " - " + $images[$i].ImageDisplayName
}
$max = $images.length-1

$choice = Read-Host "Please enter your choice (0-"$max")"

# Select one
$image = $images[$choice]
$image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants