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 | |
parent | 308dd3aa7085b7ee57254c10c014b0aa9e7dd16a (diff) | |
download | vyatta-cfg-83ac7b6aba3edc4218871cd36f1412c5131f6668.tar.gz vyatta-cfg-83ac7b6aba3edc4218871cd36f1412c5131f6668.zip |
add boot hook script.
-rw-r--r-- | Makefile.am | 1 | ||||
-rw-r--r-- | etc/default/vyatta-load-boot | 1 |
2 files changed, 2 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 diff --git a/etc/default/vyatta-load-boot b/etc/default/vyatta-load-boot new file mode 100644 index 0000000..bffeef6 --- /dev/null +++ b/etc/default/vyatta-load-boot @@ -0,0 +1 @@ +export BOOT=yes |