Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
flatcar-install: make sure
blkid
returns one device
In some cases where path disk devices have multiple copies, `blkid` should return only one device for label. According to https://linux.die.net/man/8/blkid, the `-l` would be perfect for this, as it returns the regular block device first. Fixes: flatcar/Flatcar#1506
- Loading branch information