diff options
author | Bob Gilligan <gilligan@vyatta.com> | 2010-04-30 17:49:31 -0700 |
---|---|---|
committer | Bob Gilligan <gilligan@vyatta.com> | 2010-04-30 17:49:31 -0700 |
commit | f78be567aa747f501ad55f0037ef843801d3dd93 (patch) | |
tree | 9b2668b09a727f42bed57c5057b63bfcd779963f /Makefile.am | |
parent | 72b54ee266b56b918c2c06e680db4e204428e6d5 (diff) | |
download | vyatta-op-f78be567aa747f501ad55f0037ef843801d3dd93.tar.gz vyatta-op-f78be567aa747f501ad55f0037ef843801d3dd93.zip |
Add "show system image storage" op mode command.
As the name indicates, it tells you how much disk space each
image occupies.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index 0fda3f8..25e343c 100644 --- a/Makefile.am +++ b/Makefile.am @@ -24,6 +24,7 @@ bin_SCRIPTS += scripts/vyatta-boot-image.pl bin_SCRIPTS += scripts/vyatta-sudo bin_SCRIPTS += scripts/vyatta-show-snmp.pl bin_SCRIPTS += scripts/rename-image.pl +bin_SCRIPTS += scripts/show-image-storage.pl bin_sudo_users_SCRIPTS = scripts/vyatta-identify-interface.pl bin_sudo_users_SCRIPTS += scripts/vyatta-delete-log-file.sh |