Commit 22f3925
committed
rootfs-create: verbose mmdebstrap by default, --debug under DEBUG=yes
mmdebstrap setup failures routinely surface as a one-line
'E: setup failed' in Armbian build logs with no context about
which package dep resolution actually blew up. Diagnosing those
(gnupg2/dirmngr sid/loong64 port-sync skew, package rename across
a release bump, etc.) currently requires rebuilding locally with
DEBUG=yes to see mmdebstrap's own progress/solver output.
Make --verbose the default so the normal build log shows apt's
per-package download + solver work. Gate --debug behind
DEBUG=yes for the heavier trace (hook hashes, command echoes)
that's only interesting when debugging rootfs bootstrap
failures.1 parent ef5966a commit 22f3925
1 file changed
Lines changed: 11 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
100 | 100 | | |
101 | 101 | | |
102 | 102 | | |
| 103 | + | |
| 104 | + | |
| 105 | + | |
| 106 | + | |
| 107 | + | |
| 108 | + | |
| 109 | + | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
103 | 114 | | |
104 | 115 | | |
105 | 116 | | |
| |||
0 commit comments