diff options
author | Michael Larson <slioch@slioch.vyatta.com> | 2010-06-17 10:28:02 -0700 |
---|---|---|
committer | Michael Larson <slioch@slioch.vyatta.com> | 2010-06-17 10:28:02 -0700 |
commit | 83ac7b6aba3edc4218871cd36f1412c5131f6668 (patch) | |
tree | 91296ce6e8296ed9ef1046d240a8ba77c4c79b6e /Makefile.am | |
parent | 308dd3aa7085b7ee57254c10c014b0aa9e7dd16a (diff) | |
download | vyatta-cfg-83ac7b6aba3edc4218871cd36f1412c5131f6668.tar.gz vyatta-cfg-83ac7b6aba3edc4218871cd36f1412c5131f6668.zip |
add boot hook script.
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 bb03768..41dbdb8 100644 --- a/Makefile.am +++ b/Makefile.am @@ -77,6 +77,7 @@ share_perl5_DATA += lib/Vyatta/Zone.pm enum_SCRIPTS = scripts/enumeration/existing-interfaces default_DATA = etc/default/vyatta-cfg +default_DATA += etc/default/vyatta-load-boot cpiop = find . ! -regex '\(.*~\|.*\.bak\|.*\.swp\|.*\#.*\#\)' -print0 | \ cpio -0pd |