diff options
author | Sylvain Pineau <sylvain.pineau@canonical.com> | 2014-07-15 15:25:23 +0200 |
---|---|---|
committer | Sylvain Pineau <sylvain.pineau@canonical.com> | 2014-07-15 15:25:23 +0200 |
commit | bc04d6bd166bf756afe144e044bce7bc2d1a7fa2 (patch) | |
tree | 64aa854a414777a5499d92eaf2d2e243e773803e | |
parent | 2a2443867dec052cd44d9c1c2c9114ed30ec419c (diff) |
add -s (script) option to parted command to avoid hanging on user inputplainbox-provider-checkbox-v0.7c2plainbox-provider-checkbox-v0.7
-rw-r--r-- | jobs/info.txt.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jobs/info.txt.in b/jobs/info.txt.in index 876538d..67e5af5 100644 --- a/jobs/info.txt.in +++ b/jobs/info.txt.in @@ -229,6 +229,6 @@ _description: Provides information about displays attached to the system plugin: attachment id: info/disk_partitions user: root -command: parted -l +command: parted -l -s _description: Attaches information about disk partitions |