This repository was archived by the owner on Jan 31, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
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
2 changed files
with
38 additions
and
1 deletion.
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# NOTES | ||
|
||
Random due command lines and stuff. | ||
This is essentially a scratchpad right now: | ||
|
||
```console | ||
ONIE_USE_SYSTEM_DOWNLOAD_CACHE=TRUE | ||
|
||
duebuild --use-directory $HOME/git/onie/build-config --machine qemu_armv8a --jobs 1 --build-targets "all recovery-iso" | ||
|
||
|
||
|
||
due --build --use-directory $HOME/git/onie/build-config --machine qemu_armv8a --jobs 1 --build-targets "all recovery-iso" | ||
|
||
due -c --platform linux/amd64 --name honie-build --prompt HONIE --tag honie --use-template honie --from debian:11 | ||
|
||
**Example:** due --run --build --jobs 4 --machine kvm_x86_64 --build-targets all demo recovery-iso | ||
**Example:** due --run --build --jobs 4 --machine accton_as7112_54x --build-targets all demo recovery-iso | ||
``` |
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