Commit 38d0354
committed
agent: Download and archive installation logs in gather.sh
Integrate the --download-logs mode into the artifact collection
process. When running in ISO_NO_REGISTRY boot mode, gather.sh now:
- Invokes the UI installer with --download-logs flag
- Includes the downloaded installation-logs.tar in the screenshot
archive if available
The log download is best-effort and uses || true to ensure gather.sh
continues successfully even if the download fails (e.g., if the UI is
not accessible or logs are not yet available).
Installation logs are now collected alongside screenshots in the
agent-gather-console-screenshots.tar.xz archive, providing a complete
set of console artifacts for debugging.
Assisted-by: Claude Code1 parent 4e0aa17 commit 38d0354
1 file changed
Lines changed: 16 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
31 | 42 | | |
32 | 43 | | |
33 | 44 | | |
| |||
39 | 50 | | |
40 | 51 | | |
41 | 52 | | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
42 | 58 | | |
43 | 59 | | |
44 | 60 | | |
| |||
0 commit comments