diff options
author | Jeff Lane <jeffrey.lane@canonical.com> | 2015-08-19 08:54:26 +0000 |
---|---|---|
committer | Daniel Manrique <> | 2015-08-19 08:54:26 +0000 |
commit | 0a7f5180e75f8b13630df7b42fffe261a5a2cb33 (patch) | |
tree | ba2d922668a318b260d10893abbbf3cdc4f7330a /jobs | |
parent | 3321de1a9ee6131bf085d38ab4eb3542bd2685b0 (diff) | |
parent | 257077b625c7a6e2cab87f01adbc2ba9f86e8f98 (diff) |
"automatic merge of lp:~bladernr/checkbox/checkbox-replace-disk-detect/ by tarmac [r=zyga][bug=1483829][author=bladernr]"
Diffstat (limited to 'jobs')
-rw-r--r-- | jobs/disk.txt.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/jobs/disk.txt.in b/jobs/disk.txt.in index 446ce79..33a6dbc 100644 --- a/jobs/disk.txt.in +++ b/jobs/disk.txt.in @@ -1,7 +1,13 @@ +# This is for bin/disk_info +unit: packaging meta-data +os-id: debian +Depends: lshw + plugin: shell id: disk/detect estimated_duration: 0.25 -command: udev_resource | filter_templates -w "category=DISK" | awk -F': ' '$1 == "product" { print $2 }' +user: root +command: disk_info _description: Detects and displays disks attached to the system. unit: template |