install to-filesystem doesn't work when target /var is a separate mount
Open
area/install
enhancement
triaged
- Dominant language
- Rust
- Stars
- 2.3k
- Forks
- 230
- Avg merge
- 3d 12h
- Merged PRs (30d)
- 38
Description
`install to-filesystem` fails with if the target filesystem includes an empty `/var` directory.
> ERROR Installing to filesystem: Verifying empty rootfs: Non-empty root filesystem; found "var"
With `--replace=wipe` the installation fails when the empty `/var` is an active mount point with
> ERROR Installing to filesystem: Device or resource busy (os error 16)
Contributor guide
Assessment
This issue has not been assessed yet.