diff options
author | Thomas Jepp <tom@tomjepp.co.uk> | 2016-02-03 20:08:16 +0000 |
---|---|---|
committer | Thomas Jepp <tom@tomjepp.co.uk> | 2016-02-03 20:08:16 +0000 |
commit | f54bad96cef6ed52547151bc3a7ef64377f16c3e (patch) | |
tree | a9234409c2eb66af7cc9429a110531712fa569c0 /Makefile.am | |
parent | ac29f8f49a1ee620d07c3c6bdaec97afaeb1ad27 (diff) | |
download | vyatta-cfg-system-f54bad96cef6ed52547151bc3a7ef64377f16c3e.tar.gz vyatta-cfg-system-f54bad96cef6ed52547151bc3a7ef64377f16c3e.zip |
Add vyos-persistpath and update install-image-existing and vyatta-update-grub.pl to use it.
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 5445f9cd..169df296 100644 --- a/Makefile.am +++ b/Makefile.am @@ -87,6 +87,7 @@ sbin_SCRIPTS += scripts/vyatta-update-grub.pl sbin_SCRIPTS += scripts/vyos-intfwatchd sbin_SCRIPTS += scripts/ec2-check.pl sbin_SCRIPTS += scripts/is_port_available.pl +sbin_SCRIPTS += scripts/vyos-persistpath sbin_PROGRAMS = src/valid_address sbin_PROGRAMS += src/local_ip |