diff options
author | Wanlong Gao <wanlong.gao@gmail.com> | 2011-12-03 17:07:47 +0800 |
---|---|---|
committer | Richard W.M. Jones <rjones@redhat.com> | 2011-12-03 11:05:48 +0000 |
commit | fcb975a6424d48d63f03961e34b92ed7c6a27362 (patch) | |
tree | 3d50ded681c05bee1effce496fa84cf43f95d383 /src | |
parent | b7addee24d211014086c44bcef6a0c799e4fb987 (diff) | |
download | libguestfs-fcb975a6424d48d63f03961e34b92ed7c6a27362.tar.gz libguestfs-fcb975a6424d48d63f03961e34b92ed7c6a27362.tar.xz libguestfs-fcb975a6424d48d63f03961e34b92ed7c6a27362.zip |
NEW API: add blkid command to print the attributes of the device
A NEW API blkid.
It can print the device attributes.
Use it after list-devices, we can list ower devices and the attributes
of each device.
Use it like:
blkid <device>
It's should be a usefull function.
Signed-off-by: Wanlong Gao <gaowanlong@cn.fujitsu.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/MAX_PROC_NR | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/MAX_PROC_NR b/src/MAX_PROC_NR index 274f7143..81606223 100644 --- a/src/MAX_PROC_NR +++ b/src/MAX_PROC_NR @@ -1 +1 @@ -302 +303 |