From 3110a25fdb83655262aebaab7f68438957020c33 Mon Sep 17 00:00:00 2001 From: mulhern Date: Wed, 10 Jun 2015 13:10:24 -0400 Subject: [PATCH] Add lsblk external resource. Related: #56 Signed-off-by: mulhern --- blivet/tasks/availability.py | 1 + 1 file changed, 1 insertion(+) diff --git a/blivet/tasks/availability.py b/blivet/tasks/availability.py index efb8b7522..12dc34988 100644 --- a/blivet/tasks/availability.py +++ b/blivet/tasks/availability.py @@ -285,4 +285,5 @@ def available_resource(name): XFSDB_APP = application("xfs_db") XFSFREEZE_APP = application("xfs_freeze") +LSBLK_APP = application("lsblk") MOUNT_APP = application("mount")