diff options
author | Jeff Lane <jeffrey.lane@canonical.com> | 2015-08-18 14:57:25 -0400 |
---|---|---|
committer | Jeff Lane <jeffrey.lane@canonical.com> | 2015-08-18 14:57:25 -0400 |
commit | 89622e83cde8b494cc7d679380fcd2c00c9d9595 (patch) | |
tree | 238d12fff585fc5fa678f6694bd9b10bcd3ed198 /jobs | |
parent | fc0228be0111e0a9d9e3a5e159db424ecdeaefdf (diff) |
Replace disk/detect udev_resource call with a script that provides more info on detected disks
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/disk.txt.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/disk.txt.in b/jobs/disk.txt.in index 446ce79..d91837a 100644 --- a/jobs/disk.txt.in +++ b/jobs/disk.txt.in @@ -1,7 +1,7 @@ plugin: shell id: disk/detect estimated_duration: 0.25 -command: udev_resource | filter_templates -w "category=DISK" | awk -F': ' '$1 == "product" { print $2 }' +command: disk_info _description: Detects and displays disks attached to the system. unit: template |