Commit 9ebefc1
committed
lib: Fallback to partition table for ESP
Currently, the installation requires the ESP to be explicitly mounted.
This change allows the bootloader logic to locate the ESP by scanning
the partition table if the mount check fails.
The baseline installation path is updated to allow this fallback,
improving robustness when the filesystem is not fully mounted.
Signed-off-by: Daniele Guarascio <guarascio.daniele@gmail.com>1 parent 67361c4 commit 9ebefc1
File tree
3 files changed
+27
-3
lines changed- crates/lib/src
- bootc_composefs
- install
3 files changed
+27
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1291 | 1291 | | |
1292 | 1292 | | |
1293 | 1293 | | |
| 1294 | + | |
1294 | 1295 | | |
1295 | 1296 | | |
1296 | 1297 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
72 | 72 | | |
73 | 73 | | |
74 | 74 | | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
| 78 | + | |
| 79 | + | |
| 80 | + | |
| 81 | + | |
| 82 | + | |
| 83 | + | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
75 | 97 | | |
76 | 98 | | |
77 | 99 | | |
| |||
180 | 202 | | |
181 | 203 | | |
182 | 204 | | |
183 | | - | |
| 205 | + | |
184 | 206 | | |
185 | 207 | | |
186 | 208 | | |
187 | 209 | | |
| 210 | + | |
188 | 211 | | |
189 | | - | |
| 212 | + | |
190 | 213 | | |
191 | 214 | | |
192 | 215 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
496 | 496 | | |
497 | 497 | | |
498 | 498 | | |
499 | | - | |
| 499 | + | |
500 | 500 | | |
501 | 501 | | |
0 commit comments