Skip to content

Commit

Permalink
wizard(apple): default read-only for boot image
Browse files Browse the repository at this point in the history
  • Loading branch information
osy committed Jan 13, 2022
1 parent 007f9d4 commit 8eacd8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Platform/Shared/VMWizardState.swift
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,7 @@ class VMWizardState: ObservableObject {
config.memorySize = systemMemory
config.cpuCount = systemCpuCount
if !isSkipBootImage, let bootImageURL = bootImageURL {
config.diskImages.append(DiskImage(importImage: bootImageURL, isReadOnly: false, isExternal: true))
config.diskImages.append(DiskImage(importImage: bootImageURL, isReadOnly: true, isExternal: true))
}
switch operatingSystem {
case .Other:
Expand Down

0 comments on commit 8eacd8f

Please sign in to comment.