Commit 4610dbc
committed
Make image self replicating
Let's allow replicating the image to another device by adding CopyBlocks=auto
to the usr, usr-verity and esp partitions. We don't add it to the usr-verity-sig
partition as CopyBlocks=auto is not supported for usr-verity-sig partitions yet.
This isn't a problem as we don't rely on the usr-verity-sig partition yet as the
usrhash= is included in the kernel command line instead.1 parent 5c0aa54 commit 4610dbc
File tree
3 files changed
+3
-0
lines changed- mkosi.extra/usr/lib/repart.d
3 files changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2 | 2 | | |
3 | 3 | | |
4 | 4 | | |
| 5 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
0 commit comments