Commit 3850e9f
committed
fix: Android overlay.sh support for FC /dev/vdX paths, code cleanup
- Add /dev/vdX direct path branch to Android overlay.sh resolve_disk()
so FC VMs can find disks (FC has no virtio serial support)
- Skip configure_networking unless kernel ip= param is present
- Extract GC Collect to shared Backend.GCCollect() (was duplicated)
- Fix goroutine leak in mergeWatchChannels (missing ctx.Done check)1 parent 3e87348 commit 3850e9f
1 file changed
Lines changed: 19 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
11 | 24 | | |
12 | 25 | | |
13 | 26 | | |
| |||
33 | 46 | | |
34 | 47 | | |
35 | 48 | | |
36 | | - | |
37 | | - | |
38 | | - | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
39 | 52 | | |
40 | | - | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
41 | 56 | | |
42 | 57 | | |
43 | 58 | | |
| |||
0 commit comments