-
Notifications
You must be signed in to change notification settings - Fork 95
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
feat: windows persistent disk and other misc fixes/refactors #594
Merged
Merged
Changes from 32 commits
Commits
Show all changes
34 commits
Select commit
Hold shift + click to select a range
9f8c505
Windows support
vsiravar 2d44ce4
Add path conversions to nerdctl commands and vm commands
vsiravar ff670d2
add persistent disk support
pendo324 f7020d1
move all platform specific code out of the static yaml
pendo324 f21c33f
fix persistent disk and nerdctl config applier
pendo324 19b31f8
actually mount persistent disk (inverted logic)
pendo324 ba99272
fix vm start
pendo324 724ec15
Update rootfs archive
103fadf
Fix some path and linting issues
pendo324 2697e94
Update rootfs and finch-core
pendo324 129e3a3
Add winres
pendo324 63c4f87
Create new PowerShell Admin window to prevent needing finch.exe to ru…
pendo324 cb39a5a
add dpgo command to make creating vdisk easier
pendo324 b903abf
add dpgo to Makefile
pendo324 17387f3
add template file
pendo324 b537486
fix bugs
pendo324 42b0a52
add and use RunElevated to start dpgo.exe
pendo324 858321b
add winres to tools and fix makefile
pendo324 653b260
Add ShellExecuteAndWait
pendo324 7cf3daf
cleanup and update submodule
pendo324 290b612
Fix xmain unit test
67eb2ff
fix all unit tests
41a5835
fix path escaping issues when running from a directory with a space i…
pendo324 ec097ae
properly handle LIMA_CIDATA_HOME and update error messages
pendo324 ca918d9
fix nca tests
pendo324 07c2d17
rename dpgo and refactor UTF16 to winutil pkg
pendo324 c341a95
Add winutil io tests
pendo324 62ea1d2
fix linting issues
pendo324 f28cdef
remove scriptIdx return value for findWslDiskFormatScript
pendo324 df7c8d8
add diskpart success log verification
pendo324 84bad7a
remove unused struct
pendo324 a2b2a04
fix log messages / comments
pendo324 aebb1fa
fix error message and add copyright
pendo324 9e35589
update diskName comment
pendo324 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,3 +11,4 @@ tmp/ | |
.vscode/ | ||
tools_bin/ | ||
test-coverage.* | ||
*.syso |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: repeated line here?