-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
8 changed files
with
32 additions
and
529 deletions.
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 |
---|---|---|
@@ -1,200 +1,3 @@ | ||
- commits: | ||
- subject: Establish contract for diskpart functions | ||
hash: 159ced7b74fa2dad776d34d573a19ccfcdd69278 | ||
body: | | ||
All new functions must throw an error on non-Windows platforms. | ||
Only clean() is a no-op for historical reasons. | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Signed-off-by: Ken Bannister <[email protected]> | ||
signed-off-by: Ken Bannister <[email protected]> | ||
author: Ken Bannister | ||
nested: [] | ||
version: 8.6.1 | ||
title: "" | ||
date: 2023-05-19T15:51:22.661Z | ||
- commits: | ||
- subject: "Migrator: setup task sequence" | ||
hash: f215585ae84f7455aef2f283be155186d0e62436 | ||
body: "" | ||
footer: | ||
Change-type: minor | ||
change-type: minor | ||
Signed-off-by: Ken Bannister <[email protected]> | ||
signed-off-by: Ken Bannister <[email protected]> | ||
author: Ken Bannister | ||
nested: [] | ||
version: 8.6.0 | ||
title: "" | ||
date: 2023-05-19T14:06:16.055Z | ||
- commits: | ||
- subject: stop diskpart.clean() from breaking CLI flash cmd | ||
hash: 1d0dad1e62f2c723f706482b2b87ec7835d578fe | ||
body: "" | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Signed-off-by: Ryan Cooke <[email protected]> | ||
signed-off-by: Ryan Cooke <[email protected]> | ||
author: rcooke-warwick | ||
nested: [] | ||
version: 8.5.4 | ||
title: "" | ||
date: 2023-05-18T15:25:29.172Z | ||
- commits: | ||
- subject: Convert migrator partition size calculations to use bytes | ||
hash: 4ab3e128ae1d1c0386fa5aa9b71c59f1db872efe | ||
body: | | ||
Was using MB due to tool limitations. diskpart module for | ||
Windows still requires sizes in MB. | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Signed-off-by: Ken Bannister <[email protected]> | ||
signed-off-by: Ken Bannister <[email protected]> | ||
author: Ken Bannister | ||
nested: [] | ||
- subject: Determine required free space from image file partitions | ||
hash: adf82434bc6f0c970e93cde2667923dda9c45a4c | ||
body: "" | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Signed-off-by: Ken Bannister <[email protected]> | ||
signed-off-by: Ken Bannister <[email protected]> | ||
author: Ken Bannister | ||
nested: [] | ||
- subject: Add function to calculate required partition size from an image file | ||
hash: 3df7e4a182b521eb8b0c288d381488485416dc2f | ||
body: "" | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Signed-off-by: Ken Bannister <[email protected]> | ||
signed-off-by: Ken Bannister <[email protected]> | ||
author: Ken Bannister | ||
nested: [] | ||
- subject: Verify image file exists before begin migration | ||
hash: e6262aa2a6cf7eddcc076806040e9a5efef02771 | ||
body: "" | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Signed-off-by: Ken Bannister <[email protected]> | ||
signed-off-by: Ken Bannister <[email protected]> | ||
author: Ken Bannister | ||
nested: [] | ||
version: 8.5.3 | ||
title: "" | ||
date: 2023-04-14T11:05:38.294Z | ||
- commits: | ||
- subject: Minor formatting updates for migrator script | ||
hash: 9f64f01a3d8d5723e4b0c01d58a979a49f09743e | ||
body: "" | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Signed-off-by: Ken Bannister <[email protected]> | ||
signed-off-by: Ken Bannister <[email protected]> | ||
author: Ken Bannister | ||
nested: [] | ||
- subject: Integrate check for unallocated space into migrator | ||
hash: 093f4deb56d4e28c08b1c003fd5c2f1277558ee5 | ||
body: "" | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Signed-off-by: Ken Bannister <[email protected]> | ||
signed-off-by: Ken Bannister <[email protected]> | ||
author: Ken Bannister | ||
nested: [] | ||
- subject: Add function to provide unallocated space on disk | ||
hash: ce9f2b36c458f213cab23a634d49b46a1477c15c | ||
body: | | ||
Also modify function that runs diskpart utility to return stdout output, | ||
to support this new function. | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Signed-off-by: Ken Bannister <[email protected]> | ||
signed-off-by: Ken Bannister <[email protected]> | ||
author: Ken Bannister | ||
nested: [] | ||
version: 8.5.2 | ||
title: "" | ||
date: 2023-04-10T11:17:12.576Z | ||
- commits: | ||
- subject: Add README for new migrator feature | ||
hash: 8c974e45e7d1a923be1a7954ae3d5c77943b390c | ||
body: "" | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Signed-off-by: Ken Bannister <[email protected]> | ||
signed-off-by: Ken Bannister <[email protected]> | ||
author: Ken Bannister | ||
nested: [] | ||
version: 8.5.1 | ||
title: "" | ||
date: 2023-03-16T18:30:49.517Z | ||
- commits: | ||
- subject: Add feature to migrate this computer to run balenaOS | ||
hash: e5f95590317d4aad800a89521c0e62ce4835e201 | ||
body: | | ||
Adds balena boot and rootA partitions, copies bootloader, and reboots. | ||
Presently only supports migration from a UEFI based Windows system. | ||
footer: | ||
Change-type: minor | ||
change-type: minor | ||
Co-Authored-By: Peter Makra <[email protected]> | ||
co-authored-by: Peter Makra <[email protected]> | ||
Signed-off-by: Ken Bannister <[email protected]> | ||
signed-off-by: Ken Bannister <[email protected]> | ||
author: Ken Bannister | ||
nested: [] | ||
- subject: Add parameter for starting offset for write | ||
hash: 735491aeab9a390415f6c15375acb98e313d290d | ||
body: | | ||
Historically, always started write at offset 0. | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Co-Authored-By: Peter Makra <[email protected]> | ||
co-authored-by: Peter Makra <[email protected]> | ||
Signed-off-by: Ken Bannister <[email protected]> | ||
signed-off-by: Ken Bannister <[email protected]> | ||
author: Ken Bannister | ||
nested: [] | ||
- subject: Add parameter to clear partition table when open device | ||
hash: 08337a249d2ee1a9f975f7d399772687092838c4 | ||
body: | | ||
Historically, always cleared partition table. | ||
footer: | ||
Change-type: patch | ||
change-type: patch | ||
Co-Authored-By: Peter Makra <[email protected]> | ||
co-authored-by: Peter Makra <[email protected]> | ||
Signed-off-by: Ken Bannister <[email protected]> | ||
signed-off-by: Ken Bannister <[email protected]> | ||
author: Ken Bannister | ||
nested: [] | ||
- subject: Add shrink and create partition functions | ||
hash: 7b23adba4d647195264a348947b6c8c6c394a907 | ||
body: | | ||
Also collect command text output on error. | ||
footer: | ||
Change-type: minor | ||
change-type: minor | ||
Co-Authored-By: Peter Makra <[email protected]> | ||
co-authored-by: Peter Makra <[email protected]> | ||
Signed-off-by: Ken Bannister <[email protected]> | ||
signed-off-by: Ken Bannister <[email protected]> | ||
author: Ken Bannister | ||
nested: [] | ||
version: 8.5.0 | ||
title: "" | ||
date: 2023-03-16T17:13:21.748Z | ||
- commits: | ||
- subject: "patch: revert unbzip2-stream to | ||
#4a54f56a25b58950f9e4277c56db2912d62242e7" | ||
|
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.