Commit 2fb6bea
boot: fix deps when bindmounting /boot to /sysroot/boot
When /boot is a separate partition, we bindmount what=/sysroot/boot to
/boot, so that we can perform necessary checks when booting with FIPS
enabled. However, the current solution contains incorrect unit
dependencies: it requires sysroot-boot.target. There is no such target,
and the correct value should be sysroot-boot.mount. This patch corrects
the dependencies.1 parent 3fe0ed2 commit 2fb6bea
File tree
1 file changed
+2
-2
lines changed- repos/system_upgrade/common/actors/initramfs/mount_units_generator/files/bundled_units
1 file changed
+2
-2
lines changedLines changed: 2 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
4 | | - | |
5 | | - | |
| 4 | + | |
| 5 | + | |
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| |||
0 commit comments