We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eee3c25 commit ddf94d9Copy full SHA for ddf94d9
modifier/Disk.cs
@@ -60,7 +60,7 @@ public override void Process()
60
{
61
case InteractivePartitionSettings:
62
63
- Document.SelectSingleNodeOrThrow("//u:ImageInstall", NamespaceManager).RemoveSelf();
+ Document.SelectSingleNodeOrThrow("//u:InstallTo", NamespaceManager).RemoveSelf();
64
break;
65
}
66
case UnattendedPartitionSettings settings:
0 commit comments