Commit d2e808d
committed
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 4ec8a85 commit d2e808d
1 file changed
Lines changed: 9 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2409 | 2409 | | |
2410 | 2410 | | |
2411 | 2411 | | |
2412 | | - | |
2413 | | - | |
2414 | | - | |
2415 | | - | |
2416 | | - | |
2417 | | - | |
2418 | | - | |
2419 | | - | |
2420 | | - | |
| 2412 | + | |
| 2413 | + | |
| 2414 | + | |
| 2415 | + | |
| 2416 | + | |
| 2417 | + | |
| 2418 | + | |
| 2419 | + | |
| 2420 | + | |
2421 | 2421 | | |
2422 | 2422 | | |
2423 | 2423 | | |
| |||
0 commit comments