mirror of
https://github.com/libguestfs/libguestfs.git
synced 2026-03-22 07:03:38 +00:00
findfs: Remove /run/blkid/blkid.tab.
See this util-linux commit:
b82590ad46
This commit is contained in:
@@ -35,6 +35,7 @@ findfs (const char *tag, const char *label_or_uuid)
|
||||
* is not supported in RHEL 5.
|
||||
*/
|
||||
unlink ("/etc/blkid/blkid.tab");
|
||||
unlink ("/run/blkid/blkid.tab");
|
||||
|
||||
size_t len = strlen (tag) + strlen (label_or_uuid) + 2;
|
||||
char arg[len];
|
||||
|
||||
Reference in New Issue
Block a user