Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated README with some missing bits #1

Open
wants to merge 1 commit into
base: add-maas-image-support
Choose a base branch
from
Open

Updated README with some missing bits #1

wants to merge 1 commit into from

Conversation

vlaza
Copy link

@vlaza vlaza commented Nov 11, 2015

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

@@ -80,9 +80,14 @@ Generate MaaS compatible image

Generating an image for MaaS follows the same rules outlined above for OpenStack images. For this purpose there is a separate commandlet:

Before using the scripts make sure you have the proper ExecutionPolicy:
Copy link
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
Author

vlaza commented Nov 12, 2015

Info updated, please review it.

@tomcsanyid
Copy link

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