install to-disk: Check for mounts #720
Labels
area/install
Issues related to `bootc install`
enhancement
New feature or request
good first issue
Good for newcomers
Split from #718 (review)
I looked at implementing this like the below, but it doesn't work because our mount namespace won't have the physical devices mounted.
Instead, I think we can implement this by using
findmnt -N 1 --source /path/to/dev
for each device...or just scraping the overallfindmnt -N 1
and matching up the devices on our own.The text was updated successfully, but these errors were encountered: