Commit 1f5721b
committed
partitions: ignore NVRAM partitions in to_vec()
The previous approach was broken, since offset() drops the high bits.
Instead, look at the partition kind, and ignore NVRAM.
Add debug prints.
Signed-off-by: Daniel Maslowski <[email protected]>1 parent 6397127 commit 1f5721b
1 file changed
+7
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
188 | 188 | | |
189 | 189 | | |
190 | 190 | | |
| 191 | + | |
191 | 192 | | |
192 | | - | |
| 193 | + | |
| 194 | + | |
| 195 | + | |
193 | 196 | | |
194 | 197 | | |
195 | 198 | | |
196 | 199 | | |
197 | 200 | | |
198 | 201 | | |
| 202 | + | |
199 | 203 | | |
| 204 | + | |
| 205 | + | |
200 | 206 | | |
201 | 207 | | |
202 | 208 | | |
| |||
0 commit comments