Commit 9eb80ce
install-to-filesystem: Allow /boot to be missing in target
When we're currently checking if /boot is a mountpoint we ware failing
if /boot is missing. In the automotive usecase, with aboot, neither
/boot or /boot/EFI are real partitions, so when bootc-image-builder
runs there will be no mounts anywhere under /boot, which means bootc
errors out with:
```
No /boot directory found in root; this is is currently required.
```
This isn't necessary, we can just continue on with boot_is_mount
as false in this case.
Note: Things later fail in bootupd, but that can be fixed separately.
Signed-off-by: Alexander Larsson <alexl@redhat.com>1 parent 47e2bcc commit 9eb80ce
1 file changed
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2412 | 2412 | | |
2413 | 2413 | | |
2414 | 2414 | | |
2415 | | - | |
2416 | | - | |
2417 | | - | |
2418 | | - | |
2419 | | - | |
2420 | | - | |
2421 | | - | |
2422 | | - | |
2423 | | - | |
| 2415 | + | |
| 2416 | + | |
| 2417 | + | |
| 2418 | + | |
| 2419 | + | |
| 2420 | + | |
| 2421 | + | |
| 2422 | + | |
| 2423 | + | |
2424 | 2424 | | |
2425 | 2425 | | |
2426 | 2426 | | |
| |||
0 commit comments